Instagram Profile Scraper avatar
Instagram Profile Scraper
Try for free

Pay $2.30 for 1,000 results

View all Actors
Instagram Profile Scraper

Instagram Profile Scraper

apify/instagram-profile-scraper
Try for free

Pay $2.30 for 1,000 results

Scrape all Instagram profile info. Just add one or more Instagram usernames and extract number of followers&follows, URLs, bio, posts, likes, counts, related profiles, captions, highlight reels. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

Do you want to learn more about this Actor?

Get a demo
OC

not working man

Closed

ocular_coat opened this issue
2 months ago

check anf fix

jakubkonecny avatar

Hello, it seems that your input is incorrect. It should have an usernames field which holds an array of usernames, but for some reason your input is deeply nested with another object with usernames. You can fix the error by changing your input from

1{
2  "usernames": [{ "usernames": [ /* the actual usernames */ ] }]
3}

to

1{
2  "usernames": [ /* the actual usernames */ ]
3}
Developer
Maintained by Apify
Actor metrics
  • 2.3k monthly users
  • 130 stars
  • 99.8% runs succeeded
  • 1.5 days response time
  • Created in Nov 2021
  • Modified 1 day ago