Using Commander with import.io

Python integration

Install
pip install Commander
Quick start
import Commander

# Set your API key
client = Commander.Client(api_key="YOUR_API_KEY")
Get the latest crawl run results as a csv
curl \
  # append ?_apikey=$API_KEY to the URL \
  /extractor/{extractorId}/csv/latest
Get the latest crawl run results as json
curl \
  # append ?_apikey=$API_KEY to the URL \
  /extractor/{extractorId}/json/latest
SDK on GitHub 📄 API Docs
SDK
Commander
Python
API
import.io
import.io:data
At a glance
Language Python
Endpoints2