Url: Academics in Medieval History - Academia.edu
I want to collect data from page 1 to 10. Is there any way to scrap this 10 page with pagination?
I want to start scrap from 1 to 10 then Its should stop .
Url: Academics in Medieval History - Academia.edu
I want to collect data from page 1 to 10. Is there any way to scrap this 10 page with pagination?
I want to start scrap from 1 to 10 then Its should stop .
Hi,
There are several ways to achieve this. The simplest would be adding a page range to the start URL:
https://www.academia.edu/People/Medieval_History?page=[1-10]
can you please provide a sitemap for this?
Sure, here is a reference:
{"_id":"academia","startUrl":["https://www.academia.edu/People/Medieval_History?page=[1-10]"],"selectors":[{"id":"name","parentSelectors":["_root"],"type":"SelectorText","selector":".u-mr1x a","multiple":true,"regex":""}]}
Thank You so much. It works properly