Using Porter with import.io

PHP integration

Install
composer require Porter
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
Porter
PHP
API
import.io
import.io:run
At a glance
Language PHP
Endpoints2