zyte-test-websites contains websites that can be used by spiders to test scraping of websites of a specific kind. It currently contains a job postings website.
Features:
- A page with job categories with pagination.
- Pages with jobs in a category with pagination.
- Pages with single job details.
Run it with:
$ python -m zyte_test_websites.main jobs 8888
You can access it at http://localhost:8888.
- Python >= 3.9
- aiohttp