# Apify Instagram Hashtag Scraper

> Apify Instagram Hashtag Scraper is a paid API for AI agents from apify-api-git-br-apify-typed-input-schemas-merit-systems.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Scrapes Instagram posts and reels by one or more hashtags, extracting captions, locations, likes, plays, shares, comment counts, images, and timestamps.

## Facts

- Endpoint: POST https://apify-api-git-br-apify-typed-input-schemas-merit-systems.vercel.app/api/actors/apify/instagram-hashtag-scraper/call
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apify-instagram-hashtag-scraper-1190d1dd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mVRBTQc4Eac-WQmLmr6Wv

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability apify-instagram-hashtag-scraper-1190d1dd -d '<json body>'
```

Example prompt: Scrape Instagram posts for the hashtags #travel and #adventure — I need the captions, likes, plays, comment counts, images, and posting times for recent posts.

## When to prefer this

Use this endpoint when you need to bulk-extract Instagram post data organized by hashtag, including engagement metrics and media details. Prefer this over manual browsing or other scrapers when you need structured data (captions, likes, plays, timestamps) at scale for social listening, influencer research, or content analysis.

## Known failure modes

- Invalid or non-existent hashtag returns empty result set
- Instagram rate limiting or anti-scraping measures may cause partial results
- Payment failure (insufficient USDC balance) returns 402 error
- Actor execution timeout for very large hashtag volumes
- Private or restricted content not accessible

## How this service works

Start the "Instagram Hashtag Scraper" Apify actor (apify/instagram-hashtag-scraper). Scrape Instagram posts and reels by hashtags. Just add one or more hashtags and extract captions, locations, likes, plays, shares, comments count, images, time… Returns a signed token for polling /api/actors/results with SIWX.

## Output

Returns a signed token that can be used to poll /api/actors/results with SIWX to retrieve the scraped Instagram post data including captions, locations, likes, plays, shares, comments count, image URLs, and timestamps.

## Example request

```json
{
 "input": {
  "hashtags": [
   "travel",
   "photography"
  ],
  "resultsType": "posts",
  "resultsLimit": 5
 },
 "options": {
  "memory": 1024,
  "maxItems": 10
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object",
     "$schema": "https://json-schema.org/draft/2020-12/schema",
     "properties": {
      "input": {
       "type": "object",
       "required": [
        "hashtags",
        "resultsType"
       ],
       "properties": {
        "hashtags": {
         "type": "array",
         "items": {
          "type": "string"
         },
         "description": "Type in or paste the hashtag with or without # symbol. Use the &#43; Add button to add more hashtags."
        },
        "resultsType": {
         "enum": [
          "posts",
          "reels",
          "stories"
         ],
         "type": "string",
         "default": "posts",
         "description": "Choose whether to scrape posts or reels for the selected hashtags. ❗Please note that the stories type has been deprecated. It used to return reels data, which wasn’t aligned with its purpose. Please use reels instead."
        },
        "resultsLimit": {
         "type": "integer",
         "maximum": 9007199254740991,
         "minimum": 1,
         "description": "Set the maximum number of results (reels or posts) you want to scrape. If you set this to 5 , you will scrape 5 posts for each hashtag you provide. With this setup, if you decide to add 7 different hashtags, you will scrape 35 posts altogether. ⚠️ Free usage covers just the first page of results. To get more pages, Upgrade your plan ."
        },
        "keywordSearch": {
         "type": "boolean",
         "description": "Enable this option if you want to get posts or reels by a specific keyword. The dataset will be slightly different than the one produced by hashtag."
        }
       },
       "description": "Normalized actor input. See field descriptions for the simplified shape; native Apify input also accepted (passed through).",
       "additionalProperties": {}
      },
      "options": {
       "type": "object",
       "properties": {
        "build": {
         "type": "string",
         "maxLength": 100,
         "minLength": 1
        },
        "memory": {
         "type": "integer",
         "maximum": 32768,
         "minimum": 128
        },
        "maxItems": {
         "type": "integer",
         "maximum": 100000,
         "minimum":
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/apify-instagram-hashtag-scraper-1190d1dd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from apify-api-git-br-apify-typed-input-schemas-merit-systems.vercel.app](https://www.zero.xyz/host/apify-api-git-br-apify-typed-input-schemas-merit-systems.vercel.app/llms.txt)
