Instagram Post Scraper avatar
Instagram Post Scraper
Try for free

No credit card required

View all Actors
Instagram Post Scraper

Instagram Post Scraper

apify/instagram-post-scraper
Try for free

No credit card required

Scrape Instagram posts. Just add one or more Instagram usernames and get your data in seconds including text, hashtags, mentions, comments, images, URLs, likes, locations, and metadata. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

User avatar

code isn't running through api

Closed

cruise_07 opened this issue
2 months ago

whenever I am trying to use the api it is showing error and no ouput is generated

User avatar

Hi! Issue caused by nested array in your input:

1{
2  "username": [
3    [
4      "_anuvab._"
5    ]
6  ]
7}

Should be just:

1{
2  "username": [
3      "_anuvab._"
4  ]
5}

Then https://console.apify.com/view/runs/kqpysH5pxJmsjQRNg and since https://www.instagram.com/_anuvab._/ is private account actor displaying message about it in logs 2024-03-18T23:10:39.322Z INFO CheerioCrawler: NO RESULTS: zero public posts for https://www.instagram.com/_anuvab._

I´m going to close the issue now, but if there would be anything else we could help with, please let us know.

Developer
Maintained by Apify
Actor metrics
  • 1.4k monthly users
  • 100.0% runs succeeded
  • 1.9 days response time
  • Created in Nov 2021
  • Modified 8 days ago