Apify

Access Apify actors for web scraping and data extraction.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/GratefulJinx77/tai --skill apify-gratefuljinx77
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Apify
Source: https://github.com/GratefulJinx77/tai/tree/main/.tai/skills/scraping/Apify
Command: npx skills add https://github.com/GratefulJinx77/tai --skill apify-gratefuljinx77

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires apify-client, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of accessing and interacting with popular Apify actors, enabling efficient web scraping, data extraction, and automation without the need for manual MCP calls.

Core Features & Use Cases

  • Direct Access to Apify Actors: Interact with a variety of Apify actors (Instagram, LinkedIn, TikTok, YouTube, Facebook, Google Maps, Amazon, Web Scraper) directly from the code.
  • Code-Based Filtering: Perform data filtering and transformation directly within the code, resulting in significant token savings and efficiency.
  • Use Case: Quickly retrieve the latest tweets from a specific user or analyze the sentiment of recent reviews for a business. Automate lead generation by scraping contact information from Google Maps listings.

Quick Start

To get started, import the Apify module and use it to call the desired actor. For example, to get the latest tweets from a user:

import { Apify } from '.tai/filesystem-mcps/apify'

const apify = new Apify()

const actorId = 'apidojo/twitter-scraper-lite'
const input = {
  username: 'target_username',
  max_posts: 50
}

const run = await apify.callActor(actorId, input)

For more advanced use cases and examples, refer to the documentation provided within the skill.

Frequently Asked Questions about Apify

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

FAQPage Schema
How do I extract data from Instagram, TikTok, or Google Maps without manual API calls?

This Skill provides direct access to Apify actors for web scraping platforms like Instagram, TikTok, and Google Maps. It enables data extraction and automation directly in code without manual MCP calls.

Do I need an Apify API key to run web scraping actors?

Yes, you need an Apify API key to run web scraping actors. You must also provide actor-specific input configurations to execute the scraping and automation tasks successfully.

How do I reduce token consumption when scraping large amounts of web data?

To reduce token consumption when scraping web data, perform data filtering and transformation directly within the code. This approach ensures efficient data handling and significantly lowers token usage.

What is the best way to automate lead generation from Google Maps listings?

The best way to automate lead generation from Google Maps listings is using Apify actor integration. It allows you to scrape contact information directly and apply code-based filtering to streamline the extracted data.

Can I use the apify-client dependency to scrape Amazon product data?

Yes, you can use the apify-client dependency to scrape Amazon product data. The integration supports direct access to an Amazon Web Scraper actor for automated data extraction.

What platforms are supported for web scraping and data extraction?

Supported platforms for web scraping and data extraction include Instagram, LinkedIn, TikTok, YouTube, Facebook, Google Maps, Amazon, and a general Web Scraper. Direct actor access enables automated data retrieval from these sources.