# List Hashtags

Search for hashtags.
		A successful request costs 0 credits.

Endpoint: GET /instagram/hashtags
Security: accessToken

## Query parameters:

  - `limit` (number)
    Max items to get
    Example: 1000

  - `query` (string)
    String to search by
    Example: "travel"

## Response 200 fields (application/json):

  - `error` (boolean)
    If there is an error

  - `tags` (array, required)


