Map

Quickly discover URLs on a domain.

POST/api/v1/map1

Map returns a list of URLs for a site — fast. It combines sitemap.xml, robots.txt sitemap entries, certificate transparency subdomains, and a shallow link scan. Synchronous and flat 1 credit.

Request

ParameterTypeDescription
urlrequiredstringThe site to map.
searchstringOnly return URLs whose path matches this term.
limitnumberCap the number of URLs returned.
includeSubdomainsbooleanInclude discovered subdomains. Defaults to false.
sitemapstringSet to only to restrict to sitemap entries, or skip to ignore sitemaps.

Example

bash
curl -X POST https://peep.shownomore.com/api/v1/map \
  -H "Authorization: Bearer peep_live_xxx" \
  -H "Content-Type: application/json" \
  -d '{
  "url": "https://example.com",
  "limit": 100
}'