Apify SDK Integration Add Apify Actor execution to an existing application. This skill covers the apify-client package for JS/TS and Python, plus the REST API for other languages. When to Use This Skill Adding web scraping or automation to an existing app Calling Apify Actors programmatically from application code Building a product that uses Apify as a backend service Integrating Actor results into a data pipeline Critical: Package Naming apify-client is the API client for calling Actors from your app. apify is the SDK for building Actors (wrong package for this use case). Always install apify-client . Never install apify for integration work. Prerequisites Show more
apify-sdk-integration
安装
npx skills add https://github.com/apify/agent-skills --skill apify-sdk-integration