@open-agent-studio/plugin-apify
v1.0.0
Published
Unified Apify plugin for Open Agent Studio — run Actors, manage datasets, and orchestrate web scraping from your AI agent
Maintainers
Readme
@open-agent-studio/plugin-apify
Official Apify integration plugin for Open Agent Studio. Run web scrapers, manage datasets, and orchestrate 2,000+ Apify Actors from your AI agent.
Installation
agent plugins install @open-agent-studio/plugin-apifySetup
- Create a free account at apify.com
- Get your API token: Profile → Settings → Integrations → Personal API Token
- Save it:
agent credentials set APIFY_API_TOKEN "apify_api_your_token_here"Usage
Natural Language
agent "Scrape all product prices from example-store.com"
agent "Search Apify Store for a Google Maps scraper and run it"
agent "Schedule a daily scrape of competitor pricing"CLI Commands
agent apify run apify/web-scraper --input '{"startUrls":[{"url":"https://example.com"}]}' --sync
agent apify store "instagram scraper"
agent apify actors
agent apify status <run-id>
agent apify results <dataset-id> --format csv
agent apify datasetsTools Registered
| Tool | Description |
|------|-------------|
| apify.run | Run an Apify Actor (async or sync) |
| apify.status | Check run status |
| apify.results | Get dataset results |
| apify.actors | List/get your Actors |
| apify.store | Search the Apify Store |
| apify.datasets | List/manage datasets |
| apify.schedule | Create/manage cron schedules |
| apify.kv | Key-Value Store operations |
Security
Your API token is encrypted with AES-256-GCM and stored locally in vault.json. It never leaves your machine.
License
MIT © Open Agent Studio
