Instagram Post Scraper avatar
Instagram Post Scraper

Pricing

$25.00/month + usage

Go to Store
Instagram Post Scraper

Instagram Post Scraper

Developed by

datawizards

Maintained by Community

Scrape public Instagram posts by username. Get captions, likes, comments, media URLs, timestamps, and more. Perfect for research, trend analysis, and media monitoring. Fast, reliable, and proxy-supported with structured JSON output.

0.0 (0)

Pricing

$25.00/month + usage

0

Total users

1

Monthly users

1

Last modified

6 days ago

You can access the Instagram Post 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.

1echo '{
2  "Instragram_id": "leomessi",
3  "item_limit": 50,
4  "proxyConfiguration": {
5    "useApifyProxy": true,
6    "apifyProxyGroups": [
7      "RESIDENTIAL"
8    ]
9  }
10}' |
11apify call hello.datawizard-owner/instagram-post-scraper --silent --output-dataset

Instagram Post Scraper API through CLI

The Apify CLI is the official tool that allows you to use Instagram Post Scraper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include: