VOOZH about

URL: https://apify.com/truefetch/instagram-explore-post

โ‡ฑ Instagram Explore Trending Posts API โ€” 35 Countries ยท Apify


Pricing

from $2.20 / 1,000 results

Go to Apify Store

Instagram Explore Post

Pull Instagram Explore posts by topic tab โ€” Fashion, Music, Food, Travel, and more. Returns caption, media URLs, like count, play count, and 26 fields per post. $2.50 per 1,000.

Pricing

from $2.20 / 1,000 results

Rating

5.0

(2)

Developer

๐Ÿ‘ TrueFetch

TrueFetch

Maintained by Community

Actor stats

3

Bookmarked

16

Total users

3

Monthly active users

11 hours ago

Last modified

Share

Affiliate disclosure: Apify links on this page may include referral parameters. If you sign up through one of these links, TrueFetch may earn a commission from Apify at no extra cost to you. Pricing, features, and Actor access are unaffected.

๐Ÿ‘ Instagram Explore Post Post
๐Ÿ‘ Trending Posts Scraper
๐Ÿ‘ Pay per Result
๐Ÿ‘ No Login Required
๐Ÿ‘ Telegram Support
๐Ÿ‘ Telegram Group

Instagram Explore Post โ€” Trending Posts, Topics & Media API

Scrape Instagram Explore Post to extract trending posts by topic or section โ€” including caption, media links, likes, comments, plays, and topic labels โ€” in a single Apify Actor run. Returns clean JSON / CSV / Excel for content research, trend analysis, and AI agent workflows, with optional photo and video download, and no Instagram login or cookies required.

TL;DR (40-word answer): Instagram Explore Post is a no-login Apify Actor that returns 26 structured fields per Explore post at $2.50 per 1,000 posts, including caption, topic, section, media URLs, likes, comments, and plays. Last verified 2026-05-02.

What it is NOT: Instagram Explore Post is not a follower or profile scraper, not an Instagram DM automation tool, and not a hashtag tracker โ€” it only reads publicly visible posts surfaced in the Instagram Explore Post feed for content discovery.

Instagram Explore Post is an Apify Actor that scrapes the Instagram Explore Post feed and returns 26 structured fields per post โ€” id, code, url, username, section, topic, type, is_video, caption, timestamp, date, likes, comments, plays, duration, has_audio, location, image_url, thumbnail_url, video_url, width, height, media_count, and media_items. Supports optional photo or video download, configurable result limits, and clean media extraction. Maintained by TrueFetch on the Apify Store.


๐Ÿ“ธ Why choose Instagram Explore Post

Instagram Explore Post is best for content strategists, social media researchers, and developers who need structured trending Instagram data without managing authentication or building scrapers.

  • ๐Ÿ“Š 26 fields per post โ€” processor, processed_at, id, code, url, username, section, topic, type, is_video, caption, timestamp, date, likes, comments, plays, duration, has_audio, location, image_url, thumbnail_url, video_url, width, height, media_count, media_items.
  • ๐Ÿ“ฅ Optional media download โ€” download images or all media (images + videos) to your Apify storage at $0.001 per media file.
  • โšก Pay-per-result pricing โ€” flat $2.50 per 1,000 posts ($0.0025 per result). Free Apify plan includes $5 monthly credits โ‰ˆ ~2,000 free Explore posts per month.

๐Ÿš€ Quick Start โ€” run in 3 steps

Run in Apify Console

  1. Open the Actor โ€” go to Instagram Explore Post Post on Apify and click Try for free.
  2. Configure inputs โ€” enter max_results and optionally set download_medias to image or all.
  3. Click Start โ€” the Actor streams results into the default dataset; download as JSON, CSV, or Excel.

Run via Apify API

curl-X POST "https://api.apify.com/v2/acts/TrueFetch~instagram-explore/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN"\
-H"Content-Type: application/json"\
-d'{
"max_results": 50,
"download_medias": "none"
}'

Run via MCP (for AI agents)

Instagram Explore Post is callable from Claude, ChatGPT, Cursor, and any MCP-compatible client through the Apify MCP Server. Reference the Actor as TrueFetch/instagram-explore and pass the same JSON input as above.


โš™๏ธ Input parameters

ParameterTypeRequiredDefaultDescriptionExample
max_resultsintegerโœ…โ€”Maximum number of Explore posts to return. Minimum: 10.50
download_mediasstringโŒnoneWhether to download media files: none (no download), image (photos only), all (photos + videos).image
{
"max_results":50,
"download_medias":"none"
}

