Using Deleted Entities API
The Deleted Entities API endpoint can provide a list of entities that have been removed from the platform due to various reasons (e.g. inappropriate content, data quality clean up, compliance, etc.)
Customers can use this endpoint to detect when entities are removed from our Crunchbase Graph and update their own database accordingly.
With this API, you can...
- sort the results by providing an optional
deleted_at_orderparameter - paginate the results by using
after_idandbefore_id - retrieve deleted entities for specific collection(s) (e.g. organizations, people, funding_rounds, events, etc.) by providing an optional
collection_idsparameter or using the/deleted_entities/{collection_id}endpoint.
GET https://api.crunchbase.com/v4/data/deleted_entities?deleted_at_order=desc&user_key=INSERT_KEY_HEREGET https://api.crunchbase.com/v4/data/deleted_entities/organizations?deleted_at_order=desc&user_key=INSERT_KEY_HEREUpdated 6 days ago
