Import.io API
The Import.io API (v2.0) provides programmatic access to create, manage, and run web data extractors, retrieve crawl run results, and manage reports. Everything available in the Import.io UI can be accomplished via the API, including scheduling extractions, managing data pipelines, and exporting data in JSON, CSV, or Excel formats. Authenticated extraction is supported for data behind login screens. Authentication is performed by passing your API key as the `_apikey` query parameter on every request. You can find your API key in the Import.io dashboard under User Settings.
What You Can Do
MCP Tools
getcurrentuser
Get current user
getcurrentusersubscription
Get current user subscription
listextractors
List extractors
getextractor
Get extractor
deleteextractor
Archive extractor
getextractorinputs
Get extractor inputs
updateextractorinputs
Update extractor inputs
startextractor
Start extractor
stopextractor
Stop extractor
duplicateextractor
Duplicate extractor
updateextractorcredentials
Update extractor credentials
listcrawlruns
List crawl runs
getcrawlrun
Get crawl run
getcrawlrunfile
Get crawl run results file
listreports
List reports
getreport
Get report
deletereport
Delete report
startreport
Start report
listreportrunsforreport
List report runs for a report
listreportruns
List report runs
getreportrun
Get report run
getreportrunfile
Get report run results file