Run actor/task and retrieve data via API
The most common workflow for your integration - run, wait, collect data. Let's look at how to integrate this.
Written by Lukáš Křivka
How to pass data from Web Scraper to another actor

Written by Lukáš Křivka
Importing a list of URLs or other dynamic resources from an external source
Want to load a CSV with URLs into your scraper easily? Or access a resource on the web in the middle or scraping? Read more...
Written by Jakub Balada
Running a web server
Web server in actors as a communication channel with the outside world
Written by Marek Trunkát
Setting up continuous integration for Apify actors on Bitbucket
How to set up continuous integration for Apify actors using Bitbucket Pipelines
Written by Jakub Drobník
Develop, build and run actors locally using the Apify command line client
Learn how to develop Apify actors on your local machine in Node.js and push them to the Apify platform using our command line client.
Written by Jakub Drobník
How to create an actor with headless Chrome / Puppeteer on local computer
How to set up an Apify actor that uses headless Chrome and Puppeteer on your local machine and how to move it to the Apify cloud
Written by Jakub Drobník
Migration from Apify API version 1 to version 2
Learn how to update your Apify API integrations when migrating from the legacy Crawler product (API version 1) to Actors (API version 2).
Written by Marek Trunkát
Migrate your Zapier integration from legacy crawlers to actor tasks
Learn how to update your Zaps that use the legacy Apify Crawler product to use Apify's new Zapier app for actors and tasks
Written by Jakub Drobník
Using Apify Scrapers via API from PHP
Start scrapers and fetch results from a PHP application
Written by Jakub Balada