|
|
|
|
|
by jerriep
1220 days ago
|
|
I've had a look at a number of these "simple" (i.e ones where I don't have to write a complex script) scraping tools recently and none of them seem to support what I consider to be a fairly common scenario of navigating to sub pages. In my case I have a landing page (with pagination) with a list of records I want to extract. However, to extract the full information I need for each record, I need to click on each item and navigate to a detail page to extract further info. Looking at your app and docs you don't seem to support this either. Is this something you are considering? |
|
I'm currently working on standard pagination (click next page button) and click button + infinite scroll.
What you comment is not currently possible with a single scraper, you would need to send one to collect links and then scrape those links. But I'm also working on "nesting data" feature, and what you comment should be possible in an ETA 2-3 weeks max.
Thanks for commenting!