Date: August 4, 2025
What’s New
TheincludeDomains
and excludeDomains
parameters now support:
- Path-specific filtering: Target specific sections of a domain by including the path
- Subdomain wildcard matching: Use
*.domain.com
to match all subdomains
Examples
Pattern | What it matches | Example URLs |
---|---|---|
"*.substack.com" | Any subdomain of substack.com | https://thehobbyist.substack.com/p/location-matters-6-days-273-bets |
"exa.ai/blog" | Only the blog section of exa.ai | https://exa.ai/blog/meet-the-exacluster |
"linkedin.com/company" | Company profiles on LinkedIn | https://www.linkedin.com/company/exa-ai |
When to Use Path Filtering
Path filtering is useful for things like:- Blogs: Search within blogs like
stripe.com/blog
,openai.com/blog
, orstratechery.com/2025
- Product Catalogs: Query product pages like
amazon.com/dp
,etsy.com/listing
, orikea.com/us/en/cat
- Directories: Search specific directories like
ycombinator.com/companies
,crunchbase.com/organization
, orgithub.com/orgs
How To Use Path Filtering
You can use the sameincludeDomains
and excludeDomains
parameters: