核心

匯出

將任務的名單下載為 CSV、XLSX 或 JSON 檔案。

Pass format to choose the type, and optionally repeat leadIds to export only a subset. The response is the file itself, with a Content-Disposition attachment header.

GET/v1/scrape-jobs/:id/export
FieldTypeDescription
formatcsv | xlsx | jsonOutput format (default csv).
leadIdsstring (repeatable)Optional. ?leadIds=a&leadIds=b to export only those leads.
cURL — download XLSX
curl "https://api.mapleads.ai/v1/scrape-jobs/JOB_ID/export?format=xlsx" \
  -H "Authorization: Bearer mapleads_xxx" \
  -o leads.xlsx

今天就開始擷取名單

一分鐘內完成首次搜尋。結果可匯出為 CSV、Excel 或 JSON。