Skip to main content

Fetch a given sitemap and retrieve all URLs in it.

Project description

fetch-sitemap

Retrieves all URL's of a given sitemap.xml URL and fetches each page one by one. Useful for (load) testing the entire site for error responses.

Sample Output

Note: The default concurrency limit is 10, so 10 URLs are fetched at once. Depending on your server's worker count, this might already be enough to DoS it. Try --concurrency-limit=2 and increase if you feel comfortable.

usage: fetch-sitemap 
    [-h] 
    [--basic-auth BASIC_AUTH] 
    [-l LIMIT] 
    [-c CONCURRENCY_LIMIT] 
    [-t REQUEST_TIMEOUT] 
    [--report-path REPORT_PATH] 
    sitemap_url

Fetch a given sitemap and retrieve all URLs in it.

positional arguments:
  sitemap_url           URL of the sitemap to fetch

options:
  -h, --help            show this help message and exit
  --basic-auth BASIC_AUTH
                        Basic auth information. Use: 'username:password'.
  -l LIMIT, --limit LIMIT
                        Maximum number of URLs to fetch from the given sitemap.xml. Default: All
  -c CONCURRENCY_LIMIT, --concurrency-limit CONCURRENCY_LIMIT
                        Max number of concurrent requests. Default: 10
  -t REQUEST_TIMEOUT, --request-timeout REQUEST_TIMEOUT
                        Timeout for fetching a URL in seconds. Default: 30
  --random              Append a random string like ?12334232343 to each URL to bypass frontend cache. Default: False
  --report-path REPORT_PATH
                        Store results in a CSV file. Example: ./report.csv
  -o OUTPUT, --output-dir OUTPUT
                        Store all fetched sitemap documents in this folder.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fetch-sitemap-7.tar.gz (498.6 kB view details)

Uploaded Source

Built Distribution

fetch_sitemap-7-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

Details for the file fetch-sitemap-7.tar.gz.

File metadata

  • Download URL: fetch-sitemap-7.tar.gz
  • Upload date:
  • Size: 498.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.0

File hashes

Hashes for fetch-sitemap-7.tar.gz
Algorithm Hash digest
SHA256 369f472ae1779160ce71ac8e86387b756b32ee607113c8d3845ebd243343b4cf
MD5 0671866af5d69f5e9b71b49156069686
BLAKE2b-256 fa3b9857ac05cf828115e1c8350df11ddffbc02df2e961759f067d1c936cbc8c

See more details on using hashes here.

File details

Details for the file fetch_sitemap-7-py3-none-any.whl.

File metadata

  • Download URL: fetch_sitemap-7-py3-none-any.whl
  • Upload date:
  • Size: 6.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.0

File hashes

Hashes for fetch_sitemap-7-py3-none-any.whl
Algorithm Hash digest
SHA256 0f5d2ca1b5b3291f3177b7dbc57875906f9e3b2ebb48393c4970dcd285f63785
MD5 7d98609fb9b6bd3c1f20fabeded195ad
BLAKE2b-256 53a0da1677f36dbcdd3f6e063174c03a52a2c287fd08d230b49b88a306c4d702

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page