
Instagram Reels Scraper
Pricing
$14.00/month + usage

Instagram Reels Scraper
Scrape Instagram Reels and their respective profile efficiently.
0.0 (0)
Pricing
$14.00/month + usage
13
Total users
199
Monthly users
62
Runs succeeded
>99%
Issues response
7.5 days
Last modified
8 days ago
Hello, could you please add a function that can also export data that cannot be read or failed to be read?
Closed
Hello, could you please add a function that can also export data that cannot be read or failed to be read?

Hey!
Any restricted or invalid accounts will be added to the final results with an error
field. You can check this field to get a list of accounts that could not be scraped. Does this work for you?
wilson358358
yes , it will very useful for me ,
wilson358358
I would also like to ask, are the restricted and invalid return statuses the same? Is there a way to distinguish between these two statuses? Thank you.

You can distinguish them by the error
field. Here are examples of how it should appear on the final dataset:
Restricted account:
{kind: 'profile',input: <input>,error: "Restricted account"}
Account not found:
{kind: 'profile',input: <input>,error: "Account not found"}