Import and export sitemaps
Export a sitemap
- Open the sitemap menu.
- Select the sitemap export option.
- Copy or save the sitemap JSON.
- Store it in a controlled environment where special characters such as double quotes (
") are preserved.
Import a sitemap
- Open Web Scraper in Developer Tools.
- Select the sitemap import option.
- Paste the complete sitemap JSON.
- Resolve any naming conflicts or validation errors.
- Open the imported sitemap and test it against the target site.
Security
Review exported sitemap definitions before sharing them. Do not include credentials, session values or other sensitive configuration in a public file.
Version control
Sitemap JSON can be stored in version control when the team needs reviewable changes. Treat the Web Scraper interface as the supported editor and validate imported versions before deployment.