Queue a raw export job
Queue an asynchronous export job for raw search results. Mode 'rows' exports a CSV of matching lines, mode 'parts' exports a text snapshot of matching parts.
Important: This export only includes results that have been previously unlocked via Mass Unlock. No points are consumed during export. Use /search/raw/unlock/task to unlock results first.
Query parameters
Export mode: rows (CSV of matching lines) or parts (text snapshot of matching parts).
Export mode: rows (CSV of matching lines) or parts (text snapshot of matching parts).
Deduplicate the export. rows: drop duplicate lines (whitespace-normalized, case-insensitive). parts: drop blocks with identical content.
Deduplicate the export. rows: drop duplicate lines (whitespace-normalized, case-insensitive). parts: drop blocks with identical content.
Request body
Example request
{
"q": "example.com"
}Response
Export job queued successfully.
Example response
{
"export_id": 1234,
"message": "Your export request has been queued. Check the Exports page for progress.",
"status": "queued"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.