Actions (34)
Knowledge Graph · 15
- Combine enrichmentsGET /kg/v3/enhance/combine
Enrich a person record and return both person data and current employer data.
documented - Create a Bulk Enhance jobPOST /kg/v3/enhance/bulk
Enrich multiple records in bulk asynchronously.
documented - Create an Enhance jobPOST /kg/v3/enhance
Enrich a person or organization record with partial data input (POST).
documented - Download Enhance Bulk coverage reportGET /kg/v3/enhance/bulk/report/{bulkjobId}/{reportId}
Download the coverage report for a completed Enhance Bulk job.
documented - Download Enhance Bulk job resultsGET /kg/v3/enhance/bulk/{bulkjobId}
Download the results of a completed Enhance Bulk job.
documented - Download coverage report by DQL queryGET /kg/v3/dql/report
Download the coverage report for a given DQL query.
documented - Download coverage report by IDGET /kg/v3/dql/report/{id}
Download a DQL coverage report for a specific report ID.
documented - Download single result of an Enhance Bulk jobGET /kg/v3/enhance/bulk/{bulkjobId}/{jobIdx}
Download a single result from a Bulk Enhance job by index.
documented - Execute a DQL queryPOST /kg/v3/dql
Submit a DQL query to the Knowledge Graph for execution.
documented - List Enhance Bulk jobs for a tokenGET /kg/v3/enhance/bulk/status
List all Enhance bulkjobs for the API token.
documented - Poll Enhance Bulk job statusGET /kg/v3/enhance/bulk/{bulkjobId}/status
Poll the status of a specific Enhance Bulk job.
documented - Resolve lost DQL IDGET /kg/dql/resolve-lost-id
Resolve a lost or missing DQL identifier to a KG entity.
documented - Retrieve enhanced recordGET /kg/v3/enhance
Enrich a person or organization record with partial data input (GET).
documented - Search the Knowledge Graph with DQLGET /kg/v3/dql
Query the Knowledge Graph using Diffbot Query Language (DQL).
documented - Submit a Bulk Enhance job (bulk)POST /kg/v3/enhance/bulk
Submit a Bulk Enhance job (Bulk API bulk submission).
documented
Extract · 8
- Get Article DataGET /v3/article
Extract article text and metadata from a URL.
documented - Get Discussion DataGET /v3/discussion
Extract discussions and related comments from a page.
documented - Get Event DataGET /v3/event
Extract event details from event pages.
documented - Get Image DataGET /v3/image
Extract image data and metadata from a page.
documented - Get Job DataGET /v3/job
Extract job posting details from a page.
documented - Get List DataGET /v3/list
Structure lists from index/list-like pages.
documented - Get Product DataGET /v3/product
Extract pricing, specifications, and image data from a product page.
documented - Get Video DataGET /v3/video
Extract video metadata and URL information from a page.
documented
Bulk API · 6
- Create a Bulk Extract JobPOST /v3/bulk/
Submit a batch of URLs to be processed by the Extract APIs in bulk.
documented - Download Bulk Job Coverage ReportGET /v3/bulk/report/{bulkjobId}/{reportId}
Download the coverage report for a completed bulk job.
documented - Download Bulk Job Data by IDGET /v3/bulk/data?bulkjobId={bulkjobId}
Download bulk job results by ID (alternative path).
documented - Download Single Result of Bulk JobGET /v3/bulk/{bulkjobId}
Download a single result from a bulk extract job by index.
documented - Manage a Bulk Extract Job (pause/delete/restart/status)GET /v3/bulk/
Pause, delete, restart, or view the status of a bulk extract job.
documented - Retrieve Bulk Extract Job DataGET /v3/bulk/data
Download the extracted results of a bulk job.
documented