| [ Web Proxy ] |
| Viewing: https://docs.parse.ly/api/api-endpoints/api-exclude-endpoint/ | [Back] [Original] |
Purpose: the Exclude endpoint helps you to manage a list of URLs that we should exclude from the results of other API endpoints. You may add or remove URLs from the exclusion list and retrieve a list of currently excluded URLs.
Prerequisite: You will need to provide your API secret with this endpoint.
Limitations: We will exclude each URL for a maximum of 90 days and then automatically evict it from the exclusion list. We allow 200 URLs per Site ID to be excluded at a time.
Add a URL to the list of ignored URLs.
| url | Canonical URL for page being trained against profile. |
Remove a URL from the list of ignored URLs.
| url | Canonical URL for page being trained against profile. |
Returns the list of currently excluded URLs.
Add a URL to the list of excluded URLs:
https://api.parsely.com/v2/exclude/ignore?apikey=example.com&secret=secretvalue&url=https://exampleurl.comhttps://api.parsely.com/v2/exclude/ignore?apikey=example.com&secret=secretvalue&url=https://exampleurl.comRemove a URL from the list of excluded URLs:
https://api.parsely.com/v2/exclude/include?apikey=example.com&secret=secretvalue&url=https://exampleurl.comhttps://api.parsely.com/v2/exclude/include?apikey=example.com&secret=secretvalue&url=https://exampleurl.comRetrieve the list of excluded URLs:
https://api.parsely.com/v2/exclude/list?apikey=example.com&secret=secretvaluehttps://api.parsely.com/v2/exclude/list?apikey=example.com&secret=secretvalueIf you add an alias URL to the exclusion list, it won’t have any practical effect. API queries return canonical URLs. So, if you submit an alias value, we will still return the canonical.
Using the /exclude endpoint will be challenging if you use Post IDs to alias posts together. This endpoint relies on input from a canonical URL because it assumes you’re using canonical URLs for aliasing.
Last updated: November 12, 2025
Documentation is licensed under a
Creative Commons Attribution-ShareAlike 4.0 International License
| Web Proxy Viewer | New URL | Original Page |