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.

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

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
a month 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)

22 days 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

21 days ago

yes , it will very useful for me ,

WI

wilson358358

21 days 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)

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