Skip to main content
GET
Hashtag Info & Feeds
Fetch a hashtag’s metadata by tag (no #), then page its recent media feed. Credits: 5 (hashtag info) · 8 (recent feed)

Authorization

string
required
Your ScrapeBadger API key.

Path Parameters

string
required
Hashtag without the #, e.g. travel.

Query Parameters (feed paths)

integer
default:"20"
Page size.
string
Opaque next-page token from a previous next_cursor.

Paths

  • GET /v1/instagram/hashtags/{tag} — hashtag info. 5 credits.
  • GET /v1/instagram/hashtags/{tag}/recent — most recent media. 8 credits.

Response

object
For the info path — a Hashtag: id, name, media_count, profile_pic_url.
Media[]
For feed paths — see the Get Media field reference. Wrapped in { items, count, next_cursor, has_more }.

Example

Response