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_order parameter
  • paginate the results by using after_id and before_id
  • retrieve deleted entities for specific collection(s) (e.g. organizations, people, funding_rounds, events, etc.) by providing an optional collection_ids parameter or using the /deleted_entities/{collection_id} endpoint.
GET https://api.crunchbase.com/api/v4/deleted_entities?deleted_at_order=desc&user_key=INSERT_KEY_HERE
GET https://api.crunchbase.com/api/v4/deleted_entities/organizations?deleted_at_order=desc&user_key=INSERT_KEY_HERE