Sitemap URL Extractor avatar

Sitemap URL Extractor

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Sitemap URL Extractor

Sitemap URL Extractor

Extracts all URLs from an XML sitemap with pay-per-event pricing per 1000 URLs.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

soot

soot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

4 hours ago

Last modified

Share

Extracts every URL from one or many XML sitemaps in one batched run — ideal for seeding crawlers and SEO inventory. Pay-per-event: $0.01 per batch of up to 200 sitemaps.

🚀 What it does

This Actor automates a task that would otherwise take hours of manual work. It is built for batch processing — run it once on a list of inputs and get a structured, downloadable report.

✨ Features

  • Batch processing — handle one or many inputs in a single run
  • Structured output — clean tables, ready for CSV/JSON export
  • Pay-per-event pricing — you only pay for what you use
  • API & CLI ready — integrate it into any workflow

📥 Input configuration

Configure the Actor with these fields:

FieldTypeRequiredDescription
sitemapsarrayOptionalList of sitemap XML URLs to extract URLs from.
urlstringOptionalSingle sitemap URL (backward compatibility).

💡 Usage example

Run via Apify API (cURL)

curl -X POST "https://api.apify.com/v2/acts/sootesting~sitemap-url-extractor/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com"
}'

Run via Apify CLI

apify run --actor-name sootesting~sitemap-url-extractor --input '{
"url": "https://example.com"
}'

📤 Output schema

The Actor produces the following structured data:

FieldTypeDescription
resultstringResult JSON

💰 Pricing

Pay-per-event. See the Actor's pricing tab for current rates. You are only charged for successful events — platform usage is passed through transparently.

Part of the Sootesting SEO & Data Toolkit — a suite of focused actors for technical SEO, security auditing, and data extraction.