Instagram Scraper - Cheapest Posts, Reels & Profiles API
Pricing
from $1.50 / 1,000 instagram results
Instagram Scraper - Cheapest Posts, Reels & Profiles API
Cheapest Instagram scraper at $1.50 per 1,000 results. Scrape Instagram posts, Reels and profiles: captions, likes, comment counts, hashtags, media URLs and timestamps. Instagram data API for public posts with no login needed.
Pricing
from $1.50 / 1,000 instagram results
Rating
0.0
(0)
Developer
DataLeadsPRO
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
15 hours ago
Last modified
Categories
Share
Instagram Scraper API – Posts, Reels & Profiles
Scrape Instagram posts, Reels, profiles, hashtags and engagement data. Extract captions, likes, comments, media URLs, timestamps and public profile information through API or scheduled runs.
Pricing: from $0.0002/1,000 results - and no charge for empty results. You only pay for successfully delivered results. Failed, empty, duplicate and filtered results are free.
What data can it extract?
Depending on the selected input, results can include:
postId- Unique post identifier.type- Content type (post or reel).caption- Caption text of the post.username- Display name of the author.fullName- Full name of the account.likes- Number of likes.commentsCount- Number of comments.mediaUrls- URLs of attached photos or videos.timestamp- Publication timestamp in ISO 8601 format.hashtags- Hashtags detected in the content.url- Source URL of the item.
Unavailable fields are returned as null instead of fabricated values.
Example output
{"postId": "C_abcdef123456789","type": "reel","caption": "Example caption text #example","username": "example_user","fullName": "Example User","likes": 5432,"commentsCount": 123,"mediaUrls": ["https://example-cdn.instagram.com/media/example.jpg"],"timestamp": "2026-09-18T09:30:00.000Z","hashtags": ["example"],"url": "https://www.instagram.com/p/C_abcdef123456789/"}
How to use Instagram Scraper API
- Click Try for free on the Apify Store page.
- Add URLs, usernames or search terms.
- Set Maximum results to control spending, then run.
- Export as JSON, CSV, Excel, or consume via API.
Usage
Python (Apify Client)
from apify_client import ApifyClientclient = ApifyClient('YOUR_API_TOKEN')run = client.actor('DataLeadsPRO/instagram-scraper-api').call(run_input={'searchTerms': ['travel']})for item in client.dataset(run['defaultDatasetId']).iterate_items():print(item)
JavaScript
import { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: 'YOUR_API_TOKEN' });const run = await client.actor('DataLeadsPRO/instagram-scraper-api').call({'searchTerms': ['travel']});const { items } = await client.dataset(run.defaultDatasetId).list();console.log(items);
REST / OpenAPI
curl -X POST 'https://api.apify.com/v2/acts/DataLeadsPRO~instagram-scraper-api/runs?token=YOUR_API_TOKEN' \-H 'Content-Type: application/json' \-d '{ "searchTerms": ["travel"] }'
This Actor ships an OpenAPI 3.1 specification (openapi.yaml) and can be exposed through MCP for AI agent integrations.
Instagram data extractor
This Instagram data extractor works without an Instagram developer account. Feed it post or Reel URLs and receive clean JSON for analytics, AI agents and automation platforms.
Why DataLeadsPRO?
- Transparent per-result pricing with no charge for empty results
- Structured, documented output fields - no fabricated data
- Python, JavaScript, REST, CLI, OpenAPI and MCP integration examples
- Fast, maintained and monitored infrastructure
Common use cases
- Market research - track public content, creators and engagement.
- Competitor monitoring - monitor public accounts, posts, videos or search results.
- AI and LLM datasets - feed structured public data into RAG systems, agents and analytics pipelines.
- Lead and creator discovery - build structured public datasets for research and outreach qualification.
- Social listening - monitor public conversations around brands, products or topics.
Frequently asked questions
How much does results scraping cost?
From $0.0002 per 1,000 successfully delivered results on the FREE tier, with Bronze, Silver and Gold volume tiers below that.
Do empty searches cost money?
No result event is charged when no successful result is delivered.
Can I use this through an API?
Yes - REST, Python, JavaScript, CLI, OpenAPI or MCP.
Can I export the results?
Yes. Apify datasets support JSON, CSV, Excel, XML and other formats.
Can I schedule this scraper?
Yes. Use Apify schedules to rerun saved inputs automatically.
Related actors
- DataLeadsPRO/x-twitter-scraper-api
- DataLeadsPRO/x-profile-scraper
- DataLeadsPRO/x-scraper-unlimited
- DataLeadsPRO/x-replies-scraper-api
- DataLeadsPRO/x-list-scraper-api
- DataLeadsPRO/instagram-data-api
Responsible use
This Actor is intended for extracting publicly available information. Users are responsible for complying with applicable laws, platform terms and data-protection requirements. This Actor is an independent tool and is not affiliated with or endorsed by the platform owner.
License
MIT - see LICENSE.