Overview
This pre-built parser turns Instagram profile HTML into a clean JSON payload including profile info, follower counts, and a grid of recent posts.
Send the raw HTML of a profile page and receive a normalized response matching the schema below.
Fields
- profile: avatar, bio, display_name, username, website, website_text
- stats: followers, following, posts (integers)
- content.posts[]: alt, image, url for recent grid items