---
title: "Create a CommonCrawl data dump"
method: POST
path: "/services/commoncrawldump"
tags: ["Services"]
---

# Create a CommonCrawl data dump

`POST /services/commoncrawldump`

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

## Request body

- ServiceConfig — Configuration for service operations such as CommonCrawl data dumps.
  - `crawlId` string, required — The crawl identifier.
  - `confId` string — The configuration ID.
  - `args` object — Additional arguments for the service operation.

## Response `200`

The output directory path for the dump.

## Other responses

- `401` — Unauthorized. Basic authentication credentials are missing or invalid.
- `500` — An unexpected server error occurred.

---

[API](https://skmtc.dev/apache/apis/apache-nutch-rest-api.md) · [All operations](https://skmtc.dev/apache/apis/apache-nutch-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apache/apache-nutch-rest-api/revisions/e67af5b75ede/schema)
