Instagram Post Scraper

Instagram Post Scraper

by rigelbytes

Reliably scrape posts, captions, likes, and comments from any public Instagram profile for $25/month. Perfect for automated social media analysis, research, and lead generation.

193 runs
18 users
Try This Actor

Opens on Apify.com

About Instagram Post Scraper

Need to pull data from public Instagram profiles without hitting rate limits or getting blocked? I've been there. This Instagram Post Scraper is what I use to reliably extract every post from any public profile for a flat $25 a month. It grabs the full caption, like counts, comments (with usernames and text), all image URLs, and even the details from carousel posts. The data comes out structured and ready to go, usually as JSON or CSV, which saves me hours of manual work. I primarily use it for social media analysis, tracking post performance over time, and for lead generation by identifying trends and engaged users in specific niches. It's become a staple for my research projects because it just works consistently. You don't need to worry about setting up proxies or complex configurations; you paste the profile URL and run it. It's perfect for marketers analyzing competitors, researchers studying social trends, or anyone who needs a clean, automated feed of public Instagram content.

What does this actor do?

Instagram Post Scraper is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

Instagram Posts Scraper

Scrapes every post from public Instagram profiles, returning structured data like captions, likes, comments, and media. Priced at $25/month for unlimited profiles.

Key Features

  • Unlimited Profiles: Scrape an unlimited number of public Instagram profiles for a flat monthly fee.
  • Comprehensive Data: Extracts detailed post information for each profile, including:
    • Profile details (full name, username, URL)
    • Post URL, caption, and timestamp (taken_at)
    • Engagement metrics (like count, comment count)
    • Media details (image URL, carousel media count, tagged users)
  • Reliable Operation: Built with retry mechanisms to handle network interruptions.
  • Proxy Support: Optional proxy configuration to help avoid rate limits.

Input

The actor requires a list of Instagram profile URLs. A proxy URL is optional but recommended for sustained scraping.

Input Schema:

{
  "urls": ["string"], // Required. List of Instagram profile URLs.
  "proxy": "string"   // Optional. Proxy URL to use for requests.
}

Example Input:

{
  "urls": [
    "https://www.instagram.com/kimkardashian/",
    "https://www.instagram.com/cristiano/"
  ]
}

How to Use

You can run the actor via the Apify Console or programmatically using the API.

Running via API

Below are examples for triggering the actor.

Python:

from apify_client import ApifyClient

client = ApifyClient("<YOUR_API_TOKEN>")
run_input = {
    "urls": [
        "https://www.instagram.com/kimkardashian/",
        "https://www.instagram.com/cristiano/"
    ]
}
run = client.actor("rigelbytes/instagram-post-scraper").call(run_input=run_input)

JavaScript:

import { ApifyClient } from 'apify-client';

const client = new ApifyClient({ token: '<YOUR_API_TOKEN>' });
const input = {
    urls: [
        "https://www.instagram.com/kimkardashian/",
        "https://www.instagram.com/cristiano/"
    ]
};
const run = await client.actor("rigelbytes/instagram-post-scraper").call(input);

cURL:

API_TOKEN=<YOUR_API_TOKEN>
curl "https://api.apify.com/v2/acts/rigelbytes~instagram-post-scraper/runs?token=${API_TOKEN}" \
  -H "Content-Type: application/json" \
  --data-raw '{"urls":["https://www.instagram.com/kimkardashian/","https://www.instagram.com/cristiano/"]}'

Output

The actor outputs a dataset where each item represents a single Instagram post, containing the fields listed in the Key Features section.

Pricing & Proxies

  • Pricing: The service costs $25 per month, which includes scraping from an unlimited number of profiles.
  • Proxies: For large-scale or frequent scraping, using a residential proxy service is recommended to prevent IP blocking. The actor supports proxy configuration via the input field.

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try Instagram Post Scraper now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
rigelbytes
Pricing
Paid
Total Runs
193
Active Users
18
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support