Instagram Post Viewer avatar
Instagram Post Viewer

Pricing

$29.00/month + usage

Go to Apify Store
Instagram Post Viewer

Instagram Post Viewer

Developed by

Sachin Kumar Yadav

Sachin Kumar Yadav

Maintained by Community

Fetch and view public Instagram posts anonymously using this Apify actor. No login required! Supports pagination, downloads multiple posts, and saves results to Apify dataset. Perfect for research, analytics, and content inspiration.

0.0 (0)

Pricing

$29.00/month + usage

0

4

1

Last modified

4 hours ago

Instagram Post Viewer – View & Download Public Posts (Apify Actor) 📸

Easily view and export public Instagram posts from any profile — no login required. This Apify actor fetches posts, flattens them into a clean table (one post = one row), and optionally includes pagination info so you can continue to the next page with a single value.

Ideal for research, analytics, inspiration, content curation, and archiving.

✨ Key Features

  • 🔍 Fetch public Instagram posts by username
  • 🔐 No login or cookies required
  • 📄 Clean tabular output (one post per row)
  • 🧭 Built‑in pagination support via end_cursor
  • 💾 Saves results to the Apify dataset for easy CSV/JSON export

🚀 Quick Start

  1. Open the actor and provide input.
  2. Run the actor.
  3. Download results from the dataset as CSV/JSON/NDJSON.

Input Parameters

FieldTypeRequiredDescription
usernamestringYesTarget Instagram username (public profiles only).
maxIdstringNoFor pagination: paste end_cursor from the previous run. Leave blank for the first page.

Example input

{
"username": "kyliejenner",
"maxId": ""
}

📦 Output Format (Dataset)

This actor pushes one dataset item per post. Columns include:

ColumnDescription
usernameInput username
post_idPost identifier
shortcodePost shortcode
post_urlDirect post URL
captionPost caption text
like_countNumber of likes (if available)
comment_countNumber of comments (if available)
view_countVideo views (if available)
is_videoWhether the post is a video
taken_atISO date/time of the post
image_urlRepresentative image URL
owner_idOwner account ID
owner_usernameOwner username
widthMedia width (if available)
heightMedia height (if available)

In addition, the actor appends a final helper row with pagination data:

ColumnDescription
row_typeWill be page_info for this row
end_cursorUse this value as maxId to fetch the next page
has_next_pageWhether more pages exist
has_previous_pageWhether previous pages exist
start_cursorStart cursor (if provided)

🔁 Pagination Guide

  • After a successful run, check the last row in the dataset where row_type = "page_info".
  • Copy end_cursor from that row.
  • Re-run the actor with the same username and set maxId to the copied end_cursor.

This allows you to iterate through multiple pages safely and consistently.

🧠 Common Use Cases

  • Social media research & market intelligence
  • Content inspiration and curation workflows
  • Analytics and reporting dashboards
  • Archiving public Instagram content for reference

✅ Notes & Limits

  • Works only for public Instagram profiles.
  • Respect platform terms of service and applicable laws when using the data.

❓ FAQ

Q: Do I need to log in or provide cookies? A: No. This actor is designed to work without login for public profiles.

Q: How do I fetch the next page of posts? A: Use the end_cursor from the last dataset row with row_type = "page_info" as the maxId in your next run.

Q: What file formats can I export to? A: From the Apify dataset, you can export to CSV, JSON, and NDJSON.

Q: Why do some metrics appear as null? A: Some fields (likes, comments, views) may not be present on every post or may vary by media type.

Q: Will this work on private accounts? A: No. Only public profiles are supported.

🔎 Find Me

instagram post viewer, instagram post scraper, instagram post downloader, anonymous instagram viewer, view instagram posts without login, instagram scraper, instagram extractor, ig posts dataset, apify actor instagram, instagram pagination end_cursor, export instagram posts csv, download instagram posts json, social media research, instagram analytics, public instagram data


If you have questions or feature requests, feel free to open an issue or contact the actor author on Apify. Happy scraping! 🎉