I am trying to pull all of the information from Licensed Contractors
I have been able to successfully scrape P. 1 of the data. But whenever I try to have it paginate, it either only does the first page OR it will endlessly go through all of the pages without actually scraping anything.
{"_id":"ChicagoContractors","startUrl":["Licensed Contractors a.page-link"},{"id":"TableSelect","parentSelectors":["NextPage"],"type":"SelectorTable","multiple":true,"selector":"table","tableDataRowSelector":"tbody tr","tableHeaderRowSelector":"thead tr","columns":[{"extract":true,"header":"License Type","name":"License Type"},{"extract":true,"header":"License Number","name":"License Number"},{"extract":true,"header":"Name","name":"Name"},{"extract":true,"header":"Address","name":"Address"},{"extract":true,"header":"Phone","name":"Phone"},{"extract":true,"header":"License Expiration Date","name":"License Expiration Date"},{"extract":true,"header":"Insurance / Bond Expiration Date","name":"Insurance Bond Expiration Date"},{"extract":true,"header":"License Inactive?","name":"License Inactive"}]}]}
Any ideas on how to modify?
Thank you!
- Steve