Skip to main content
You can use the priority parameter to control crawl scope. The most important fields are:
  • only: whitelist URL patterns to allow.
  • skip: blacklist URL patterns to avoid.
If both are provided, FetchFox uses only to constrain candidates and skip to remove unwanted URLs. Example:
This is useful when you only want one part of a large site. Keep in mind: priority controls what the crawler chooses to visit. The final results.hits set is still based on crawl discovery and pattern matching.