17 skills found
D4Vinci / Scrapling🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
Fabianusromarioyeuyanan123 / ScraplingSimplify web scraping by extracting data from modern websites with an easy-to-use Python library designed for efficiency and clarity.
the-ai-entrepreneur-ai-hub / tiktok-shop-scraperTikTok Shop Affiliate Scraper. Find creators promoting any product with verified data (product name, price, sales, creator followers). Apify actor.
scraperapi / scraperapi-skillsScraperAPI's Agent Skills.
sigmaSd / scrap-mcpAn MCP (Model Context Protocol) server that can scrape web pages and extract content using CSS selectors. Built with deno-dom for fast HTML parsing.
Sesamsesam / firecrawlScrape, crawl, and convert any website into clean structured data. Extract content from JavaScript-heavy sites, crawl entire domains, and pull structured data - all through natural language.
pragmar / mcp-server-webcrawlMCP server tailored to connecting web crawler data and archives
Jupiterian / ATP-Rankings-APIPython/SQLITE3 based project which scrapes data from ATP Rankings website and uses Matplotlib for data visualization. Also updated to include FastAPI and MCP server deployment on render
OmarAlite946 / python-code-stylePython代码风格规范 这个规则定义了本项目中Python代码的风格标准,包括命名约定、格式化规则和代码组织标准,确保代码库的一致性和可读性。所有的Python文件应遵循这些规范。
shlomiuziel / asher-mcpA Personal Financial Data MCP Server over the israeli-bank-scrapers package
firecrawl / firecrawl-mcp-server🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
0xMassi / webclawFast, local-first web content extraction for LLMs. Scrape, crawl, extract structured data — all from Rust. CLI, REST API, and MCP server.
JoeanAmier / XHS-Downloader小红书(XiaoHongShu、RedNote)链接提取/作品采集工具:提取账号发布、收藏、点赞、专辑作品链接;提取搜索结果作品、用户链接;采集小红书作品信息;提取小红书作品下载地址;下载小红书作品文件
pouyanafisi / smippoCommand-line website copier and scraper. Create complete offline mirrors with all assets, styles, and dynamic content preserved. Perfect for website duplication, archiving, and offline browsing.
hyson666 / pdf-rag-mcp-serverPDF RAG server for cursor.
nfangxu / pythonPython 开发规范,适用于 Python 3.10+ 项目
kyouyap / python- **最初に型とインターフェース(関数のシグネチャ)を考える** Python では、PEP 484 に基づく型ヒントや `typing.NewType`、`Protocol` を活用して、処理対象の型と関数のシグネチャを設計します。