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")
Launch a crawl from an extractor that a user owns.
curl \
  # append ?_apikey=$API_KEY to the URL \
  /extractor/{extractorId}/start
Cancel an existing crawl.
curl \
  # append ?_apikey=$API_KEY to the URL \
  /extractor/{extractorId}/cancel
SDK on GitHub 📄 API Docs
SDK
Commander
Python
API
import.io
import.io:run

At a glance

Language Python
Endpoints2