Skip to main content
GET
Search
Temporarily unavailable. This endpoint needs the authenticated Instagram tier, which is offline while we scale the account pool. Every call currently returns 503 {"error": "temporarily_unavailable"} with a Retry-After header and is not billed. The public endpoints — profile, posts, media detail and comments — are live.
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