Instagram Reels Scraper avatar
Instagram Reels Scraper

Pricing

$14.00/month + usage

Go to Store
Instagram Reels Scraper

Instagram Reels Scraper

Developed by

Hpix

Hpix

Maintained by Community

Scrape Instagram Reels and their respective profile efficiently.

5.0 (1)

Pricing

$14.00/month + usage

15

Total users

252

Monthly users

76

Runs succeeded

>99%

Issues response

6.6 days

Last modified

a month ago

WI

Hello, could you please add a function that can also export data that cannot be read or failed to be read?

Closed

wilson358358 opened this issue
2 months ago

Hello, could you please add a function that can also export data that cannot be read or failed to be read?

Hpix avatar

Hpix (Hpix)

2 months ago

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?

WI

wilson358358

a month ago

yes , it will very useful for me ,

WI

wilson358358

a month ago

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.

Hpix avatar

Hpix (Hpix)

a month ago

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"
}