Pagination Not Working

https://omcar.com/member-directory/?search_option=OfficeCity&search_field=ocala&pg=192

This website has a two column system. Bardeen helped with grabbing both columns in a previous topic. Now, it will only grab the first page and the last page out of 230 pages. Help!

Hi @eogren - I’m not sure this will work, but it may be worth a shot.

Try updating the Pagination selector to the following:
div:nth-child(4) div:nth-child(1) div:nth-child(1) div:nth-child(1) div:nth-child(1) div:nth-child(2) div:nth-child(1) div:nth-child(1) div:nth-child(1) div:nth-child(1) div:nth-child(3) ul:nth-child(1) li:nth-child(14) a:nth-child(1)

To do that:

  1. Open your Scraper Template
  2. At the bottom bar, select Pagination → Then select “Edit Click Pagination (Advanced)”
  3. Remove all selectors currently there:
  4. Select “Add permutation”
  5. Paste the above selector I’ve provided here and hit save.
  6. Try your scrape again and confirm your results back here.

Thank you! I hope this helps!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.