Instagram Hashtag Scraper avatar
Instagram Hashtag Scraper

Pricing

$0.70 / 1,000 results

Go to Store
Instagram Hashtag Scraper

Instagram Hashtag Scraper

coderx/instagram-hashtag-scraper

Developed by

CoderX

Maintained by Community

This scraper extracts users from Instagram based on a hashtag. Just enter a hashtag and set the number of usernames you need. It collects user details like usernames, IDs, and captions, making it perfect for social media analysis and research. 🚀

0.0 (0)

Pricing

$0.70 / 1,000 results

0

Monthly users

3

Runs succeeded

>99%

Last modified

2 days ago

You can access the Instagram Hashtag Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1# Start Server-Sent Events (SSE) session and keep it running
2curl "https://actors-mcp-server.apify.actor/sse?token=<YOUR_API_TOKEN>&actors=coderx/instagram-hashtag-scraper"
3
4# Session id example output:
5# event: endpoint
6# data: /message?sessionId=9d820491-38d4-4c7d-bb6a-3b7dc542f1fa

Using Instagram Hashtag Scraper via Model Context Protocol (MCP) server

MCP server lets you use Instagram Hashtag Scraper within your AI workflows. Send API requests to trigger actions and receive real-time results. Take the received sessionId and use it to communicate with the MCP server. The message starts the Instagram Hashtag Scraper Actor with the provided input.

1curl -X POST "https://actors-mcp-server.apify.actor/message?token=<YOUR_API_TOKEN>&session_id=<SESSION_ID>" -H "Content-Type: application/json" -d '{
2  "jsonrpc": "2.0",
3  "id": 1,
4  "method": "tools/call",
5  "params": {
6    "arguments": {
7      "keyword": "nature",
8      "Max_items": 1000,
9      "cookies": [
10            {
11                  "name": "datr",
12                  "value": "sL_rZ1VMWqwRVcCuWXiAQmZX",
13                  "domain": ".instagram.com",
14                  "path": "/",
15                  "expires": 1778063286.150982,
16                  "httpOnly": true,
17                  "secure": true
18            },
19            {
20                  "name": "ig_did",
21                  "value": "1C8AA31D-EA64-4F7A-BFB7-A5E4CFB044A2",
22                  "domain": ".instagram.com",
23                  "path": "/",
24                  "expires": 1775039289.586829,
25                  "httpOnly": true,
26                  "secure": true
27            },
28            {
29                  "name": "mid",
30                  "value": "Z-u_sAALAAFLVNABqbKzftY5QmVX",
31                  "domain": ".instagram.com",
32                  "path": "/",
33                  "expires": 1778063286.151132,
34                  "httpOnly": true,
35                  "secure": true
36            },
37            {
38                  "name": "csrftoken",
39                  "value": "K2icskn2peDTQSn8Fpc4d0UeXI5gvHUA",
40                  "domain": ".instagram.com",
41                  "path": "/",
42                  "expires": 1774971325.552493,
43                  "httpOnly": false,
44                  "secure": true
45            },
46            {
47                  "name": "ds_user_id",
48                  "value": "73139193689",
49                  "domain": ".instagram.com",
50                  "path": "/",
51                  "expires": 1751297725.552724,
52                  "httpOnly": false,
53                  "secure": true
54            },
55            {
56                  "name": "sessionid",
57                  "value": "73539491489%3A377qgGLgpVU9QO%3A18%3AAYdYA1n9adejJUjkr8k17j3-LCTLoeEC2wsBnd-_oA",
58                  "domain": ".instagram.com",
59                  "path": "/",
60                  "expires": 1775039435.486017,
61                  "httpOnly": true,
62                  "secure": true
63            },
64            {
65                  "name": "wd",
66                  "value": "1358x642",
67                  "domain": ".instagram.com",
68                  "path": "/",
69                  "expires": 1744126523,
70                  "httpOnly": false,
71                  "secure": true,
72                  "sameSite": "Lax"
73            },
74            {
75                  "name": "rur",
76                  "value": "\\"RVA\\\\05473539498689\\\\0541775057726:01f7831497b9bd63ed547dedca6805d32284ae9700d432ff00bfdd136ae1c88416ec2841\\"",
77                  "domain": ".instagram.com",
78                  "path": "/",
79                  "expires": -1,
80                  "httpOnly": true,
81                  "secure": true,
82                  "sameSite": "Lax"
83            }
84      ]
85},
86    "name": "coderx/instagram-hashtag-scraper"
87  }
88}'

The response should be: Accepted. You should received response via SSE (JSON) as:

1event: message
2data: {
3  "result": {
4    "content": [
5      {
6        "type": "text",
7        "text": "ACTOR_RESPONSE"
8      }
9    ]
10  }
11}

Configure local MCP Server via standard input/output for Instagram Hashtag Scraper

You can connect to the MCP Server using clients like ClaudeDesktop and LibreChat or build your own. The server can run both locally and remotely, giving you full flexibility. Set up the server in the client configuration as follows:

1{
2  "mcpServers": {
3    "actors-mcp-server": {
4      "command": "npx",
5      "args": [
6        "-y",
7        "@apify/actors-mcp-server",
8        "--actors",
9        "coderx/instagram-hashtag-scraper"
10      ],
11      "env": {
12        "APIFY_TOKEN": "<YOUR_API_TOKEN>"
13      }
14    }
15  }
16}

You can further access the MCP client through the Tester MCP Client, a chat user interface to interact with the server.

To get started, check out the documentation and example clients. If you are interested in learning more about our MCP server, check out our blog post.

Pricing

Pricing model

Pay per result 

This Actor is paid per result. You are not charged for the Apify platform usage, but only a fixed price for each dataset of 1,000 items in the Actor outputs.

Price per 1,000 items

$0.70