Apify Skill

Execute Apify actors via REST API for web scraping tasks.

1|1|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/Geralt1983/Thanos --skill apify-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Apify Skill
Source: https://github.com/Geralt1983/Thanos/tree/main/Skills/apify
Command: npx skills add https://github.com/Geralt1983/Thanos --skill apify-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows you to programmatically run Apify actors, which are pre-built web scrapers, to gather data from the web without manual intervention.

Core Features & Use Cases

  • Execute Web Scrapers: Trigger various Apify actors for tasks like searching LinkedIn posts, scraping profiles, or finding people.
  • Automated Data Collection: Collect data from websites that don't offer direct APIs.
  • Use Case: Automatically scrape a list of LinkedIn posts related to a specific industry trend or gather contact information for potential leads.

Quick Start

Use the Apify skill to search for LinkedIn posts about 'AI advancements' and retrieve the top 10 results.

Frequently Asked Questions about Apify Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scrape LinkedIn posts using Apify actors?

Scraping LinkedIn posts with Apify involves running the LinkedIn post search actor through the Apify REST API. You must provide an Apify API token to authenticate the run and retrieve the resulting dataset items.

Can I automate web scraping tasks for websites without direct APIs?

Automating web scraping for websites without direct APIs is achieved by executing Apify actors programmatically. This allows you to collect data from target websites automatically without manual intervention.

What do I need to run Apify web scrapers for data collection?

To run Apify web scrapers for data collection, you need an Apify API token for authentication. The skill uses the Apify REST API endpoints to initiate actor runs and retrieve the resulting dataset items.

How does Apify actor execution work for collecting LinkedIn profile data?

Apify actor execution for collecting LinkedIn profile data works by sending requests to the Apify REST API. You trigger the profile scraping actor with your API token and then retrieve the collected data from the dataset items.

Are there limitations to scraping LinkedIn people search results via Apify?

While specific limitations are not detailed in the metadata, scraping LinkedIn people search results via Apify depends on your valid Apify API token and the specific actor successfully executing to return the requested dataset items.