WarpBuild LogoWarpBuild Docs
Apps

Apify

The Apify integration lets you programmatically manage actors, automate web scraping tasks, handle datasets, and integrate with Apify's automation platform directly from Helios.

Authentication

MethodTypeDescription
Personal Access TokenToken-basedSimple token authentication with full API access

Personal Access Token

The simplest and most secure way to connect Apify is using a Personal Access Token (PAT) for server-to-server authentication.

Setup Steps

  1. Go to your Apify Console
  2. Navigate to Settings → Integrations → Personal Access Tokens
  3. Click Create new token
  4. Provide a descriptive name for your token
  5. Select the appropriate scopes for your use case
  6. Click Create token
  7. Copy the generated token and paste it into Helios
  8. Save your integration

Store your Personal Access Token securely. It provides full access to your Apify account and cannot be recovered once lost.

Common Scopes

  • actor:read - Read actor information and configurations
  • actor:write - Create, modify, and delete actors
  • run:read - Read actor runs and their details
  • run:write - Start, stop, and manage actor runs
  • dataset:read - Access dataset contents and metadata
  • dataset:write - Create, modify, and delete datasets
  • storage:read - Read from key-value stores and request queues
  • storage:write - Write to key-value stores and request queues

Functionality

The Apify integration lets your workflows manage web scraping actors, automate data extraction tasks, handle datasets, and integrate with Apify's automation platform without writing custom code.

CategoryFeatures
Actor ManagementRun Actors, Get Actor Info, List Actors, Get Run Details, Abort Runs
Data ManagementGet Dataset Items, Download Datasets, Get Dataset Info, List Datasets, Create Datasets
Storage OperationsKey-Value Store Operations, Request Queue Management, Dataset Operations, File Storage
Monitoring & AnalyticsRun Statistics, Usage Analytics, Error Monitoring, Performance Metrics, Billing Information
Automation WorkflowsScheduled Runs, Webhook Triggers, Chain Multiple Actors, Data Pipeline Automation
Content ExtractionWeb Scraping, Data Mining, Content Monitoring, API Integration, Social Media Scraping

API Versions

The integration supports the Apify API:

Apify API v2

Current stable API version with full feature support for actor management, data extraction, and automation workflows.

Rate Limits

Apify API has the following rate limits:

  • Free plan: 1,000 API calls per month
  • Personal plan: 10,000 API calls per month
  • Team plan: 100,000 API calls per month
  • Enterprise: Custom limits

Rate limits are applied per account and reset monthly. Monitor your usage in the Apify Console.

Common Use Cases

Use CaseDescription
E-commerce MonitoringTrack product prices, availability, and competitor analysis
Lead GenerationExtract contact information from websites and social platforms
Content AggregationCollect news articles, blog posts, and social media content
SEO AnalysisMonitor search rankings, backlinks, and competitor SEO metrics
Social Media AnalyticsTrack mentions, engagement, and sentiment analysis
Real Estate DataExtract property listings, pricing trends, and market analysis

Last updated on