Step 1
Fork collection
Copy docs to your workspace and keep your own endpoint setup.
Production-ready IG data access with a clean endpoint structure and Postman-first integration workflow.
Base endpoint: https://ig.jsonscraper.com
Quick start request
curl -X GET "https://ig.jsonscraper.com/v1/user/by/username?username=apple&license_key=YOUR_LICENSE_KEY&cache_timeout=60"
Example response
{
"status": "ok",
"ig": {
"pk": 5821462185,
"username": "apple",
"is_verified": true
},
"timestamp": 1770474644
}
Complete endpoint map from the documentation. Expand each class and click any endpoint for params + response details.
Fork collection, set your key once, and test every endpoint in a few clicks. Generate code snippets and run automation with AI agents.
Step 1
Copy docs to your workspace and keep your own endpoint setup.
Step 2
Configure license_key once and run endpoints instantly.
Step 3
Build extraction pipelines and reporting workflows on autopilot.
IG Scraper API vs typical alternatives.
| Feature | IG Scraper API | Typical alternatives |
|---|---|---|
| Caching support | Built-in via `cache_timeout` | Often external or limited |
| High-volume / unlimited scenarios | Available on selected plans/use-cases | Usually strict caps |
| Platform extra fees | No hidden usage fees | May include extras |
| Getting started | Fork Postman + set key + run | More manual setup |
| Plan | Price / month | Requests / month | Cost per request |
|---|---|---|---|
| Personal | $49.99 | 20,000 | $0.0025 |
| Business | $119.00 | 50,000 | $0.0024 |
| Professional | $169.00 | 75,000 | $0.0023 |
| Corporate | $199.00 | 100,000 | $0.0020 |
| Enterprise | $299.00 | 150,000 | $0.0020 |
| Executive | $449.00 | 250,000 | $0.0018 |
| Premier | $799.00 | 500,000 | $0.0016 |
| Ultimate | $1,399.00 | 1,000,000 | $0.0014 |
Typical workflows teams launch with IG Scraper API.
Enrich target profiles and collect structured fields for outbound pipelines.
Track creators by niche, follower quality, and content cadence.
Compare posting activity, engagement patterns, and content formats.
Feed AI agents with fresh IG data to generate reports and actions automatically.
Billing is tied to plan quotas. No separate platform surcharge on top of your plan.
Use environment variables for API keys in Postman and app configs. Avoid hardcoding keys in client-side code.
This API is focused on public-data workflows and compliant usage.
Update
More IG route classes are available with stable response format parity.
Update
Postman-first setup reduced steps between key setup and first production test.
In development
Planned assets for faster implementation and reusable workflow templates.
Fork Postman docs, set your license_key, and run any route in a few clicks.
Use cache_timeout in requests to reuse recent results and reduce load.
Yes. AI agents can orchestrate route chains, normalize output, and publish reports.
No hidden usage surcharge is added on top of plan pricing.
User, media, story, highlight, location, hashtag, search, audio/music, and GraphQL classes are included.
Yes. Chunk endpoints return cursors/tokens for controlled multi-step fetching.
Yes. Stable JSON envelopes, versioned routes, and retry-friendly patterns are designed for production workflows.
Use the support chat: Chat with Us.
Get access, validate endpoints in Postman, and run your production workflow.