Instagram Profile Scraper
Extracts public Instagram profile metadata including bio, follower counts, website links, verification status, and recent media data with engagement metrics. 1 credit/rowParameters
| Parameter | Type | Required | Description |
|---|---|---|---|
usernames | array | Yes | Array of Instagram usernames without ’@’. E.g., ["nike", "adidas"] |
Example
Response
Instagram Post Scraper
Extracts comprehensive post-level metadata and media from Instagram profiles, including captions, hashtags, engagement metrics, comments, and media assets. 1 credit/rowParameters
| Parameter | Type | Required | Description |
|---|---|---|---|
directUrls | array | No | Array of Instagram URLs (profile, post, or reel URLs) |
username | array | No | Array of Instagram usernames to get posts from |
resultsLimit | integer | Yes | Number of posts per profile. Use 0 for all posts. Default: 20 |
onlyPostsNewerThan | string | No | Only get posts newer than this date. Format: YYYY-MM-DD |
Example
Instagram Comment Scraper
Scrape Instagram comments from posts or reels. Get comment text, timestamps, usernames, likes, and replies. 1 credit/rowParameters
| Parameter | Type | Required | Description |
|---|---|---|---|
directUrls | array | Yes | Array of Instagram post/reel URLs to get comments from |
resultsLimit | integer | Yes | Number of comments per post. Use 0 for all. Default: 100 |