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-4.tar.gz (498.0 kB view details)

Uploaded Source

Built Distribution

fetch_sitemap-4-py3-none-any.whl (6.7 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for fetch-sitemap-4.tar.gz
Algorithm Hash digest
SHA256 c3043f2edc9f3ec255834f5033957162aa6826ca4c37c9d5b9e427add2fa5623
MD5 6ef586328d7abc66ef18d39380544ea4
BLAKE2b-256 4ff39e9b7ae8c74767e055091af7439d2ca984ea7639e61486ef4c657fda25af

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for fetch_sitemap-4-py3-none-any.whl
Algorithm Hash digest
SHA256 390a65238f61d8ddb50f5ad32a93f9eb3c0e5e4c0057561d94606badd9041a52
MD5 540ebe23356c98bcf3f2b7f937442605
BLAKE2b-256 053d31d3165cb1269a50dfdc91e481653920e938b043d8d80dda01a7c2440a12

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