Instagram Profile Posts Scraper avatar

Instagram Profile Posts Scraper

Pricing

from $1.00 / 1,000 posts

Go to Apify Store
Instagram Profile Posts Scraper

Instagram Profile Posts Scraper

Scrape the posts of public Instagram profiles - captions, media thumbnails, carousels, and shortcodes - without logging in.

Pricing

from $1.00 / 1,000 posts

Rating

0.0

(0)

Developer

Harpoon

Harpoon

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a day ago

Last modified

Categories

Share

Instagram Profile Posts Scraper — every post from any public profile, as a clean table

Paste one or more public Instagram profile URLs or @handles and get their posts back as structured rows: caption, media type (photo, video, or carousel), thumbnail, carousel size, shortcode, and permalink, newest first. Choose how many posts to pull per profile and download the result as JSON, CSV, Excel, or XML. No login, cookies, or API key required.

What can Instagram Profile Posts Scraper do?

  • Pull the posts of one profile or hundreds in a single run
  • Accept profile URLs (https://www.instagram.com/markruffalo/), @handles, plain handles, or numeric IDs
  • Return captions, media type, product type, thumbnails, carousel size, shortcode, and permalink
  • Keep the feed order (newest first) and deduplicate repeated profiles automatically
  • Export to JSON, CSV, Excel, or XML; run via the API, schedule runs, and connect through MCP

What data can I extract?

What you getFeatures
  • Post identity — post ID, shortcode, canonical permalink
  • Content — full caption text, alt/accessibility text
  • Media — media type (image / video / carousel), product type, thumbnail URL, carousel item count
  • Owner — username, profile ID, and legacy ID for joining to profile data
  • Newest-first feed order, up to your chosen cap per profile
  • max_posts cap per profile
  • One row per post, keyed by shortcode
  • Export to JSON, CSV, Excel, XML
  • API access, webhooks, scheduling, LLM-ready output for MCP

How to use Instagram Profile Posts Scraper

  1. Create a free Apify account.
  2. Open Instagram Profile Posts Scraper in Apify Console.
  3. Paste one or more public profile URLs or @handles into Instagram profiles, one per line.
  4. Set Max posts per profile (default 20).
  5. Click Save & Start.
  6. Download the results in JSON, CSV, Excel, or XML from the Storage tab.

Input

Give it a list of profiles; each one contributes its own posts to the dataset. For each profile the Actor reads the newest posts first and stops at your cap.

  • profiles — public profile URLs, @handles, plain handles, or numeric IDs.
  • max_posts — how many recent posts to return per profile (default 20).

Example input

{
"profiles": ["https://www.instagram.com/markruffalo/", "@markruffalo"],
"max_posts": 40
}

See the Input tab above for every parameter.

Output

Results land in a dataset under the Storage tab. Three built-in views are included: Overview, Media, and Captions. Download in JSON, CSV, Excel, or XML, or pull them via the API.

{
"id": "3978139377163268513",
"shortcode": "Dc1MK-6z3Gh",
"url": "https://www.instagram.com/reel/Dc1MK-6z3Gh/",
"caption": "The fight is on. Meet Judy on November 13 in #BeingHeumann on @AppleTV. #BeingHuemann",
"media_type": 2,
"media_type_name": "video",
"product_type": "clips",
"is_video": true,
"is_carousel": false,
"carousel_media_count": 0,
"display_url": "https://scontent-mrs2-2.cdninstagram.com/v/t51.82787-15/791844615_18616681111063829_14811162466_n.jpg",
"accessibility_caption": "Video by Mark Ruffalo on September 03, 2026. May be an image of poster, magazine and text.",
"owner_id": "17841401914858621",
"owner_pk": "1191807828",
"owner_username": "markruffalo",
"scraped_at": "2026-09-17T13:33:33Z"
}

Field names are lowercase snake_case, and the input keys match them. The caption above is abbreviated for readability — the dataset contains the full text.

What can you do with the data?

1. Monitor a competitor's content

  1. Run the Actor over a list of competitor handles.
  2. Use the Overview view to see media mix and product types per profile.
  3. Schedule a weekly run and compare which formats they post most.

2. Build a caption / hashtag corpus

  1. Run the Actor with a higher max_posts.
  2. Open the Captions view and export to CSV or JSON.
  3. Feed the captions into keyword, sentiment, or topic analysis.

3. Collect thumbnails and media references

  1. Run the Actor over the profiles you care about.
  2. Use the Media view to filter videos and carousels.
  3. Pull display_url for thumbnails and url for the permalinks you need.

How much does Instagram Profile Posts Scraper cost?

This Actor is billed per post returned (pay-per-event) on top of standard Apify platform usage. A run over 10 profiles at 20 posts each is billed as up to 200 results; profiles with fewer posts than the cap are billed for what they return.

See the Pricing tab for current rates and your plan's discounts.

FAQ

Do I need an Instagram account, cookies, or an API key? No. The Actor reads publicly available posts, so no login or credentials are required.

Can it scrape private profiles? No. Only public profiles have a readable feed; private or restricted profiles are reported in the run log and skipped.

How many posts can I get per profile? Up to max_posts (default 20). Set it higher for more history; large values take longer and are billed per post returned.

Why are there no like, comment, or date fields? Instagram does not expose engagement counts or post timestamps to visitors who are not logged in, so the Actor returns the fields that are publicly available: caption, media type, media URLs, shortcode, and owner. The alt text (accessibility_caption) often mentions the post date.

Is it legal to scrape Instagram? The Actor returns public data only. Review Apify's legal and ethical scraping guidance and the terms that apply to your use case.

Can I use it with the API, SDKs, or MCP? Yes — see the API tab above, or connect through the Apify MCP server.

A profile is missing from the results. That profile is logged with the reason (for example, it does not exist, is private, or was temporarily throttled). The rest of the run continues; re-run just that profile if needed.

Notes and limitations

  • No timestamps or engagement. Instagram does not expose post dates, like counts, comment counts, or video file URLs to visitors who are not logged in, so those fields are not produced. accessibility_caption frequently contains a human-readable date.
  • display_url is a time-limited image link. Download the files soon after the run if you need to keep them.
  • carousel_media_count is 0 for non-carousel posts; individual carousel child images are not exposed in the feed.
  • Raising max_posts increases the number of requests per profile and the run time.
  • Post, reel, or story URLs are rejected as profile input with a clear error for that entry.

Run locally

go run ./cmd/actor

Input is read from the Apify key-value store; see INPUT_SCHEMA.json.

Support

Found a bug or have feedback? Open an issue in the Issues tab.