> ## Documentation Index
> Fetch the complete documentation index at: https://www.anything.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Hashtag Research

> Access trending hashtag data and analytics

Hashtag API provides access to trending hashtags and social media analytics through RapidAPI.

<Warning>
  The Hashtag API requires a paid subscription. Please check the pricing [here](https://rapidapi.com/mukeshsolanki1/api/hashtag5/pricing).
</Warning>

## Overview

<CardGroup cols={2}>
  <Card title="Create Account" icon="user">
    Sign up for a RapidAPI account
  </Card>

  <Card title="Get API Key" icon="key">
    Subscribe to Hashtag API
  </Card>

  <Card title="Copy into Anything" icon="plug">
    Add your API key to Anything's secrets
  </Card>
</CardGroup>

## Account Creation

<Steps>
  <Step title="Visit RapidAPI Website">
    Go to [rapidapi.com](https://rapidapi.com/) and click "Sign Up"

    <img src="https://mintcdn.com/create/h7brMl8OkFSdcGO6/images/hashtagapi/homepage.png?fit=max&auto=format&n=h7brMl8OkFSdcGO6&q=85&s=3a6d208a8410d8aed646517d00bdf4ad" style={{ borderRadius: '0.5rem', width: '624px', height: '303px' }} width="2332" height="1288" data-path="images/hashtagapi/homepage.png" />
  </Step>

  <Step title="Subscribe to Hashtag API Pro">
    * Go to [https://rapidapi.com/mukeshsolanki1/api/hashtag5/pricing](https://rapidapi.com/mukeshsolanki1/api/hashtag5/pricing)
    * Select a subscription plan
    * Complete the subscription process
  </Step>
</Steps>

## Generate API Key

<Steps>
  <Step title="Access Your Dashboard">
    1. Log in to your RapidAPI account
    2. Navigate to the Hashtag API section

    <img src="https://mintcdn.com/create/h7brMl8OkFSdcGO6/images/hashtagapi/dashboard.png?fit=max&auto=format&n=h7brMl8OkFSdcGO6&q=85&s=a148d72577755b960a26f9a4afd9267a" style={{ borderRadius: '0.5rem' }} width="2696" height="1082" data-path="images/hashtagapi/dashboard.png" />
  </Step>

  <Step title="Find your API Key">
    1. Select any endpoints in the left column
    2. Copy the API Key
    3. Store it securely for use in your applications

    <img src="https://mintcdn.com/create/h7brMl8OkFSdcGO6/images/hashtagapi/apigen.png?fit=max&auto=format&n=h7brMl8OkFSdcGO6&q=85&s=2fe3b921b9c3e3b4a9802400bb1fbf33" style={{ borderRadius: '0.5rem' }} width="1582" height="978" data-path="images/hashtagapi/apigen.png" />

    <Warning>
      Keep your API key secure - it grants access to your RapidAPI subscriptions
    </Warning>
  </Step>
</Steps>

## Add to Anything project

<Steps>
  <Step title="Add the integration">
    1. In your Anything project, type `/` in the chat
    2. Select "Hashtag API" from the menu
  </Step>

  <Step title="Add your API key">
    1. Paste your RapidAPI key into the "RAPID\_API\_KEY" field

    <Tip>
      Need a new key? Find it in your RapidAPI dashboard.
    </Tip>
  </Step>

  <Step title="Use it">
    You can now use prompts with the integration to access hashtag data.

    Some examples:

    * `Find trending hashtags using /HashtagAPI`
    * `Analyze hashtag performance with /HashtagAPI`
    * `Build a social media analytics tool using /HashtagAPI`

    <Warning>
      The API has rate limits based on your plan. Avoid making too many requests in a short time.
    </Warning>

    Example prompt for optimization:

    ```
    When using /HashtagAPI, save the hashtag data so it loads faster next time
    ```
  </Step>
</Steps>

<Tip>
  Your Hashtag API integration is now ready! Use the `/HashtagAPI` command in chat to access hashtag analytics.
</Tip>
