核心

导出

将任务的线索下载为 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。