Retrieve Bulk Extract Job Data

Download the extracted results of a bulk job

To download the results of your bulk extracted URLs, make a GET request to this endpoint. By default the complete extracted JSON data will be downloaded.

Download a URL Report

The URL Report is a CSV file that provides a diagnostic on every URL run through a Bulk API job and does not include extraction output. To retrieve the URL report, pass type=urls to your GET request on this endpoint.

Query Params
string
required

Your Diffbot token

string
required

Name of the bulk job whose data you wish to download.

string

Request format=csv to download the extracted data in CSV format (default: json). Note that CSV files will only contain top-level fields.

string

Request type=urls to retrieve the URL Report (CSV).

string

Pass an integer value (e.g. num=100) to request a subset of URLs, most recently processed first.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json