What problem does it solve? Adding web scraping, automation, or data extraction to an existing application requires calling external scraping services programmatically, and developers often struggle with choosing the right package, handling long-running jobs, and retrieving structured results reliably. ## Core Features & Use Cases - Actor Execution from Code: Run Apify Actors synchronously or asynchronously from JS/TS or Python using the apify-client package, with clear guidance on when to use .call() versus .start() plus polling. - Result Retrieval: Fetch structured dataset items and key-value store records, with pagination support for large datasets. - REST API Fallback: Use the Apify REST API directly from any language without an official client. - Use Case: You are building a price-monitoring backend in Node.js. Use this Skill to call a Store Actor with apify-client, wait for completion, and pipe the extracted product data into your database. ## Quick Start Ask the AI to add Apify Actor execution to your existing app using the apify-client package and your APIFY_TOKEN.