๐Ÿ“ฆ Output dataset

Each run writes structured post objects to the default Apify dataset, exportable as JSON, JSONL, CSV, Excel, XML, RSS, or via the dataset API.

FieldTypeAlways present?DescriptionExample
processorstringโœ…Apify Actor URL that produced this record.https://apify.com/truefetch/instagram-explore-post
processed_atstringโœ…ISO 8601 UTC timestamp.2026-04-24T09:30:00+00:00
idstringoptionalInstagram post ID.3284718293741928634
codestringoptionalInstagram post shortcode (used in post URL).C5xKqPTL8JA
urlstringoptionalFull URL to the Instagram post.https://www.instagram.com/p/C5xKqPTL8JA/
usernamestringoptionalInstagram username of the post author.natgeo
sectionstringoptionalExplore section the post appeared in.interest_feed
topicstringoptionalTopic label for the Explore section.Nature
typestringoptionalPost type: image, video, carousel, reel.reel
is_videobooleanoptionalWhether the post contains video.true
captionstringoptionalPost caption text.Golden hour in Patagonia ๐ŸŒ…
timestampintegeroptionalUnix timestamp when the post was published.1713956400
datestringoptionalHuman-readable post date.2026-04-24T09:00:00+00:00
likesintegeroptionalNumber of likes on the post.48200
commentsintegeroptionalNumber of comments on the post.312
playsintegeroptionalNumber of video plays (reels/videos only).1240000
durationnumberoptionalVideo duration in seconds.29.5
has_audiobooleanoptionalWhether the post has audio.true
locationstringoptionalLocation tag on the post.Patagonia, Argentina
image_urlstringoptionalURL of the main post image.https://scontent.cdninstagram.com/...
thumbnail_urlstringoptionalThumbnail URL for video posts.https://scontent.cdninstagram.com/...
video_urlstringoptionalDirect video file URL.https://scontent.cdninstagram.com/....mp4
widthintegeroptionalPost image or video width in pixels.1080
heightintegeroptionalPost image or video height in pixels.1920
media_countintegeroptionalNumber of media items in the post (carousel count).3
media_itemsarray<object>optionalArray of individual media items (each with image_url, video_url, width, height).[{...}]
statusstringโœ…Record status (success or error).success

Sample output

{
"processor":"https://apify.com/truefetch/instagram-explore-post",
"processed_at":"2026-04-24T09:30:00+00:00",
"id":"3284718293741928634",
"code":"C5xKqPTL8JA",
"url":"https://www.instagram.com/p/C5xKqPTL8JA/",
"username":"natgeo",
"topic":"Nature",
"type":"reel",
"is_video":true,
"caption":"Golden hour in Patagonia ๐ŸŒ…",
"likes":48200,
"comments":312,
"plays":1240000
}

๐Ÿ’ก Use cases

For content strategists monitoring trending topics

  • Problem: manually tracking which content formats and topics are trending on Instagram Explore Post takes hours every week.
  • How Instagram Explore Post solves it: scrape Explore posts with topic, type, likes, and plays fields to identify trending formats and subjects automatically.
  • Outcome: a structured weekly trending report at $2.50 per 1,000 posts.

For social media agencies benchmarking client content

  • Problem: agencies need to compare a client's content performance against top Explore posts in the same topic area.
  • How Instagram Explore Post solves it: extract likes, comments, plays, and caption for top Explore posts in relevant topics and build a benchmark comparison table.
  • Outcome: structured competitive benchmarking data at a fraction of the cost of social media analytics platforms.

For AI agents tracking visual content trends

  • Problem: LLM agents asked "what visual content is trending on Instagram Explore Post in the Nature topic today?" cannot trust stale training data.
  • How Instagram Explore Post solves it: call the Actor over the Apify MCP Server and surface grounded, up-to-date Explore trend data.
  • Outcome: accurate, source-cited Instagram trend data in production AI assistants.

๐Ÿ’ฐ Pricing, limits, and performance

FactValue
Pricing modelPay-per-result (event: result) + optional media download
Per-post price$0.0025 per post = $2.50 per 1,000
Per-media-file price$0.001 per file (when download_medias is not none)
Free-tier monthly allowance$5 Apify credits โ‰ˆ ~2,000 free Explore posts / month
Min results per run10
Output fields per post26
Login / cookies requiredNo โ€” works without an Instagram account
Export formatsJSON, JSONL, CSV, Excel, XML, RSS, dataset API

