v1

latestOpenAPI 3.1.2Apache-2.02026-07-17241638.7 KB
Services

Create a CommonCrawl data dump

Executes a CommonCrawl data dump job for the specified crawl and returns the output directory path.

post/services/commoncrawldump

Request body

crawlIdstring required

The crawl identifier.

confIdstring

The configuration ID.

argsobject

Additional arguments for the service operation.

Example request

{
  "crawlId": "crawl-01",
  "confId": "default",
  "args": {}
}

Response

The output directory path for the dump.