Sitemap Sniffer
No credit card required
Sitemap Sniffer
No credit card required
Sitemap sniffer will check the most used variants of sitemaps and you can use that for crawling. This will just save you time so you don't have to check manually.
You can access the Sitemap Sniffer programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "url": "https://mall.cz",
3 "proxy": {
4 "useApifyProxy": true
5 }
6}' |
7apify call vaclavrut/sitemap-sniffer --silent --output-dataset
Sitemap Sniffer API through CLI
The Apify CLI is the official tool that allows you to use Sitemap Sniffer locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
- 27 monthly users
- 4 stars
- 75.4% runs succeeded
- Created in Mar 2020
- Modified over 1 year ago