Skip to content

bbb-build/apify-actors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Apify Actor Collection

Production-ready Apify Actors for AI agents, Web3 analytics, and Japanese web data extraction.

GitHub Repo Analyzer Web3 Token Analyzer Smart Web Content Extractor Japanese Web Scraper

Actors

Extract structured, machine-readable data from any GitHub repository. Built for AI agents, RAG pipelines, and automated code analysis.

Features:

  • Repository metadata (stars, forks, language, license, topics)
  • Full README content for RAG ingestion
  • Dependency analysis (package.json, requirements.txt, go.mod, Cargo.toml)
  • Issue tracking, contributor rankings, release history
  • Multiple output formats: ai-optimized, full, compact
import { ApifyClient } from "apify-client";
const client = new ApifyClient({ token: "YOUR_TOKEN" });
const run = await client.actor("project_bbb/github-repo-analyzer").call({
  repoUrls: ["https://github.com/vercel/next.js"],
});

Analyze ERC-20/ERC-721 tokens across 6 EVM chains: Ethereum, Polygon, Arbitrum, Base, Optimism, World Chain.

Features:

  • Token metadata and supply information
  • Holder distribution analysis
  • Transfer history tracking
  • CoinGecko price integration
  • Multi-chain support
const run = await client.actor("project_bbb/web3-token-analyzer").call({
  tokens: ["ethereum:0xdAC17F958D2ee523a2206206994597C13D831ec7"],
});

Crawl any website and extract clean, structured content optimized for LLM consumption and RAG pipelines.

Features:

  • Removes navigation, ads, boilerplate automatically
  • Multiple output formats: Markdown, plain text, structured HTML
  • Metadata extraction (title, author, date, description)
  • Configurable crawl depth and page limits
  • Respects robots.txt
const run = await client.actor("project_bbb/smart-web-content-extractor").call({
  startUrls: [{ url: "https://docs.example.com" }],
  maxPages: 10,
});

Scrape major Japanese websites with full encoding support (Shift_JIS, EUC-JP, UTF-8).

Supported sources:

  • Yahoo! Japan News (all categories)
  • More sources coming soon

Features:

  • Automatic Japanese encoding detection and conversion
  • Cookie wall and consent handling
  • Pagination support
  • Category-based filtering
const run = await client.actor("project_bbb/japanese-web-scraper").call({
  source: "yahoo-news",
  category: "technology",
  maxItems: 20,
});

Pricing

All actors are free to use. You only pay for Apify platform compute costs.

About

Built by BBB & Company — Developer tools for AI agents, Web3 analytics, and Japanese web data.

Links

About

Apify Actor collection: GitHub Repo Analyzer, Web3 Token Analyzer, Smart Web Content Extractor, Japanese Web Scraper

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors