> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Extract URLs From Sitemap

> Extracts and parses URLs from website sitemaps

Extracts and parses URLs from website sitemaps. Accepts XML sitemap URLs and returns a list of URLs found in the sitemap.

|                      |                                 |
| -------------------- | ------------------------------- |
| **App**              | Web                             |
| **Operation ID**     | `web_extract_urls_from_sitemap` |
| **Type**             | Action                          |
| **Connection**       | None                            |
| **Credits per run**  | 1                               |
| **Agent / MCP tool** | Yes                             |

## Inputs

| Field         | Type    | Required | Default | Description                                                      |
| ------------- | ------- | -------- | ------- | ---------------------------------------------------------------- |
| `sitemap_url` | string  | Yes      | -       | URL of the XML sitemap (e.g., `https://example.com/sitemap.xml`) |
| `limit`       | integer | No       | -       | Maximum number of URLs to return (omit for all)                  |

## Output

**Type**: `List[str]`

Returns list of URLs found in the sitemap.
