Instagram Profile Scraper (Bio & Posts) avatar
Instagram Profile Scraper (Bio & Posts)

Pricing

$1.10 / 1,000 results

Go to Store
Instagram Profile Scraper (Bio & Posts)

Instagram Profile Scraper (Bio & Posts)

Developed by

CoderX

CoderX

Maintained by Community

Instagram Profile Insights Scraper is a lightweight tool that collects detailed public data from a list of Instagram usernames. It fetches profile info and recent posts to help you analyze accounts at scale.

5.0 (1)

Pricing

$1.10 / 1,000 results

1

Total users

64

Monthly users

59

Runs succeeded

>99%

Issues response

22 days

Last modified

18 hours ago

Instagram Public Profile Scraper

πŸ“Œ Overview

The Instagram Public Profile Scraper is a powerful and lightweight tool for extracting public profile data from Instagram without requiring login or cookies. Simply provide a list of usernames and receive structured JSON output with all available public information β€” including biography entities, profile pictures, and the most recent posts.

πŸš€ Features

  • No login or cookies required βœ…
  • Scrapes public Instagram profile data
  • Returns structured user details including bio, followers, and latest posts
  • Supports batch input of usernames
  • Fast and scalable for automation, research, and analytics

πŸ”§ How It Works

  1. Provide a list of public Instagram usernames.
  2. The scraper fetches public profile information for each one.
  3. Data is returned as clean, structured JSON.

πŸ“₯ Input Parameters

ParameterTypeDescription
usernamesArrayList of public Instagram usernames to fetch

Example Input:

{
"usernames": ["cristiano", "nasa", "bethfiit"]
}

πŸ“€ Output Data

For each username, the scraper returns a rich set of public information:

πŸ§‘β€πŸ’Ό Profile Fields

FieldDescription
idInstagram internal user ID
usernameInstagram handle
fullNameUser’s display name
profilePicUrlURL to the low-resolution profile picture
hdProfilePicUrlURL to the high-resolution profile picture
biographyRaw bio text
biography_with_entitiesBio text with detected mentions and hashtags (structured)
external_urlPrimary link in bio
externalUrlsList of structured external links (title, resolved URL)
fbidFacebook ID tied to the Instagram account
followersCountNumber of followers
followsCountNumber of accounts followed
postsCountTotal number of posts
verifiedBoolean β€” whether the account is verified
privateBoolean β€” whether the account is private
isBusinessAccountBoolean β€” business account or not
businessCategoryNameCategory (e.g. β€œWriter”) if business profile
business_address_jsonJSON string of business address info
has_channelWhether the user has a video channel
highlight_reel_countNumber of story highlights
is_joined_recentlyBoolean flag for recently joined accounts

πŸ–ΌοΈ Recent Posts (latestPosts)

Up to the latest 12 public posts:

FieldDescription
idUnique media ID
shortCodeInstagram shortcode used in URLs
urlDirect link to the post
captionText caption for the post
commentsCountNumber of comments
likesCountNumber of likes
timestampDate and time of post
mediaTypeType (e.g. GraphImage, GraphVideo, GraphSidecar)
productTypeFormat (e.g. clips, feed, story β€” if available)
displayUrlPreview image/video link
altAccessibility caption (if available)
dimensionsHeight / dimensionsWidthDimensions of the image/video
is_videoBoolean β€” whether it's a video
locationNameIf a location is tagged
ownerUsernameUsername of the post owner
ownerIdID of the post owner

πŸ“¦ Example Output

{
"username": "bethfiit",
"fullName": "Beth Eleanor",
"biography": "πŸ“šπŸ’‹βœ¨ Fantasy & cosplay stuff πŸ‰ ...",
"biography_with_entities": {
"raw_text": "...",
"entities": [
{ "user": { "username": "b.eleanor_x" }, "hashtag": null }
]
},
"followersCount": 2453778,
"followsCount": 513,
"postsCount": 484,
"verified": true,
"private": false,
"externalUrls": [
{
"title": "B eleanor links ❀️",
"url": "https://linktr.ee/b.eleanor"
}
],
"latestPosts": [
{
"shortCode": "DLBtKfuRNDQ",
"caption": "A few days in Vegas βœ¨πŸ’ž",
"likesCount": 18664,
"timestamp": "2025-06-18T03:13:55",
"mediaType": "GraphSidecar",
"is_video": false,
"url": "https://www.instagram.com/p/DLBtKfuRNDQ"
}
]
}

βš™οΈ Notes & Limitations

  • Only works with public profiles β€” private account data cannot be fetched.
  • If an account doesn't exist or is banned/removed, it is skipped with a warning.
  • Media insights (likes/comments) only reflect public engagement and are approximate.

🧠 Use Cases

  • Research and competitor analysis
  • Social media dashboards
  • Public engagement tracking
  • Creator or influencer profiling

πŸ’‘ SEO Keywords

  • Instagram Profile Scraper
  • Scrape Instagram Public Data
  • Instagram Profile Data Extractor
  • Instagram JSON API Alternative
  • Instagram Post Metadata Scraper

⚠️ Disclaimer

Use this tool responsibly. Instagram’s terms of service prohibit scraping that violates their API usage policy. This tool scrapes only public data available to any logged-out visitor. The developer assumes no liability for misuse or automation abuse.


πŸš€ Start scraping Instagram profile data β€” fast, safe, and without cookies!