โš–๏ธ Compared with alternatives

CapabilityInstagram Explore PostInstagram Basic Display APICustom scraper
Trending Explore feed postsโœ…โŒ (own content only)you build & maintain
Topic, section, and media type fieldsโœ…โŒyou build & maintain
Likes, comments, plays countsโœ…limitedyou build & maintain
Optional media downloadโœ…โŒyou build & maintain
No login or API approval requiredโœ…requires app reviewyou build & maintain
Pay-per-result pricing$0.0025 / postN/Ainfra + dev cost
Export to CSV / JSONโœ…limitedyou implement
Setup time to first result< 60 secondsdays (app approval)daysโ€“weeks

Verdict. Instagram's official APIs restrict access to Explore data and require lengthy app review. Instagram Explore Post delivers structured trending content data with no approval required.


โš ๏ธ Common mistakes to avoid

  1. Setting max_results below 10. The Actor requires at least 10 results per run โ€” the minimum is enforced by input validation.
  2. Setting download_medias to all for large runs. Video download is billed at $0.001 per file on top of the per-post charge. For analysis only, use none.
  3. Expecting topic on every post. Some Explore posts have no topic label โ€” topic will be empty for those items.
  4. Expecting plays on non-video posts. The plays field is only populated for video, reel, and IGTV content.
  5. Assuming video_url is always accessible. Instagram CDN links may expire โ€” download media immediately if persistent storage is needed.

๐Ÿ› ๏ธ Troubleshooting

ProblemLikely causeFix
Fewer results than max_resultsExplore feed may have fewer posts available at that time.Re-run the Actor or reduce max_results.
topic field is emptyPost has no topic label in the Explore section.Expected โ€” filter by non-empty topic in downstream processing.
plays / duration nullPost is an image, not a video.Filter is_video == true to process only video posts.
Media download URLs expiredInstagram CDN links are short-lived.Use download_medias: image or all to persist media to Apify key-value store.
Charge limit reachedAccount-level monthly spend limit hit.Raise the run / monthly limit in your Apify plan settings.

โ“ FAQ

What data does Instagram Explore Post return?

Instagram Explore Post returns 26 structured fields per post including id, shortcode, URL, username, topic, section, type, caption, likes, comments, plays, duration, image URL, video URL, and media items.

How much does Instagram Explore Post cost?

Instagram Explore Post uses pay-per-result pricing at $0.0025 per post (= $2.50 per 1,000 posts). Optional media download is billed at $0.001 per file. The Apify Free plan includes $5 of monthly platform credits, covering approximately 2,000 free Explore posts per month.

Does Instagram Explore Post require a login?

No. The Actor reads publicly visible Explore posts without any login or cookies.

Can I download images and videos from Explore posts?

Yes. Set download_medias to image for photos only, or all for photos and videos. Downloaded files are saved to your Apify key-value store. Media download is billed at an additional $0.001 per file.

Can I schedule Instagram Explore Post to run automatically?

Yes. Use Apify Schedules to monitor trending content on a recurring cadence and push results via Webhooks.


๐Ÿ”Œ Integrations

Instagram Explore Post plugs straight into the Apify ecosystem:

  • Schedules โ€” monitor trending posts on a recurring schedule (docs).
  • Webhooks โ€” POST results to your endpoint on ACTOR.RUN.SUCCEEDED (docs).
  • Apify API โ€” run-sync-get-dataset-items for blocking calls, runs for async (docs).
  • MCP Server โ€” call the Actor from Claude, ChatGPT, or Cursor agents (docs).
  • No-code โ€” Make, Zapier, n8n, Pipedream, Google Sheets, Airtable.

๐Ÿงฑ Sister Actors from TrueFetch

Jobs

Shopping & Deals

Vehicles

Real Estate

Local Business & Food

Classifieds

Social Media

Videos & Text

Content & Articles


๐Ÿ“ž Support, changelog, last updated

Support

Maintained by TrueFetch on the Apify Store.

Cost of doing nothing: manually browsing Instagram Explore Post to capture trending post data โ€” topics, captions, likes, plays, and media links โ€” takes hours per session. Instagram Explore Post delivers structured trending content data at $2.50 per 1,000 posts. โ†’ Try it free with $5 of Apify credits.

