VOOZH about

URL: https://apify.com/supreme_coder/instagram-post-scraper

โ‡ฑ Instagram Post Scraper โœ… No cookies โœ… $1 per 1K ยท Apify


๐Ÿ‘ Instagram Post Scraper โœ… No cookies โœ… $1 per 1K avatar

Instagram Post Scraper โœ… No cookies โœ… $1 per 1K

Pricing

from $1.00 / 1,000 posts

Go to Apify Store

Instagram Post Scraper โœ… No cookies โœ… $1 per 1K

Scrape instagram posts or reels from user profiles, hashtags, post urls

Pricing

from $1.00 / 1,000 posts

Rating

0.0

(0)

Developer

๐Ÿ‘ Supreme Coder

Supreme Coder

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Categories

Share

Instagram Posts Scraper ๐Ÿ“ธ โ€” Scrape Instagram Posts, Reels, Hashtags & Search

Extract Instagram posts, reels, photos, videos and carousels at scale โ€” no login, no password, no cookies required. This Instagram Posts Scraper turns any public profile, hashtag, keyword search, or post URL into clean, structured JSON, CSV or Excel data in seconds. Perfect for marketers, researchers, data analysts and developers who need reliable Instagram data without the headache of building and maintaining a scraper.

Scrape Instagram by username, #hashtag, search keyword, or a direct post / reel link โ€” and get likes, comments, captions, view counts, media URLs, author details and more.


โœจ What this Instagram scraper does

  • ๐Ÿง‘โ€๐Ÿš€ Scrape posts from any public Instagram profile (e.g. nasa) โ€” newest first
  • #๏ธโƒฃ Scrape posts by hashtag (e.g. #travel, #fitness)
  • ๐Ÿ”Ž Scrape posts by search keyword โ€” just type the words, no URL needed
  • ๐ŸŽฏ Scrape a single post or reel from its URL
  • ๐Ÿ–ผ๏ธ Handles photos, videos, reels and carousels (sidecars) automatically
  • ๐Ÿ“Š Returns likes, comments, views, captions, hashtags, mentions, location, tagged users and direct media download URLs
  • โฑ๏ธ Date filtering โ€” only keep posts newer than a date you choose
  • ๐Ÿ”ข Limit control โ€” cap how many posts you pull per source
  • ๐Ÿ” No Instagram login or cookies needed โ€” nothing to configure, no account-ban risk for you

๐Ÿ’ก Popular use cases

WhoWhat they use it for
๐Ÿ“ฃ Marketers & agenciesTrack competitors, analyse top-performing content, find trending posts in a niche
๐Ÿค Influencer marketingDiscover creators by hashtag, vet engagement (likes/comments/views) before outreach
๐Ÿ“ˆ Data analysts & researchersBuild datasets for social-media trend, sentiment and engagement analysis
๐Ÿ›๏ธ E-commerce & brandsMonitor brand mentions, user-generated content and product hashtags
๐Ÿงฒ Lead generationFind and qualify prospects posting about your topic
๐Ÿ“ฐ Journalists & OSINTCollect public posts around an event, place or hashtag

๐Ÿš€ How to use it (step by step)

No coding needed. If you can fill in a form, you can use this scraper.

  1. Click "Try for free" / Start.
  2. Add your sources. Paste profile, hashtag or post URLs into Source URLs, and/or type plain words into Search keywords (add as many as you like).
  3. Set a limit (optional). Use Limit per source to cap how many posts you want from each profile/hashtag/search.
  4. Pick a date (optional). Use Scrape until date to only collect recent posts.
  5. Click "Start". Watch posts stream into the results table.
  6. Download your data as JSON, CSV, Excel, HTML or XML, or pull it via the API.

That's it โ€” your Instagram data is ready to use. ๐ŸŽ‰


โš™๏ธ Input fields

