Gluecrawl
Runs

Download Items (CSV)

Stream scraped data as CSV.

GET/v1/runs/:id/items/csv
Requires authentication

Returns a streaming CSV download with column headers derived from the scraped data.

Path parameters

NameTypeDescription
idrequireduuidRun whose rows should be exported.
curl -L 'https://api.gluecrawl.ai/v1/runs/RUN_ID/items/csv' \  -H "Authorization: Bearer glue_yourApiKeyHere" \  -o export.csv

Responses

text/csv

Response is a CSV stream, not JSON. Use the examples on the right to download the file.