Return to applications

Instagram Profile Scraper

Scrape Instagram profile bios, follower counts, websites, business status, related accounts, latest posts, and optional about-account metadata through NanoGPT billing.

Run

API call

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

Instagram Profile Scraper for web and API workflows

Scrape Instagram bios, follower counts, websites, business status, related accounts, and profile metadata through NanoGPT. The same workflow is available from the web app and the /api/v1/instagram/profile API endpoint.

Common uses

  • Enrich public Instagram profile records
  • Check business status, websites, and account details
  • Collect latest profile posts when needed

Data returned

  • Profile bios, usernames, follower counts, and websites
  • Business status, related accounts, and about-account metadata
  • Optional latest post summaries
Instagram Profile Scraper | NanoGPT