FieldTypeEmojiDescription
urlsarray of text๐Ÿ”—Instagram profile (/<username>/), post/reel (/p/<code>/, /reel/<code>/), hashtag (/explore/tags/<tag>/) or search (/explore/search/keyword/?q=...) URLs
searcharray of text๐Ÿ”ŽSearch keywords โ€” type a word for a keyword search, or prefix with # for a hashtag (e.g. #nasa). Add multiple
limitPerSourcenumber๐Ÿ”ขMax posts to scrape per profile/hashtag/search (leave empty for as many as possible)
scrapeUntildate๐Ÿ“…Only scrape posts newer than this date
rawDatatrue / false๐ŸงฌAdvanced: return Instagram's raw post objects instead of the clean output below

You can provide urls, search, or both. At least one is required.

๐Ÿ“ Example input

{
"urls":[
"https://www.instagram.com/nasa/",
"https://www.instagram.com/explore/tags/travel/",
"https://www.instagram.com/p/DS82bloETJ0/"
],
"search":["apify","#webscraping"],
"limitPerSource":50,
"scrapeUntil":"2025-01-01"
}

๐Ÿ“ค Output

Every post is returned as one clean, ready-to-use record. Export to JSON, CSV, Excel, HTML or XML.

๐Ÿ“ฆ Sample output

{
"id":"3800151575931990644",
"shortCode":"DS82bloETJ0",
"url":"https://www.instagram.com/reel/DS82bloETJ0/",
"type":"video",
"productType":"clips",
"isVideo":true,
"caption":"The official FIFA World Cup ball went to space ๐Ÿ›ฐ๏ธ #space #nasa",
"hashtags":["space","nasa"],
"mentions":["fifa"],
"commentsCount":1328,
"likesCount":27313,
"viewCount":1840221,
"videoDuration":58.0,
"timestamp":"2026-01-01T02:14:08.000Z",
"displayUrl":"https://instagram.fxyz.fbcdn.net/v/....jpg",
"videoUrl":"https://instagram.fxyz.fbcdn.net/o1/v/....mp4",
"dimensions":{"width":720,"height":1280},
"isPinned":false,
"isPaidPartnership":false,
"ownerUsername":"nasa",
"ownerId":"528817151",
"owner":{
"id":"528817151",
"username":"nasa",
"fullName":"NASA",
"isPrivate":false,
"isVerified":true,
"profilePicUrl":"https://instagram.fxyz.fbcdn.net/v/....jpg"
},
"location":{"id":"212999109","name":"Kennedy Space Center","slug":null},
"taggedUsers":[{"username":"fifa","fullName":"FIFA","id":"...","position":[0.5,0.5]}],
"coauthors":[],
"childPosts":[],
"inputUrl":"https://www.instagram.com/nasa/"
}

๐Ÿ—‚๏ธ Output fields

FieldEmojiDescription
id๐Ÿ†”Unique Instagram media ID
shortCode๐Ÿ”‘Post shortcode (the code in the post URL)
url๐Ÿ”—Direct link to the post or reel
type๐Ÿท๏ธimage, video or sidecar (carousel)
productType๐ŸŽฌfeed, clips (reel), igtv, etc.
isVideoโ–ถ๏ธtrue if the post is a video/reel
caption๐Ÿ“Full post caption text
hashtags#๏ธโƒฃHashtags found in the caption
mentions๐Ÿ“ฃ@-mentions found in the caption
likesCountโค๏ธNumber of likes
commentsCount๐Ÿ’ฌNumber of comments
viewCount๐Ÿ‘๏ธVideo/reel views (when available)
videoDurationโฑ๏ธVideo length in seconds
timestamp๐Ÿ•’When the post was published (ISO 8601)
displayUrl๐Ÿ–ผ๏ธHighest-resolution image / thumbnail URL
videoUrl๐ŸŽฅDirect video file URL (for videos/reels)
dimensions๐Ÿ“Media width and height in pixels
isPinned๐Ÿ“Œtrue if pinned to the top of the profile
isPaidPartnership๐Ÿคtrue for sponsored / paid-partnership posts
ownerUsername๐Ÿ‘คUsername of the post author
ownerId๐Ÿ†”Numeric ID of the post author
owner๐Ÿง‘Author details (name, verified, private, avatar)
location๐Ÿ“Tagged location (id, name)
taggedUsers๐Ÿท๏ธPeople tagged in the media
coauthors๐Ÿ‘ฅCollaborators on the post
childPosts๐Ÿ–ผ๏ธ๐Ÿ–ผ๏ธItems inside a carousel (each with its own media URLs)
inputUrl๐ŸŒThe source URL/keyword this post came from

