Instagram API Scraper avatar
Instagram API Scraper

Pricing

Pay per event

Go to Store
Instagram API Scraper

Instagram API Scraper

Developed by

Apify

Maintained by Apify

Scrape and download Instagram posts, profiles, places, hashtags, photos without login. Supports search keywords and URL lists. Download your data as HTML table, JSON, CSV, Excel, XML, and RSS feed.

4.6 (9)

Pricing

Pay per event

67

Total users

4k

Monthly users

483

Runs succeeded

>99%

Response time

4.5 days

Last modified

19 hours ago

You can access the Instagram API 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  "directUrls": [
3    "https://www.instagram.com/humansofny/"
4  ],
5  "resultsType": "posts",
6  "resultsLimit": 200,
7  "searchType": "hashtag",
8  "searchLimit": 1
9}' |
10apify call apify/instagram-api-scraper --silent --output-dataset

Instagram API Scraper API through CLI

The Apify CLI is the official tool that allows you to use Instagram API 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: