Skip to main content
GET
Search
Search Instagram by keyword. Both typed endpoints share one query shape. Credits: 5 (top) · 2 (hashtags)

Authorization

string
required
Your ScrapeBadger API key.

Query Parameters

string
required
The search term.

Paths

  • GET /v1/instagram/search/hashtags — matching hashtags (Hashtag[]). 2 credits.
  • GET /v1/instagram/search/top — blended top results. 5 credits.

Response

object[]
Typed results per path — Hashtag (hashtags) or a blended list (top). Wrapped in { items, count, next_cursor, has_more }.

Example

Response