๐Ÿ”Œ Using the API

Run the scraper programmatically with the Apify API. Replace YOUR_TOKEN with your Apify API token and USERNAME~instagram-post with the actor's ID.

Run and get results in one call (cURL)

curl-X POST "https://api.apify.com/v2/acts/USERNAME~instagram-post/run-sync-get-dataset-items?token=YOUR_TOKEN"\
-H"Content-Type: application/json"\
-d'{
"search": ["#nasa"],
"limitPerSource": 50
}'

Start a run (JavaScript / Apify client)

import{ ApifyClient }from'apify-client';
const client =newApifyClient({token:'YOUR_TOKEN'});
const run =await client.actor('USERNAME/instagram-post').call({
urls:['https://www.instagram.com/nasa/'],
search:['#travel'],
limitPerSource:100,
});
const{ items }=await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

Start a run (Python / Apify client)

from apify_client import ApifyClient
client = ApifyClient("YOUR_TOKEN")
run = client.actor("USERNAME/instagram-post").call(run_input={
"search":["apify","#webscraping"],
"limitPerSource":50,
})
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

๐Ÿ“š More: Apify API reference ยท API client for JavaScript ยท API client for Python


โ“ FAQ

Do I need an Instagram account, password or cookies? No. You only provide the public profiles, hashtags or keywords you want to scrape โ€” authentication is handled for you.

Is it legal to scrape Instagram? This scraper collects publicly available data only. You are responsible for how you use the data and for complying with applicable laws (e.g. GDPR), Instagram's Terms, and not collecting personal data without a lawful basis. When in doubt, consult a lawyer.

How many posts can I scrape? As many as you like โ€” use limitPerSource to control the volume per source. Very large profiles are paginated automatically.

Why did my keyword search return "No posts found"? Generic multi-word phrases often surface accounts rather than posts in Instagram's top results. For post results, prefix your term with # (e.g. #webscraping) or use a hashtag URL.

Search results aren't in date order โ€” why? Hashtag/keyword search returns Instagram's top (ranked) results, not strictly newest-first. Profile scraping is chronological, so use scrapeUntil there for precise date filtering.

What export formats are supported? JSON, CSV, Excel, HTML, XML, plus direct API/webhook access.


๐Ÿ”Ž Keywords

Instagram scraper, Instagram posts scraper, scrape Instagram, Instagram data extractor, Instagram hashtag scraper, Instagram reels scraper, Instagram profile scraper, Instagram search scraper, export Instagram posts to CSV/JSON/Excel, Instagram API alternative, scrape Instagram without login.

You might also like

Instagram User Post Scraper

apibox/instagram-user-post-scraper

Instagram user post scraper

Instagram Post Scraper

clothefobia/instagram-post-scraper

Instagram Post Scraper : Scrap All posts detail from any instagram profile.

Instagram Post Scraper

bhansalisoft/instagram-post-scraper

Instagram Post Scraper : Scrap All posts detail from any instagram profile.

Instagram Reels Scraper โ€” Profiles, Hashtags & Keywords

khadinakbar/instagram-reels-scraper

Scrape Instagram Reels from profiles, hashtags, or URLs. Returns video URL, captions, likes, comments, music, tags. MCP-ready. $1.50/1K reels.

139

Instagram Posts/Reels Scraper - No Cookies

queenlike_xystos/instagram-posts-reels-scraper---no-cookies

The Instagram Posts & Reels Scraper extracts posts, reels, and carousel media from any public instagram profile โ€” no login or cookies required. Simply provide a username, select your scrape type, and receive clean, structured JSON data for every post or reel.

Instagram Scraper

hpix/instagram-scraper

Scrape Instagram profiles, posts, and Reels at scale.