Facebook User Search Scraper avatar
Facebook User Search Scraper

Pricing

$30.00/month + usage

Go to Store
Facebook User Search Scraper

Facebook User Search Scraper

Developed by

Lexis Solutions

Lexis Solutions

Maintained by Community

The Facebook User Search Scraper can obtain public data of profiles given a profile URL or a name to search. You can use it as a Facebook user matcher, user finder, or user enricher to connect your apps.

5.0 (7)

Pricing

$30.00/month + usage

35

Total users

495

Monthly users

37

Runs succeeded

>99%

Issue response

8.8 hours

Last modified

2 months ago

VO

Supporting pagination

Closed

ved_outtake opened this issue
2 months ago

Would it be possible to support pagination in the input?

lexis-solutions avatar

Can you elaborate what kind of solution you would like? Currently scrollsAmount controls the amount of scrolls (i.e. pages) that will be scraped.

VO

ved_outtake

2 months ago

Sometimes I want to enumerate all the search results. If the matched user is a lot (200+), this will require 20+ scrolling and can take 10+ minutes. Ideally we'd like to paginate this, so our functions can handle retry and timeout easier.

I'm imaging the interface to be something like -

{ query: string, maxItems: number, scrollsAmount: number, startScroll?: number, }

if startScroll is defined, the scraper will skip scrapping and returning the results in the first 'startScroll'.

lexis-solutions avatar

We've just added a new parameter—skipItems. With this, you can control what profiles will NOT be opened for scraping. Scrolling is not avoidable at this point, so filtering happens after all scrolling is completed. This should speed things up nevertheless.