We’re excited to introduce URL filtering capabilities for your search results. This new feature allows you to include or exclude specific URLs in your search results, making it easier to find the most relevant information.
How to enable
To filter your search results by URLs or domains, add the excludeDomains or includeDomains parameters to your API request.
Example request with excludeDomains
Example Response
Example request with includeDomains
Example Response
The URLs filtering parameters accept an Array of strings. You can use:
excludeDomains: Don’t use those Domains/URLs in the results
includeDomains: Only use those Domains/URLs in the results
If you use excludeDomains and includeDomains, the results will logically only include Domains/URLs that match the inclusion.