🕸️
AutomationPython

Apify SDK Integration

by apify

Apify SDK Integration is an Automation skill for Claude Code, published by apify in agent-skills.

2.4K stars254 forkson apify/agent-skillsAdded 2026/08/20Repository updated 2026/08/10
actoragent-skillsai-agentsapifymcp
Install in seconds
Install Apify SDK Integration
Copy Apify SDK Integration into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/apify/agent-skills/tree/main/skills/apify-sdk-integration ~/.claude/skills/apify-sdk-integration

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/apify/agent-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/apify-sdk-integration/SKILL.md in apify/agent-skills
Installs to
~/.claude/skills/apify-sdk-integration
Collection
One of 5 skills cataloged from this repository
Category
Automation1523 skills

What Apify SDK Integration does

Apify SDK Integration adds web scraping and automation capabilities to existing JavaScript, TypeScript, or Python applications using the apify-client package and REST API. Use it to call Apify Actors programmatically, fetch results from datasets, and handle synchronous or asynchronous runs.

Apify SDK Integration is cataloged under Automation on DirSkills. Apify SDK Integration comes from a repository tagged actor, agent-skills, ai-agents, apify and mcp.

Documentation

README

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

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Apify SDK Integration

  • What else does apify publish alongside Apify SDK Integration?

    Apify SDK Integration is one of 5 skills that DirSkills catalogs from apify/agent-skills, the repository it ships in. Its siblings there include Apify Actor Development, Apify Actorization and Apify Output Schema Generator. Each one is a separate skill with its own page in this directory, installs the same way Apify SDK Integration does, and is maintained by apify in that same repository. The rest of the collection is listed on the apify/agent-skills page.

  • How does Apify SDK Integration compare to other Automation skills?

    Apify SDK Integration ranks #461 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Apify SDK Integration against them. Open each page to compare what they document and how they install.