A sitemap stopped working

Check the website

Open a few pages from the website and check whether the page structure, class names, pagination, login requirements, or displayed content have changed.

Check the selectors

  1. Open the sitemap in the extension.
  2. Use Element Preview and Data Preview to find where the sitemap stops working.
  3. Update the affected selector.
  4. Test the selectors below it to make sure they still work as expected.

Run a test scrape

Run a limited scrape and check that the expected data is extracted correctly.

Related