Changelog

  • 2026-05-02 โ€” README rewritten for SEO + GEO; documented all 26 output fields, full pricing, troubleshooting matrix, and FAQ.
  • 2026-04 โ€” Added topic and section field extraction; improved media item array format.
  • 2026-03 โ€” Added optional media download at $0.001 per file.
  • 2026-02 โ€” Initial release: Instagram Explore Post feed scraping.

{
"@context":"https://schema.org",
"@graph":[
{
"@type":"SoftwareApplication",
"@id":"https://apify.com/truefetch/instagram-explore-post#software",
"name":"Instagram Explore Post",
"description":"Apify Actor that scrapes the Instagram Explore Post feed and returns 26 structured fields per post โ€” caption, topic, section, media URLs, likes, comments, plays โ€” with optional photo and video download. Pay-per-result at $0.0025 per post.",
"applicationCategory":"BusinessApplication",
"operatingSystem":"Web, Cloud",
"url":"https://apify.com/truefetch/instagram-explore-post",
"offers":{
"@type":"Offer",
"price":"0.0025",
"priceCurrency":"USD",
"availability":"https://schema.org/InStock"
},
"author":{"@id":"https://apify.com/TrueFetch#author-TrueFetch"},
"publisher":{"@id":"https://apify.com/TrueFetch#publisher"}
},
{
"@type":"Organization",
"@id":"https://apify.com/TrueFetch#publisher",
"name":"TrueFetch",
"url":"https://apify.com/TrueFetch",
"sameAs":["https://t.me/TrueFetch","https://t.me/AiAgentApi"]
},
{
"@type":"FAQPage",
"mainEntity":[
{
"@type":"Question",
"name":"What data does Instagram Explore Post return?",
"acceptedAnswer":{
"@type":"Answer",
"text":"Instagram Explore Post returns 26 structured fields per post including id, shortcode, URL, username, topic, section, type, caption, likes, comments, plays, duration, image URL, video URL, and media items."
}
},
{
"@type":"Question",
"name":"How much does Instagram Explore Post cost?",
"acceptedAnswer":{
"@type":"Answer",
"text":"Instagram Explore Post uses pay-per-result pricing at $0.0025 per post (= $2.50 per 1,000 posts). Optional media download is billed at $0.001 per file. The Apify Free plan covers approximately 2,000 free Explore posts per month."
}
},
{
"@type":"Question",
"name":"Does Instagram Explore Post require a login?",
"acceptedAnswer":{
"@type":"Answer",
"text":"No. The Actor reads publicly visible Instagram Explore Post posts without any login or cookies."
}
}
]
},
{
"@type":"BreadcrumbList",
"itemListElement":[
{
"@type":"ListItem",
"position":1,
"name":"Apify",
"item":"https://apify.com"
},
{
"@type":"ListItem",
"position":2,
"name":"Social Media",
"item":"https://apify.com/store?category=SOCIAL_MEDIA"
},
{
"@type":"ListItem",
"position":3,
"name":"Instagram Explore Post",
"item":"https://apify.com/truefetch/instagram-explore-post"
}
]
}
]
}

Last Updated: May 2, 2026 Schema version: 1.1 Maintained by: TrueFetch ยท ๐Ÿ’ฌ Telegram Group ยท ๐Ÿ“ง Support

You might also like

Instagram Profile Post

truefetch/instagram-profile-post

Fetch posts from any public Instagram profile โ€” caption, image/video URLs, like count, comment count, play count, and 24 fields. Optional media download. $2.50 per 1,000.

20

5.0

Instagram Profile

truefetch/instagram-profile

Bulk-lookup Instagram profiles โ€” follower count, following count, bio, post count, verified badge, business email, and 33 fields per account. No login. $2.50 per 1,000.

51

5.0

Instagram Trending Scraper

agentx/instagram-trending-scraper

Tap straight into Instagram's Explore feed and pull what's actually trending right now โ€” up to 1,000,000 posts per run with caption, hashtags, like and comment counts, play count, author handle, and topic label. Optional one-click media archival to your key-value store.

Instagram Post Reel Scraper

agentx/instagram-post-reel-scraper

Walk an Instagram profile's full feed up to 1,000,000 posts and reels per run โ€” each item returns caption, hashtags, likes, comment count, view/play count, post type, timestamp, and the canonical media URLs. Optionally archive image-only or all media files straight to your key-value store.

Instagram Post Scraper

nifty.codes/instagram-postdetails-scraper

Extract Instagram post and reel details including engagement, media URLs, and author data. Powered by Instagram Scraper.