Return to applications

Instagram Post Scraper

Scrape Instagram profile posts or exact post URLs with captions, metrics, media, comments, tags, and metadata through NanoGPT billing.

Run

API call

Pricing
POST /api/v1/instagram/posts
curl -sS \
  -X POST \
  -H "Authorization: Bearer $NANOGPT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"dataDetailLevel":"detailedData","waitForFinishSecs":180,"resultLimit":5000}' \
  "https://nano-gpt.com/api/v1/instagram/posts"

Instagram Post Scraper for web and API workflows

Scrape Instagram profile posts, exact post URLs, metrics, media, comments, and metadata through NanoGPT. The same workflow is available from the web app and the /api/v1/instagram/posts API endpoint.

Common uses

  • Collect recent posts from public profiles
  • Inspect exact Instagram post URLs
  • Analyze captions, media, comments, and engagement fields

Data returned

  • Post captions, media URLs, mentions, coauthors, and sponsored status
  • Like, comment, view, and video duration metrics
  • Recent comments and post-level metadata
Instagram Post Scraper | NanoGPT