Redesign API directory experience

This commit is contained in:
cporter202
2026-07-22 00:00:40 -04:00
parent 64bbaaf6e4
commit 5575f2d84b
8 changed files with 1035 additions and 275 deletions
+79
View File
@@ -0,0 +1,79 @@
name: Add or update a Worker
description: Suggest a public CoreClaw Worker for the directory
title: "[Worker]: "
labels: ["catalog"]
body:
- type: markdown
attributes:
value: |
Thanks for helping improve the directory. Please provide the public Worker details below.
- type: input
id: title
attributes:
label: Worker title
placeholder: Google Maps Scraper
validations:
required: true
- type: input
id: path
attributes:
label: Worker path
description: Use the stable owner/name path.
placeholder: coreclaw/google-maps-scraper
validations:
required: true
- type: input
id: url
attributes:
label: Public Worker URL
placeholder: https://www.coreclaw.com/owner/worker-name
validations:
required: true
- type: dropdown
id: category
attributes:
label: Primary category
options:
- E-Commerce & Marketplaces
- Social & Creator Data
- Search, Maps & SEO
- Jobs & Recruiting
- Lead Generation & Company Intelligence
- AI & Research
- Developer & Web Utilities
- Finance & Markets
- Real Estate
- Education & Knowledge
- News & Media
validations:
required: true
- type: input
id: source
attributes:
label: Data source
placeholder: Google Maps
validations:
required: true
- type: textarea
id: description
attributes:
label: Description
description: Explain what structured data this Worker returns.
validations:
required: true
- type: checkboxes
id: checks
attributes:
label: Checklist
options:
- label: This Worker is publicly accessible in the CoreClaw Store.
required: true
- label: I checked that this Worker path is not already listed.
required: true
+15
View File
@@ -0,0 +1,15 @@
## What changed
<!-- Summarize the catalog or documentation changes. -->
## Validation
- [ ] I ran `python scripts/validate_catalog.py`.
- [ ] Worker paths remain unique.
- [ ] Direct Worker URLs include `?fpr=chris69`.
- [ ] README and CSV entries are synchronized.
- [ ] Categories and source labels accurately describe the Workers.
## Notes
<!-- Add screenshots, source links or context when useful. -->
+25
View File
@@ -0,0 +1,25 @@
name: Validate catalog
on:
push:
branches: ["main"]
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Validate directory data and assets
run: python scripts/validate_catalog.py
+62
View File
@@ -0,0 +1,62 @@
# Contributing to the CoreClaw API Directory
Thanks for helping keep the directory accurate, useful and easy to browse.
## Quick rules
- Match Workers by their stable `owner/name` path, not by title.
- Keep titles and descriptions faithful to the public CoreClaw Store.
- Use one concise description focused on the data returned by the Worker.
- Preserve `?fpr=chris69` on public Worker URLs.
- Keep the affiliate disclosure visible in the README.
- Do not add private, unlisted or inaccessible Workers.
## Adding or updating a Worker
Every CSV record must include:
| Field | Requirement |
|---|---|
| `title` | Public Worker title |
| `path` | Stable `owner/name` path |
| `url` | Direct Worker URL ending in `?fpr=chris69` |
| `category` | One of the directory categories below |
| `source` | Human-friendly website or data source |
| `platform` | Platform label returned by CoreClaw |
| `author` | Worker publisher |
| `description` | One clear sentence describing the output |
## Categories
- E-Commerce & Marketplaces
- Social & Creator Data
- Search, Maps & SEO
- Jobs & Recruiting
- Lead Generation & Company Intelligence
- AI & Research
- Developer & Web Utilities
- Finance & Markets
- Real Estate
- Education & Knowledge
- News & Media
Choose the category that best describes the Workers primary use case. Use `source` for the website or service being queried.
## Validation
From the repository root:
```bash
python scripts/validate_catalog.py
```
The validator checks required CSV fields, unique Worker paths, affiliate URLs, README coverage and the SVG banner.
## Pull-request checklist
- [ ] The Worker is publicly accessible.
- [ ] The path is unique.
- [ ] The direct URL contains `?fpr=chris69`.
- [ ] The README and CSV are both updated.
- [ ] The category and source are accurate.
- [ ] `python scripts/validate_catalog.py` passes.
+548 -156
View File
@@ -1,202 +1,594 @@
<p align="center">
<img src="assets/coreclaw-api-directory-banner.svg" alt="CoreClaw API Directory — 118 ready-to-run web data APIs" width="100%">
</p>
<p align="center">
<a href="#directory"><strong>Browse the directory</strong></a>
·
<a href="#featured-workers">Featured Workers</a>
·
<a href="#using-the-api">Use the API</a>
·
<a href="data/workers.csv">Download CSV</a>
·
<a href="CONTRIBUTING.md">Contribute</a>
</p>
<p align="center">
<a href="https://github.com/cporter202/coreclaw-api-directory/actions/workflows/validate-catalog.yml"><img alt="Validate Catalog" src="https://github.com/cporter202/coreclaw-api-directory/actions/workflows/validate-catalog.yml/badge.svg"></a>
<img alt="118 public Workers" src="https://img.shields.io/badge/Public_Workers-118-6366f1?style=for-the-badge">
<img alt="11 use-case categories" src="https://img.shields.io/badge/Categories-11-06b6d4?style=for-the-badge">
<img alt="29 data sources" src="https://img.shields.io/badge/Data_Sources-29-8b5cf6?style=for-the-badge">
<img alt="Affiliate links enabled" src="https://img.shields.io/badge/Affiliate_Links-Enabled-22c55e?style=for-the-badge">
</p>
# CoreClaw API Directory
> Snapshot of all **118 public CoreClaw Store Workers**, checked **July 21, 2026**.
A polished, community-maintained directory of **118 public CoreClaw Workers** for extracting structured data from the public web. Find ready-to-run APIs for e-commerce, social media, search, lead generation, jobs, research, finance, real estate and more.
CoreClaw calls these integrations **Workers**. Each Store Worker is API-addressable, so this catalog treats each Worker as an available scraping/data API.
<p align="center">
<a href="https://coreclaw.com?fpr=chris69"><strong>Explore CoreClaw →</strong></a>
</p>
## About
> [!NOTE]
> **Affiliate disclosure:** Worker and CoreClaw links in this directory include the maintainers FirstPromoter referral parameter, `fpr=chris69`. If you create an account or purchase through one of these links, the maintainer may receive a commission at no additional cost to you. This helps support continued maintenance of the directory.
**CoreClaw API Directory** is an unofficial, community-maintained catalog of public CoreClaw Workers. Browse 118 ready-made APIs for social media, e-commerce, search, lead generation, jobs, real estate, SEO, and more. Every entry links directly to its Worker page and includes the stable Worker path used for API integrations.
## At a glance
## API basics
<table>
<tr>
<td align="center"><strong>118</strong><br><sub>public Workers</sub></td>
<td align="center"><strong>11</strong><br><sub>use-case categories</sub></td>
<td align="center"><strong>29</strong><br><sub>data sources</sub></td>
<td align="center"><strong>100%</strong><br><sub>direct Worker links</sub></td>
</tr>
</table>
- Public catalog endpoint: `GET https://openapi.coreclaw.com/api/v2/store`
- API base URL: `https://openapi.coreclaw.com`
- Run endpoint: `POST /api/v2/workers/{workerId}/runs`
- A Worker can be identified by its slug or by its path encoded as `owner~name`.
- Store search is public; running Workers requires a CoreClaw API key.
CoreClaw calls these integrations **Workers**. Each Worker is a runnable web-data workflow with its own input schema and structured output, exposed through CoreClaws shared REST and MCP integration layers.
## Catalog
## Explore by use case
### Amazon (15)
| | Category | APIs | What you can collect |
|---:|---|---:|---|
| 🛍️ | [**E-Commerce & Marketplaces**](#commerce) | **28** | Products, pricing, reviews, stores, suppliers and marketplace intelligence. |
| 🌐 | [**Social & Creator Data**](#social) | **47** | Profiles, posts, comments, creators, events and audience signals. |
| 🔎 | [**Search, Maps & SEO**](#search) | **5** | SERPs, maps, local business data, keywords and SEO intelligence. |
| 💼 | [**Jobs & Recruiting**](#jobs) | **12** | Job listings, candidate discovery, employers, salaries and recruiting data. |
| 🎯 | [**Lead Generation & Company Intelligence**](#leads) | **11** | Companies, decision-makers, suppliers, business emails and sales prospects. |
| ✨ | [**AI & Research**](#ai) | **3** | AI answers, cited sources and structured research workflows. |
| 🧰 | [**Developer & Web Utilities**](#developer-tools) | **7** | Browser automation, extraction, screenshots, parsing and data utilities. |
| 📈 | [**Finance & Markets**](#finance) | **1** | Public-market, company and financial time-series data. |
| 🏠 | [**Real Estate**](#real-estate) | **1** | Property listings, valuations, history and location data. |
| 📚 | [**Education & Knowledge**](#knowledge) | **2** | Courses, books, metadata and learning catalog intelligence. |
| 📰 | [**News & Media**](#news) | **1** | News articles, media pages and publication monitoring. |
- [Amazon / eBay Product Scraper](https://www.coreclaw.com/xgbetu6d/amazon-product-scraper-keyword-v2?fpr=chris69) — `xgbetu6d/amazon-product-scraper-keyword-v2` — Amazon / eBay Product Scraper can collect product listings from Amazon or eBay by keyword and export the data in your preferred format. You can use this data for competitive analysis, price monitoring, or as a data foundation for new applications and automated workflows. _(by xgbetu6d)_
- [Amazon Price Scraper(by Keywords)](https://www.coreclaw.com/coreclaw/amazon-product-scraper?fpr=chris69) — `coreclaw/amazon-product-scraper` — Batch-scrape real-time Amazon product pricing data via keyword search and automatically compile comprehensive product pricing insights. Bypass API restrictions to retrieve accurate pricing data, helping sellers benchmark competitor prices and optimize product pricing strategies.
- [Amazon Product Listing Scraper(by Keywords&Domain )](https://www.coreclaw.com/coreclaw/amazon-product-scraper-api?fpr=chris69) — `coreclaw/amazon-product-scraper-api` — Fetch real-time Amazon search data via keyword search and domain filtering. Bypass API limitations to obtain accurate ranking and domain-based product data for keyword optimization and competitor tracking.
- [Amazon Product Scraper (by ASIN )](https://www.coreclaw.com/coreclaw/amazon-product-data-scraper-api?fpr=chris69) — `coreclaw/amazon-product-data-scraper-api` — Extract public Amazon product data by ASINs. Capture details such as product title, brand, price, reviews, seller information, ranking, images, category, product details, and more. Export the data, access it via API, or integrate it with third-party tools.
- [Amazon Product Scraper (Prices, Reviews & Listings)](https://www.coreclaw.com/coreclaw/amazon-global-product-scraper?fpr=chris69) — `coreclaw/amazon-global-product-scraper` — Extract public product data from Amazon global marketplaces by keywords. Capture details such as product title, brand, price, discount, currency, review count, ASIN, sales, ranking, and more. Export the data, access it via API, or integrate it with third-party tools.
- [Amazon Product Scraping (for Price Monitoring)](https://www.coreclaw.com/odin-kael/amazon-product-scraper?fpr=chris69) — `odin-kael/amazon-product-scraper` — Bulk scrape product details via Amazon product URL, including title, price, rating, review count, images, category and more. Supports Amazon domains across 10+ countries, with 2,000 free credits for new users. _(by Kael Odin)_
- [Amazon Reviews Scraper (for Product Insights)](https://www.coreclaw.com/coreclaw/amazon-reviews-scraper?fpr=chris69) — `coreclaw/amazon-reviews-scraper` — Extract public Amazon product review data by URL. Capture details such as review content, rating, review date, reviewer information, verified purchase status, and more. Export the data, access it via API, or integrate it with third-party tools.
- [Amazon Scraper API (by URL)](https://www.coreclaw.com/coreclaw/amazon-product-scraper-tool?fpr=chris69) — `coreclaw/amazon-product-scraper-tool` — Enter a URL to call the data scraping API and instantly extract full public product and store data. Bypass official API limits with accurate and stable results, enabling cross-border sellers and developers to automate data synchronization and streamline business workflows.
- [Amazon Scraper(by URL)](https://www.coreclaw.com/coreclaw/amazon-global-product-scraper-tool?fpr=chris69) — `coreclaw/amazon-global-product-scraper-tool` — Extract public product data from Amazon global marketplaces by URLs, including product title, brand, seller, price, discount, and more. Export the data, access it via API, or integrate it with third-party tools.
- [Amazon Search Results Scraper (for Product Data & Keyword Insights)](https://www.coreclaw.com/coreclaw/amazon-global-product-data-scraper?fpr=chris69) — `coreclaw/amazon-global-product-data-scraper` — Fetch real-time Amazon product and ranking data by category page URL. Get accurate listing data for product optimization and niche analysis.
- [Amazon Search Results Scraperfor Product & Ranking Analysis](https://www.coreclaw.com/coreclaw/amazon-product-data-scraper?fpr=chris69) — `coreclaw/amazon-product-data-scraper` — Enter an Amazon category URL to bulk scrape full category search rankings, product details and ranking data. Support real-time scraping across global marketplaces with no official API key and no usage limits, enabling efficient category competitor analysis, ranking monitoring and niche market research.
- [Amazon Search Scraper](https://www.coreclaw.com/odin-kael/amazon-search-product-scraper?fpr=chris69) — `odin-kael/amazon-search-product-scraper` — Batch search Amazon products by keyword and extract comprehensive data, including ASIN, title, price, rating, reviews, Prime status, brand badges, and more. Supports multiple Amazon marketplaces. No coding required. Export to CSV/JSON with one click. _(by Kael Odin)_
- [Amazon Seller Scraper (for Lead Generation)](https://www.coreclaw.com/coreclaw/amazon-global-product-data-scraper-api?fpr=chris69) — `coreclaw/amazon-global-product-data-scraper-api` — Extract product data from Amazon seller storefronts by seller URLs. Capture details such as product title, brand, price, reviews, ASIN, ranking, seller information, and more. Export the data, access it via API, or integrate it with third-party tools.
- [Scrape Amazon Bestsellers (for Market Trends)](https://www.coreclaw.com/coreclaw/scrape-amazon-product-data?fpr=chris69) — `coreclaw/scrape-amazon-product-data` — Extract Amazon best sellers product data by Best Sellers page URLs. Capture details such as product title, brand, price, reviews, ASIN, ranking, images, seller information, and more. Export the data, access it via API, or integrate it with third-party tools.
- [Scrape Amazon Product Details by UPC (Price, Reviews & Sellers)](https://www.coreclaw.com/coreclaw/scrape-amazon-products?fpr=chris69) — `coreclaw/scrape-amazon-products` — Extract public Amazon product data by product UPC, including product title, brand, price, reviews, ASIN, seller information, ranking, product details, and more. Export the data, access it via API, or integrate it with third-party tools.
## Featured Workers
### eBay (3)
<table>
<tr>
<td width="33%" valign="top"><strong><a href="https://www.coreclaw.com/coreclaw/google-maps-scraper?fpr=chris69">Google Maps Scraper</a></strong><br><sub>Local businesses, reviews, contact details and opening hours.</sub><br><br><code>coreclaw/google-maps-scraper</code></td>
<td width="33%" valign="top"><strong><a href="https://www.coreclaw.com/coreclaw/google-search-scraper?fpr=chris69">Google Search Results (SERP) Scraper API</a></strong><br><sub>Structured organic results, related searches and People Also Ask.</sub><br><br><code>coreclaw/google-search-scraper</code></td>
<td width="33%" valign="top"><strong><a href="https://www.coreclaw.com/coreclaw/amazon-global-product-scraper?fpr=chris69">Amazon Product Scraper (Prices, Reviews & Listings)</a></strong><br><sub>Marketplace products, prices, rankings, reviews and ASIN data.</sub><br><br><code>coreclaw/amazon-global-product-scraper</code></td>
</tr>
<tr>
<td width="33%" valign="top"><strong><a href="https://www.coreclaw.com/coreclaw/linkedin-company-scraper?fpr=chris69">LinkedIn Company Scraper(by URL)</a></strong><br><sub>Company profiles, industries, descriptions and organization size.</sub><br><br><code>coreclaw/linkedin-company-scraper</code></td>
<td width="33%" valign="top"><strong><a href="https://www.coreclaw.com/coreclaw/instagram-profile-scraper?fpr=chris69">Instagram Profile Data Scraper(by Profile URL)</a></strong><br><sub>Public profiles, bios, follower counts and engagement signals.</sub><br><br><code>coreclaw/instagram-profile-scraper</code></td>
<td width="33%" valign="top"><strong><a href="https://www.coreclaw.com/coreclaw/youtube-channel-scraper?fpr=chris69">YouTube Channel Scraper(by URL)</a></strong><br><sub>Channel profiles, subscribers, views, descriptions and popular videos.</sub><br><br><code>coreclaw/youtube-channel-scraper</code></td>
</tr>
</table>
- [eBay Product Data Scraper(by URL)](https://www.coreclaw.com/coreclaw/ebay-scraper-tool?fpr=chris69) — `coreclaw/ebay-scraper-tool` — Extract public eBay product data by URLs. Capture details such as product title, item ID, category, price, seller information, shipping, return policy, and more. Export the data, access it via API, or integrate it with third-party tools.
- [eBay Product Scraper(by Keywords)](https://www.coreclaw.com/coreclaw/ebay-data-scraper?fpr=chris69) — `coreclaw/ebay-data-scraper` — Extract public eBay product data by keywords. Capture details such as product URL, title, price, reviews, seller information, shipping, return policy, and more. Export the data in structured formats, access it via API, or integrate it with third-party tools.
- [eBay Store Scraper(by Store URL)](https://www.coreclaw.com/coreclaw/ebay-scraper?fpr=chris69) — `coreclaw/ebay-scraper` — Extract public eBay product data by store URLs. Capture details such as product title, item ID, price, condition, seller information, reviews, shipping, return policy, and more. Export the data, access it via API, or integrate it with third-party tools.
## Using the API
### Facebook (13)
CoreClaws public Store endpoint helps you discover Workers. A Worker can then be addressed by its slug or by an owner/name path encoded as `owner~name`.
- [Facebook Comments Scraper(by URL)](https://www.coreclaw.com/coreclaw/facebook-comments-scraper?fpr=chris69) — `coreclaw/facebook-comments-scraper` — Extract public Facebook comments in bulk via post URLs, including commenter, content, likes and replies. One-click CSV/JSON export, no coding needed.
- [Facebook Event Scraper (by Event List URL)](https://www.coreclaw.com/mn06pz6r/facebook-huo-dong-lie-biao-zhua-qu-gong-ju-by-eventlist-url?fpr=chris69) — `mn06pz6r/facebook-huo-dong-lie-biao-zhua-qu-gong-ju-by-eventlist-url` — Facebook Event Scraper (by Event List URL) extracts event data from Facebook venue event list pages. Provide a venue's `/events` or `/upcoming_hosted_events` URL, and the scraper will automatically discover all individual event links on the page, then concurrently fetch and parse each event's detail page. _(by mn06pz6r)_
- [Facebook Event Scraper (by Event URL)](https://www.coreclaw.com/mn06pz6r/facebook-huo-dong-nei-rong-zhua-qu-gong-ju-by-url?fpr=chris69) — `mn06pz6r/facebook-huo-dong-nei-rong-zhua-qu-gong-ju-by-url` — Facebook Event Scraper (by Event URL) extracts event data by directly visiting individual Facebook event detail page URLs. When you already have specific event links, this scraper fetches each one concurrently and parses the full event details from the HTML. _(by mn06pz6r)_
- [Facebook Event Scraper (by Search URL)](https://www.coreclaw.com/mn06pz6r/facebook-huo-dong-lie-biao-zhua-qu-gong-ju-by-search-url?fpr=chris69) — `mn06pz6r/facebook-huo-dong-lie-biao-zhua-qu-gong-ju-by-search-url` — Facebook Event Scraper (by Search URL) extracts event data from Facebook event search and explore pages. Provide an event search URL (e.g. `/events/explore/` filtered by location or category), and the scraper will automatically discover all individual event links on the search results page, then concurrently fetch and parse each event's detail page. _(by mn06pz6r)_
- [Facebook Events Scraper(by Events URL)](https://www.coreclaw.com/coreclaw/facebook-events-scraper?fpr=chris69) — `coreclaw/facebook-events-scraper` — Extract public Facebook event data in bulk via URLs, including details, attendance and organizer info. One-click CSV/JSON export, no coding required.
- [Facebook Pages Scraper(by List URL)](https://www.coreclaw.com/coreclaw/facebook-events-scraper-api?fpr=chris69) — `coreclaw/facebook-events-scraper-api` — Extract public Facebook event data in bulk from event list URLs, including basic info, organizer and participant data. Export CSV/JSON with one click, no coding required.
- [Facebook Post Scraper(by URL)](https://www.coreclaw.com/coreclaw/facebook-posts-scraper?fpr=chris69) — `coreclaw/facebook-posts-scraper` — Extract data in real time via URLs, easily capture posts, shares and engagement metrics, free from complex infrastructure maintenance and IP blocks. One-click CSV/JSON export supported.
- [Facebook Post Scraper(by URL)](https://www.coreclaw.com/mn06pz6r/facebook-tie-zi-nei-rong-zhua-qu-gong-ju-by-url?fpr=chris69) — `mn06pz6r/facebook-tie-zi-nei-rong-zhua-qu-gong-ju-by-url` — Facebook Post Scraper extracts post content and engagement data from Facebook by visiting individual post URLs. It fetches each post page concurrently and parses the text content, media attachments, reactions, comments, shares, and other metadata. _(by mn06pz6r)_
- [Facebook Posts Scraper](https://www.coreclaw.com/marianne-turner/facebook-scraper?fpr=chris69) — `marianne-turner/facebook-scraper` — Extract posts from public Facebook Pages into structured data — post text, timestamps, reactions, comments, shares, author info, media attachments, and more. No Facebook login or API token required. _(by Marianne Turner)_
- [Facebook Profile Scraper(by URL)](https://www.coreclaw.com/mn06pz6r/facebook-ge-ren-zi-liao-zhua-qu-gong-ju-by-url?fpr=chris69) — `mn06pz6r/facebook-ge-ren-zi-liao-zhua-qu-gong-ju-by-url` — Facebook Profile Scraper extracts profile information from Facebook by visiting individual profile URLs. It fetches each profile page concurrently and parses key data such as name, bio, followers, page likes, work history, education, and more. Supports both personal profiles and public pages. _(by mn06pz6r)_
- [Facebook Reel Scraper](https://www.coreclaw.com/mmi0cuhn/huo-qu-facebook-shi-pin-xiang-qing?fpr=chris69) — `mmi0cuhn/huo-qu-facebook-shi-pin-xiang-qing` — Batch extract Facebook Reel video details. Get views, likes, comments, shares, author info, follower count and more. Supports proxy configuration and structured JSON output. _(by mmi0cuhn)_
- [Facebook Search Scraper(by Search URL)](https://www.coreclaw.com/coreclaw/facebook-events-data-scraper?fpr=chris69) — `coreclaw/facebook-events-data-scraper` — Extract public Facebook event data in bulk via search URLs, including event details, organizer and attendance info. Export clean CSV/JSON with one click, no coding needed.
- [Scrape Facebook Profiles(by URL)](https://www.coreclaw.com/coreclaw/facebook-profile-scraper?fpr=chris69) — `coreclaw/facebook-profile-scraper` — Scrape Facebook profiles by inputting a profile URL, including basic user information, work experience, education background, contact information, etc., and output them in CSV or JSON format.
```bash
# Discover public Store Workers — no API token required
curl "https://openapi.coreclaw.com/api/v2/store?offset=0&limit=100"
### Glassdoor (2)
# Run a Worker — authentication required
curl -X POST \
"https://openapi.coreclaw.com/api/v2/workers/coreclaw~google-maps-scraper/runs" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"input": {}, "is_async": true}'
```
- [Glassdoor Job Scraper(by URL)](https://www.coreclaw.com/coreclaw/glassdoor-job-scraper-api?fpr=chris69) — `coreclaw/glassdoor-job-scraper-api` — Enter URLs to batch extract Glassdoor job data, including company names, job titles, locations, salary ranges, job descriptions and employee reviews. No coding required, export structured CSV/JSON data with one click.
- [Glassdoor Jobs Scraper(by List URL)](https://www.coreclaw.com/coreclaw/glassdoor-scraper?fpr=chris69) — `coreclaw/glassdoor-scraper` — Enter job list URLs to batch extract Glassdoor job data, including company names, job titles, locations, salary ranges, descriptions and employee reviews. No coding required, export structured CSV/JSON data with one click.
> [!TIP]
> Read a Workers input schema before running it—required fields differ between Workers. Start with a small test run to validate output and cost.
### Google (10)
<a id="directory"></a>
## Directory
- [Cheerio Web Scraping](https://www.coreclaw.com/odin-kael/cheerio-html-parsing-scraper?fpr=chris69) — `odin-kael/cheerio-html-parsing-scraper` — A high-speed static page scraper based on Cheerio, designed specifically for static HTML pages. Uses Cheerio for HTML parsing, delivering speeds 10-50 times faster than full browser rendering. _(by Kael Odin)_
- [Google Search Results (SERP) Scraper API](https://www.coreclaw.com/coreclaw/google-search-scraper?fpr=chris69) — `coreclaw/google-search-scraper` — It queries the Google search engine by keyword and returns a structured SERP summary, including the final search parameters, organic results, related queries, and people-also-ask data.
- [Google Sheets Import Export Tool](https://www.coreclaw.com/odin-kael/google-sheets-import-and-export?fpr=chris69) — `odin-kael/google-sheets-import-and-export` — A powerful Google Sheets data import export tool designed for data synchronization, backup, and integration between Google Sheets and external systems. Supports three operation modes, two authentication methods, batch processing, data deduplication, and automatic backup. _(by Kael Odin)_
- [On-Page Content Checker](https://www.coreclaw.com/odin-kael/content-checker-worker?fpr=chris69) — `odin-kael/content-checker-worker` — Content Checker Worker monitors specific content on any web page and detects changes by comparing previous and current content. When changes are detected, it provides detailed comparison with before/after screenshots. _(by Kael Odin)_
- [Playwright Web Scraping](https://www.coreclaw.com/odin-kael/cross-browser-web-playwright-scraper?fpr=chris69) — `odin-kael/cross-browser-web-playwright-scraper` — A powerful cross-browser web scraping tool using Playwright for complete browser rendering. Supports Chromium, Firefox, and WebKit browser engines. Perfect for dynamic pages, single-page applications (SPAs), infinite scroll pages, and cross-browser testing scenarios. _(by Kael Odin)_
- [Puppeteer Web Scraping](https://www.coreclaw.com/odin-kael/full-browser-web-puppeteer-scraper?fpr=chris69) — `odin-kael/full-browser-web-puppeteer-scraper` — A powerful web scraping tool using Puppeteer for complete browser rendering. Supports full browser rendering, automatic Cookie banner closing, URL filtering, and more. _(by Kael Odin)_
- [RAG Web Browser](https://www.coreclaw.com/odin-kael/rag-web-browser-worker?fpr=chris69) — `odin-kael/rag-web-browser-worker` — A high-performance web scraper for RAG and AI, featuring Google search integration, dual-mode extraction (HTTP/Browser), and multi-format output. _(by Kael Odin)_
- [Web Scraper Tool](https://www.coreclaw.com/odin-kael/universal-web-scraper-tong-yong-wang-ye-pa-chong?fpr=chris69) — `odin-kael/universal-web-scraper-tong-yong-wang-ye-pa-chong` — A powerful and flexible web scraping tool that automatically crawls websites, extracts structured data, and discovers new links. _(by Kael Odin)_
- [Webpage Content Extractor](https://www.coreclaw.com/odin-kael/website-content-extractor?fpr=chris69) — `odin-kael/website-content-extractor` — Intelligently extract website content using Crawl4AI, retrieving page content in various formats (Markdown, HTML, or plain text). Supports configurable depth, wait conditions, CSS selectors, and comprehensive link discovery. Zero-code operation, one-click export in CSV or JSON format. _(by Kael Odin)_
- [Website Screenshot Tool](https://www.coreclaw.com/odin-kael/website-screenshot-tool?fpr=chris69) — `odin-kael/website-screenshot-tool` — A powerful website screenshot tool designed specifically for the CoreClaw platform. It captures web page screenshots and returns them as Base64-encoded data embedded in JSON output. _(by Kael Odin)_
The directory is organized first by **use case**, then by **source**. Expand a section to browse every Worker. Each title opens the exact Worker page with affiliate attribution preserved.
### Google Maps (3)
<a id="commerce"></a>
<details>
<summary><strong>🛍️ E-Commerce & Marketplaces</strong> · 28 APIs across 9 sources</summary>
- [Google Maps Lead Finder | Local Business Leads & Verified Contacts](https://www.coreclaw.com/coreclaw/google-maps-lead-finder?fpr=chris69) — `coreclaw/google-maps-lead-finder` — Discover and collect sales-ready local business leads from Google Maps with company profiles, websites, phone numbers, reviews, decision-maker contacts, and verified emails for outreach campaigns.
- [Google Maps Reviews Scraper(by place detail URL)](https://www.coreclaw.com/coreclaw/google-maps-reviews-scraper?fpr=chris69) — `coreclaw/google-maps-reviews-scraper` — Google Maps Review Scraper bulk extracts star ratings, text, reviewer details, owner responses, and image URLs. Precisely analyze customer sentiment, monitor competitors, optimize local SEO, and comprehensively boost your business reputation. Supports keyword filtering and multilingual translation, delivers structured data.
- [Google Maps Scraper](https://www.coreclaw.com/coreclaw/google-maps-scraper?fpr=chris69) — `coreclaw/google-maps-scraper` — Pull business records in bulk from Google Maps — covering reviews and reviewer details, photos, contact info (full name, email, job title), opening hours, prices and more. From there, export the data, trigger runs via API, schedule and watch them, or wire the results into your other tools.
<br>
### Google Play Store (2)
### Amazon <sup>14</sup>
- [Google Play Scraper](https://www.coreclaw.com/stephen-curry/google-play-scraper?fpr=chris69) — `stephen-curry/google-play-scraper` — One-click extraction of core data from Google Play apps, including app name, developer, rating, downloads and reviews. Supports CSV/JSON export. Anti-blocking technology ensures stable scraping with no coding required for one-click structured data export. _(by Stephen Curry)_
- [Russia Today News Scraping](https://www.coreclaw.com/zy-z/today-russia?fpr=chris69) — `zy-z/today-russia` — Russian International Media offers authoritative global news, multilingual reporting, and in-depth analysis on Russia, world politics, economy, and international affairs for global readers. _(by zy z)_
- [**Amazon / eBay Product Scraper**](https://www.coreclaw.com/xgbetu6d/amazon-product-scraper-keyword-v2?fpr=chris69) — `xgbetu6d/amazon-product-scraper-keyword-v2`<br>
Amazon / eBay Product Scraper can collect product listings from Amazon or eBay by keyword and export the data in your preferred format. You can use this data for competitive analysis, price monitoring, or as a data foundation for new applications and automated workflows. _by xgbetu6d_
- [**Amazon Price Scraper(by Keywords)**](https://www.coreclaw.com/coreclaw/amazon-product-scraper?fpr=chris69) — `coreclaw/amazon-product-scraper`<br>
Batch-scrape real-time Amazon product pricing data via keyword search and automatically compile comprehensive product pricing insights. Bypass API restrictions to retrieve accurate pricing data, helping sellers benchmark competitor prices and optimize product pricing strategies.
- [**Amazon Product Listing Scraper(by Keywords&Domain )**](https://www.coreclaw.com/coreclaw/amazon-product-scraper-api?fpr=chris69) — `coreclaw/amazon-product-scraper-api`<br>
Fetch real-time Amazon search data via keyword search and domain filtering. Bypass API limitations to obtain accurate ranking and domain-based product data for keyword optimization and competitor tracking.
- [**Amazon Product Scraper (by ASIN )**](https://www.coreclaw.com/coreclaw/amazon-product-data-scraper-api?fpr=chris69) — `coreclaw/amazon-product-data-scraper-api`<br>
Extract public Amazon product data by ASINs. Capture details such as product title, brand, price, reviews, seller information, ranking, images, category, product details, and more. Export the data, access it via API, or integrate it with third-party tools.
- [**Amazon Product Scraper (Prices, Reviews & Listings)**](https://www.coreclaw.com/coreclaw/amazon-global-product-scraper?fpr=chris69) — `coreclaw/amazon-global-product-scraper`<br>
Extract public product data from Amazon global marketplaces by keywords. Capture details such as product title, brand, price, discount, currency, review count, ASIN, sales, ranking, and more. Export the data, access it via API, or integrate it with third-party tools.
- [**Amazon Product Scraping (for Price Monitoring)**](https://www.coreclaw.com/odin-kael/amazon-product-scraper?fpr=chris69) — `odin-kael/amazon-product-scraper`<br>
Bulk scrape product details via Amazon product URL, including title, price, rating, review count, images, category and more. Supports Amazon domains across 10+ countries, with 2,000 free credits for new users. _— by Kael Odin_
- [**Amazon Reviews Scraper (for Product Insights)**](https://www.coreclaw.com/coreclaw/amazon-reviews-scraper?fpr=chris69) — `coreclaw/amazon-reviews-scraper`<br>
Extract public Amazon product review data by URL. Capture details such as review content, rating, review date, reviewer information, verified purchase status, and more. Export the data, access it via API, or integrate it with third-party tools.
- [**Amazon Scraper API (by URL)**](https://www.coreclaw.com/coreclaw/amazon-product-scraper-tool?fpr=chris69) — `coreclaw/amazon-product-scraper-tool`<br>
Enter a URL to call the data scraping API and instantly extract full public product and store data. Bypass official API limits with accurate and stable results, enabling cross-border sellers and developers to automate data synchronization and streamline business workflows.
- [**Amazon Scraper(by URL)**](https://www.coreclaw.com/coreclaw/amazon-global-product-scraper-tool?fpr=chris69) — `coreclaw/amazon-global-product-scraper-tool`<br>
Extract public product data from Amazon global marketplaces by URLs, including product title, brand, seller, price, discount, and more. Export the data, access it via API, or integrate it with third-party tools.
- [**Amazon Search Results Scraper (for Product Data & Keyword Insights)**](https://www.coreclaw.com/coreclaw/amazon-global-product-data-scraper?fpr=chris69) — `coreclaw/amazon-global-product-data-scraper`<br>
Fetch real-time Amazon product and ranking data by category page URL. Get accurate listing data for product optimization and niche analysis.
- [**Amazon Search Results Scraperfor Product & Ranking Analysis**](https://www.coreclaw.com/coreclaw/amazon-product-data-scraper?fpr=chris69) — `coreclaw/amazon-product-data-scraper`<br>
Enter an Amazon category URL to bulk scrape full category search rankings, product details and ranking data. Support real-time scraping across global marketplaces with no official API key and no usage limits, enabling efficient category competitor analysis, ranking monitoring and niche market research.
- [**Amazon Search Scraper**](https://www.coreclaw.com/odin-kael/amazon-search-product-scraper?fpr=chris69) — `odin-kael/amazon-search-product-scraper`<br>
Batch search Amazon products by keyword and extract comprehensive data, including ASIN, title, price, rating, reviews, Prime status, brand badges, and more. Supports multiple Amazon marketplaces. No coding required. Export to CSV/JSON with one click. _— by Kael Odin_
- [**Scrape Amazon Bestsellers (for Market Trends)**](https://www.coreclaw.com/coreclaw/scrape-amazon-product-data?fpr=chris69) — `coreclaw/scrape-amazon-product-data`<br>
Extract Amazon best sellers product data by Best Sellers page URLs. Capture details such as product title, brand, price, reviews, ASIN, ranking, images, seller information, and more. Export the data, access it via API, or integrate it with third-party tools.
- [**Scrape Amazon Product Details by UPC (Price, Reviews & Sellers)**](https://www.coreclaw.com/coreclaw/scrape-amazon-products?fpr=chris69) — `coreclaw/scrape-amazon-products`<br>
Extract public Amazon product data by product UPC, including product title, brand, price, reviews, ASIN, seller information, ranking, product details, and more. Export the data, access it via API, or integrate it with third-party tools.
### Indeed (5)
### eBay <sup>3</sup>
- [Indeed Company Scraper(by Keyword)](https://www.coreclaw.com/coreclaw/indeed-scraper-tool?fpr=chris69) — `coreclaw/indeed-scraper-tool` — Extract public Indeed company data in bulk by keywords, including size, industry, addresses, reviews and salary details. Export in CSV/JSON for targeted company search and competitor monitoring, with one-click structured data output.
- [Indeed Company Scraper(by List URL)](https://www.coreclaw.com/coreclaw/indeed-scraper-api?fpr=chris69) — `coreclaw/indeed-scraper-api` — Extract public Indeed company data in bulk via list URLs, including size, industry, locations, reviews and salary info. Export to CSV/JSON for recruitment research, competitor analysis and business intelligence, with one-click structured data export.
- [Indeed Job Scraper(by Industry & State)](https://www.coreclaw.com/coreclaw/indeed-job-scraper?fpr=chris69) — `coreclaw/indeed-job-scraper` — Extract public Indeed company data in bulk by industry and location, including size, sector, addresses, employee reviews and salary info. Export in CSV/JSON for industry and regional market analysis, with one-click structured data output.
- [Indeed Job Search Scraper(by Keyword)](https://www.coreclaw.com/coreclaw/indeed-job-scraper-tool?fpr=chris69) — `coreclaw/indeed-job-scraper-tool` — Extract public Indeed job data in bulk by keywords, including title, company, location, salary, description and post date. Export to CSV/JSON for recruitment, talent and salary benchmark analysis, with one-click structured data output.
- [Indeed Scraper(by Company URL)](https://www.coreclaw.com/coreclaw/indeed-scraper?fpr=chris69) — `coreclaw/indeed-scraper` — Extract public Indeed company data in bulk via company URLs, including size, industry, location, reviews and salary info. Export to CSV/JSON for recruitment research and competitor analysis, with one-click structured data output.
- [**eBay Product Data Scraper(by URL)**](https://www.coreclaw.com/coreclaw/ebay-scraper-tool?fpr=chris69) — `coreclaw/ebay-scraper-tool`<br>
Extract public eBay product data by URLs. Capture details such as product title, item ID, category, price, seller information, shipping, return policy, and more. Export the data, access it via API, or integrate it with third-party tools.
- [**eBay Product Scraper(by Keywords)**](https://www.coreclaw.com/coreclaw/ebay-data-scraper?fpr=chris69) — `coreclaw/ebay-data-scraper`<br>
Extract public eBay product data by keywords. Capture details such as product URL, title, price, reviews, seller information, shipping, return policy, and more. Export the data in structured formats, access it via API, or integrate it with third-party tools.
- [**eBay Store Scraper(by Store URL)**](https://www.coreclaw.com/coreclaw/ebay-scraper?fpr=chris69) — `coreclaw/ebay-scraper`<br>
Extract public eBay product data by store URLs. Capture details such as product title, item ID, price, condition, seller information, reviews, shipping, return policy, and more. Export the data, access it via API, or integrate it with third-party tools.
### Instagram (12)
### Google Play Store <sup>1</sup>
- [Instagram Bulk Post Scraper(by Profiles URL)](https://www.coreclaw.com/coreclaw/instagram-posts-by-profiles-url?fpr=chris69) — `coreclaw/instagram-posts-by-profiles-url` — Extract public Instagram post data in bulk by profile URL, including post content, engagement metrics, author information, and media links. Filter by date range and post type. Export to CSV/JSON with one click. No coding required.
- [Instagram Comment Scraper(by Post URL)](https://www.coreclaw.com/coreclaw/instagram-comment-scraper?fpr=chris69) — `coreclaw/instagram-comment-scraper` — Instagram Comment Scraper (by Post URL) extracts comments from Instagram posts and Reels. You can use the scraped comment data for sentiment analysis, audience research, content moderation, and building engagement reports.
- [Instagram Comments Scraper](https://www.coreclaw.com/mn06pz6r/instagram-zuo-pin-ping-lun-cai-ji?fpr=chris69) — `mn06pz6r/instagram-zuo-pin-ping-lun-cai-ji` — Instagram Comments Scraper extracts comments from Instagram posts, reels, and TV posts using Instagram's GraphQL API. You can use the scraped comment data for sentiment analysis, audience research, content moderation, and building engagement reports. _(by mn06pz6r)_
- [Instagram Content & Profile Scraper](https://www.coreclaw.com/marianne-turner/instagram-scraper?fpr=chris69) — `marianne-turner/instagram-scraper` — A unified Instagram scraper designed to extract publicly available data from Instagram through multiple input methods. With CoreClaw, you can pull posts, profile details, comments, reels, and mentions from Instagram URLs or keyword searches with zero code, empowering social media research, influencer analysis, content monitoring, and competitive intelligence _(by Marianne Turner)_
- [Instagram Post Scraper(by Post URL)](https://www.coreclaw.com/coreclaw/instagram-post-scraper?fpr=chris69) — `coreclaw/instagram-post-scraper` — Extract public Instagram post data via URLs, including user info, engagement and profile details. One-click CSV/JSON export, batch scraping, no coding needed.
- [Instagram Profile Data Scraper(by Profile URL)](https://www.coreclaw.com/coreclaw/instagram-profile-scraper?fpr=chris69) — `coreclaw/instagram-profile-scraper` — Extract public Instagram profile data by input URLs, including usernames, IDs, bios, locations, website URLs, follower counts, and comment counts. Supports data exporting, API integration, and synchronization with third-party tools.
- [Instagram Profile Scraper(by UserName )](https://www.coreclaw.com/coreclaw/instagram-profile-data-scraper?fpr=chris69) — `coreclaw/instagram-profile-data-scraper` — Extract public Instagram profile data by input username, including usernames, IDs, bios, locations, website URLs, follower counts, and comment counts. Supports data exporting, API integration, and synchronization with third-party tools.
- [Instagram Reel Details Scraper(by URL)](https://www.coreclaw.com/mmi0cuhn/instagram-shi-pin-xin-xi-huo-qu?fpr=chris69) — `mmi0cuhn/instagram-shi-pin-xin-xi-huo-qu` — Instagram Reel Details Scraper supports batch scraping Reels: likes, comments, author info, followers, caption, hashtags. Proxy supported, structured JSON output for research & analysis. _(by mmi0cuhn)_
- [Instagram Reels Bulk Scraper(by list URL)](https://www.coreclaw.com/coreclaw/instagram-reel-data-scraper?fpr=chris69) — `coreclaw/instagram-reel-data-scraper` — Extract public Reel data from Instagram using a list URL, including creator usernames, titles, hashtags, engagement metrics, and more. Ideal for short-form video trend analysis, content monitoring, and competitor research. Supports structured data output.
- [Instagram Reels Scraper(by URL)](https://www.coreclaw.com/coreclaw/instagram-all-reel-scraper?fpr=chris69) — `coreclaw/instagram-all-reel-scraper` — Extract public Reel data in bulk using Instagram URLs, including creator usernames, captions, hashtags, comment counts, like counts, views, play counts, engagement metrics, and more. Supports data export, API access, and third-party integrations.
- [Instagram Reels Video Scraper(by URL)](https://www.coreclaw.com/coreclaw/instagram-reel-scraper?fpr=chris69) — `coreclaw/instagram-reel-scraper` — Enter one or more Reel URLs to extract creator details, hashtags, comments, and engagement metrics from public Instagram Reels, with support for media archiving and structured data output.
- [Instagram Video Info Scraper](https://www.coreclaw.com/mn06pz6r/instagram-tie-zi-xiang-qing-cai-ji?fpr=chris69) — `mn06pz6r/instagram-tie-zi-xiang-qing-cai-ji` — Instagram Video Info Scraper can collect detailed public data from Instagram posts, reels, and TV videos, and export it in your preferred format. You can use this data for content analysis, influencer research, or as a data foundation for marketing workflows. _(by mn06pz6r)_
- [**Google Play Scraper**](https://www.coreclaw.com/stephen-curry/google-play-scraper?fpr=chris69) — `stephen-curry/google-play-scraper`<br>
One-click extraction of core data from Google Play apps, including app name, developer, rating, downloads and reviews. Supports CSV/JSON export. Anti-blocking technology ensures stable scraping with no coding required for one-click structured data export. _— by Stephen Curry_
### LinkedIn (10)
### Product Hunt <sup>1</sup>
- [LinkedIn Candidate Search (No Cookies)](https://www.coreclaw.com/q9w5f5h8/linkedin-candidate-search-no-cookies?fpr=chris69) — `q9w5f5h8/linkedin-candidate-search-no-cookies` — Build targeted candidate lists from LinkedIn no account, no cookies, no bans. Get verified names, titles, and profile URLs for any IT role and city in minutes. Used by recruiters and HR agencies for faster, cheaper talent sourcing. _(by Techforce Global)_
- [LinkedIn Company Scraper(by URL)](https://www.coreclaw.com/coreclaw/linkedin-company-scraper?fpr=chris69) — `coreclaw/linkedin-company-scraper` — Extract public company profile data by input LinkedIn company page URL. Capture details such as company name, company size, industry, description, company page link, and more. Export the data, access it via API, or integrate it with third-party tools.
- [LinkedIn Company Scraper(by URL)](https://www.coreclaw.com/mn06pz6r/linkedin-gong-si-xin-xi-zhua-qu-gong-ju-by-url?fpr=chris69) — `mn06pz6r/linkedin-gong-si-xin-xi-zhua-qu-gong-ju-by-url` — LinkedIn Company Scraper extracts detailed company information from LinkedIn by company page URL. Provide one or more LinkedIn company URLs, and it will fetch each page and return structured company data including name, industry, size, locations, funding, employees, and recent updates. _(by mn06pz6r)_
- [LinkedIn Job Listings Bulk Scraper](https://www.coreclaw.com/coreclaw/linkedin-jobs-data-scraper?fpr=chris69) — `coreclaw/linkedin-jobs-data-scraper` — Extract public LinkedIn job posting data by job listing URL. Capture details such as job title, company name, job description, experience level, salary range, application link, and more. Export the data, access it via API, or integrate it with third-party tools.
- [LinkedIn Job Scraper (by Job URL)](https://www.coreclaw.com/mn06pz6r/linkedin-gang-wei-xin-xi-zhua-qu-gong-ju-by-url?fpr=chris69) — `mn06pz6r/linkedin-gang-wei-xin-xi-zhua-qu-gong-ju-by-url` — LinkedIn Job Scraper (by Job URL) extracts detailed job information from LinkedIn by job detail page URL. Provide one or more LinkedIn job URLs, and it will fetch each page and return structured job data including title, company, salary, description, and applicant count. _(by mn06pz6r)_
- [LinkedIn Job Scraper (by Keyword)](https://www.coreclaw.com/mn06pz6r/linkedin-gang-wei-lie-biao-zhua-qu-gong-ju-by-keyword?fpr=chris69) — `mn06pz6r/linkedin-gang-wei-lie-biao-zhua-qu-gong-ju-by-keyword` — LinkedIn Job Scraper (by Keyword) extracts job listings from LinkedIn by keyword and location. It builds a search URL internally from your keyword parameters, fetches listing pages, then retrieves each job detail page to deliver structured, ready-to-use job data. _(by mn06pz6r)_
- [LinkedIn Job Scraper (by Listing URL)](https://www.coreclaw.com/mn06pz6r/linkedin-gang-wei-lie-biao-zhua-qu-gong-ju-by-url?fpr=chris69) — `mn06pz6r/linkedin-gang-wei-lie-biao-zhua-qu-gong-ju-by-url` — LinkedIn Job Scraper (by Listing URL) extracts job listings from LinkedIn by listing page URL. Provide one or more LinkedIn job search or company job listing page URLs, and it will paginate through each listing, then fetch every individual job detail page to deliver structured, ready-to-use job data. _(by mn06pz6r)_
- [LinkedIn Job Scraper(by URL)](https://www.coreclaw.com/coreclaw/linkedin-jobs-scraper-tool?fpr=chris69) — `coreclaw/linkedin-jobs-scraper-tool` — Input LinkedIn job URL to extract public job data, including the job title, company name, job description, experience level, salary range, application link, and more. Supports data export, API calls, and third-party tool integrations.
- [LinkedIn Jobs Search Scraper(by Keyword)](https://www.coreclaw.com/coreclaw/linkedin-jobs-scraper?fpr=chris69) — `coreclaw/linkedin-jobs-scraper` — Extract public LinkedIn job posting data by job keyword. Capture details such as job title, company name, job description, experience level, salary range, application link, and more. Export the data, access it via API, or integrate it with third-party tools.
- [LinkedIn People Profile Scraper(by URL)](https://www.coreclaw.com/coreclaw/linkedin-people-profile-scraper?fpr=chris69) — `coreclaw/linkedin-people-profile-scraper` — Extract public LinkedIn People Profile data by URL, including name, headline, location, current company, work experience, education, skills, follower count, and more. Export the data, access it via API, or integrate it with third-party tools.
- [**Product Hunt Scraper**](https://www.coreclaw.com/odin-kael/product-hunt-scraper?fpr=chris69) — `odin-kael/product-hunt-scraper`<br>
Product Hunt Scraper CoreClaw Worker to scrape trending products by keyword for market research, competitor tracking, lead generation and AI startup trend monitoring. Support API, feed, browser and proxy auto strategy. _— by Kael Odin_
### Other (18)
### Quince <sup>1</sup>
- [ChatGPT Answer Scraper](https://www.coreclaw.com/yankun-guo/chatgpt_get_sources?fpr=chris69) — `yankun-guo/chatgpt_get_sources` — Input questions to get full HTML content with cited sources from ChatGPT replies. Supports bulk scraping, automatic retry and source extraction. No technical skills required. Free trial available. _(by yankun guo)_
- [Coursera and EDX Course Scraper](https://www.coreclaw.com/odin-kael/coursera-and-edx-course-scraper?fpr=chris69) — `odin-kael/coursera-and-edx-course-scraper` — A powerful course scraper for extracting online courses from Coursera and EDX platforms. _(by Kael Odin)_
- [Goodreads Book Info Extractor](https://www.coreclaw.com/adil-ayub/goodreads-book-info-extractor?fpr=chris69) — `adil-ayub/goodreads-book-info-extractor` — Instantly extract Goodreads book data including title, description, ISBN, ASIN, publisher, format, page count, language, genres, awards, characters, ratings, and rating counts. Receive structured JSON data for seamless integration into your applications and workflows. _(by Adil Ayub)_
- [Jobspy - Linkedin, Glassdoor Scraper](https://www.coreclaw.com/odin-kael/jobspy?fpr=chris69) — `odin-kael/jobspy` — Stably scrape job postings from recruitment platforms including Indeed and LinkedIn. Supports remote/full-time/salary filtering, custom proxies, and multi-dimensional precise search. Deploy with one click to obtain overseas job data. _(by Kael Odin)_
- [Made-in-China Supplier Intelligence Scraper | Extract Company Profiles, Contacts & Trade Data](https://www.coreclaw.com/mmi0cuhn/made-in-china-com-zhong-guo-chu-hai-gong-si-xin-xi-huo-qu?fpr=chris69) — `mmi0cuhn/made-in-china-com-zhong-guo-chu-hai-gong-si-xin-xi-huo-qu` — Scrape Made-in-China supplier pages and collect structured company profiles, main products, audit report numbers, trade details, certificates, shipment images, and contact information for B2B sourcing workflows. _(by mmi0cuhn)_
- [Perplexity AI Answer Scraper with Sources](https://www.coreclaw.com/yankun-guo/perplexity_get_source?fpr=chris69) — `yankun-guo/perplexity_get_source` — Enter questions or linksno coding required to extract full Perplexity AI answers with source citations in HTML format. Ideal for research, fact-checking and content analysis. _(by yankun guo)_
- [Product Hunt Scraper](https://www.coreclaw.com/odin-kael/product-hunt-scraper?fpr=chris69) — `odin-kael/product-hunt-scraper` — Product Hunt Scraper CoreClaw Worker to scrape trending products by keyword for market research, competitor tracking, lead generation and AI startup trend monitoring. Support API, feed, browser and proxy auto strategy. _(by Kael Odin)_
- [Quince.com Product Scraper - Prices, Discounts, Reviews & More](https://www.coreclaw.com/q9w5f5h8/quince-com-product-scraper-prices-discounts-reviews-and-more?fpr=chris69) — `q9w5f5h8/quince-com-product-scraper-prices-discounts-reviews-and-more` — Search products and walk away with selling prices, retail prices, discounts, hero images, and the latest customer reviews for every product, ready to drop into your spreadsheet, dashboard, or BI tool. The Quince.com Product Scraper turns catalog into clean, structured product data in minutes. _(by Techforce Global)_
- [Reddit Scraper(for Posts, Comments & Media Data Effortlessly)](https://www.coreclaw.com/wahlberg/reddit-scraper?fpr=chris69) — `wahlberg/reddit-scraper` — Scrape public Reddit posts, comments, votes, media, and metadata by URL or keyword. Support sorting, filtering, and structured output for research, monitoring, and analysis. _(by ewalb)_
- [SHEIN Product Scraper (Keyword/Category-Driven)](https://www.coreclaw.com/yankun-guo/shein_keyword?fpr=chris69) — `yankun-guo/shein_keyword` — A scalable tool to automatically discover, parse, and extract structured SHEIN product data through three input modes (keyword, category URL, category ID). It supports multi-regional SHEIN sites (US/UK/DE/FR, etc.), customizable sorting rules, and extraction of core product attributes (price, rating, sales volume, badges, etc.), ideal for price tracking, competitor research, trend analysis, and listing monitoring. _(by yankun guo)_
- [SHEIN Single Product Extractor (URL/ID)](https://www.coreclaw.com/yankun-guo/shein_product_particulars?fpr=chris69) — `yankun-guo/shein_product_particulars` — A dedicated tool to extract structured detailed data for individual SHEIN products via product URL or product ID. It connects to a remote Chromium instance, automatically bypasses SHEIN's risk verification, loads the target product page, parses complete product attributes, and returns normalized data. Supports 10+ regional SHEIN sites and configurable workflow retries, ideal for product information monitoring, price tracking, competitor research, and trend analysis. _(by yankun guo)_
- [Shopify Product Scraper](https://www.coreclaw.com/odin-kael/shopify-scraper-worker?fpr=chris69) — `odin-kael/shopify-scraper-worker` — Extract titles, prices, SKUs, variants, images, inventory status & metadata from any Shopify store. Just enter the URL—we handle sitemap discovery, WAF bypass & structured output automatically. _(by Kael Odin)_
- [Twitter Post Scraper (by Post URL)](https://www.coreclaw.com/mn06pz6r/gen-ju-tui-wen-url-huo-qu-tui-wen-xin-xi?fpr=chris69) — `mn06pz6r/gen-ju-tui-wen-url-huo-qu-tui-wen-xin-xi` — Twitter Post Scraper (by Post URL) extracts a single Twitter/X post with all its details by post URL. Provide one or more tweet URLs and it will return the full post data including engagement metrics, media, hashtags, and author information. _(by mn06pz6r)_
- [Twitter Post Scraper (by Profile URL)](https://www.coreclaw.com/mn06pz6r/gen-ju-ge-ren-zhu-ye-url-huo-qu-tui-wen-xin-xi?fpr=chris69) — `mn06pz6r/gen-ju-ge-ren-zhu-ye-url-huo-qu-tui-wen-xin-xi` — Twitter Post Scraper (by Profile URL) extracts recent tweets from any public Twitter/X profile. Provide one or more profile URLs and it will fetch the latest posts along with engagement metrics and author details. _(by mn06pz6r)_
- [Twitter Profile Scraper (by Profile URL)](https://www.coreclaw.com/mn06pz6r/gen-ju-x-ge-ren-zhu-ye-url-huo-qu-yong-hu-xin-xi?fpr=chris69) — `mn06pz6r/gen-ju-x-ge-ren-zhu-ye-url-huo-qu-yong-hu-xin-xi` — Twitter Profile Scraper (by Profile URL) extracts a complete Twitter/X profile and its recent tweets in a single run. Provide one or more profile URLs and it will return the full profile metadata along with an array of recent posts. _(by mn06pz6r)_
- [Twitter Profile Scraper (by Username)](https://www.coreclaw.com/mn06pz6r/gen-ju-yong-hu-ming-huo-qu-x-ge-ren-xin-xi?fpr=chris69) — `mn06pz6r/gen-ju-yong-hu-ming-huo-qu-x-ge-ren-xin-xi` — Twitter Profile Scraper (by Username) extracts a complete Twitter/X profile and its recent tweets using just a username. Provide one or more usernames and it will return the full profile metadata along with an array of recent posts. _(by mn06pz6r)_
- [Username Finder](https://www.coreclaw.com/odin-kael/username-finder?fpr=chris69) — `odin-kael/username-finder` — Check if a username is available or taken across a vast range of social media platforms, covering over 400+ social networks. Built upon the popular Sherlock project, it supports concurrent requests, multiple detection methods, WAF detection, and detailed results. _(by Kael Odin)_
- [Yahoo Finance Scraper](https://www.coreclaw.com/odin-kael/worker-yfinance?fpr=chris69) — `odin-kael/worker-yfinance` — Get global stock market data from Yahoo Finance, supporting US stocks, Hong Kong stocks, and A-shares. Extract comprehensive data including historical OHLCV, company information, financial statements, dividend history, split history, and analyst ratings. No coding required. Export to CSV or JSON with one click. _(by Kael Odin)_
- [**Quince.com Product Scraper - Prices, Discounts, Reviews & More**](https://www.coreclaw.com/q9w5f5h8/quince-com-product-scraper-prices-discounts-reviews-and-more?fpr=chris69) — `q9w5f5h8/quince-com-product-scraper-prices-discounts-reviews-and-more`<br>
Search products and walk away with selling prices, retail prices, discounts, hero images, and the latest customer reviews for every product, ready to drop into your spreadsheet, dashboard, or BI tool. The Quince.com Product Scraper turns catalog into clean, structured product data in minutes. _by Techforce Global_
### SEO & Marketing (2)
### SHEIN <sup>2</sup>
- [Domain Email Finder](https://www.coreclaw.com/odin-kael/domain-email-finder?fpr=chris69) — `odin-kael/domain-email-finder` — Find public email addresses for a website or domain. Domain Email Finder is a Coreclaw Python Worker that crawls a target website, checks common contact-related pages, queries selected free public sources, and outputs deduplicated email findings with source attribution, classification, confidence, _(by Kael Odin)_
- [SEO Audit Tool](https://www.coreclaw.com/odin-kael/seo-audit-tool?fpr=chris69) — `odin-kael/seo-audit-tool` — SEO Audit Tool provides 40+ comprehensive SEO checks covering page basics, semantic structure, link health, media optimization, technical SEO and more. It outputs standardized JSON results for one-stop website SEO health checks, issue detection and optimization analysis. _(by Kael Odin)_
- [**SHEIN Product Scraper (Keyword/Category-Driven)**](https://www.coreclaw.com/yankun-guo/shein_keyword?fpr=chris69) — `yankun-guo/shein_keyword`<br>
A scalable tool to automatically discover, parse, and extract structured SHEIN product data through three input modes (keyword, category URL, category ID). It supports multi-regional SHEIN sites (US/UK/DE/FR, etc.), customizable sorting rules, and extraction of core product attributes (price, rating, sales volume, badges, etc.), ideal for price tracking, competitor research, trend analysis, and listing monitoring. _by yankun guo_
- [**SHEIN Single Product Extractor (URL/ID)**](https://www.coreclaw.com/yankun-guo/shein_product_particulars?fpr=chris69) — `yankun-guo/shein_product_particulars`<br>
A dedicated tool to extract structured detailed data for individual SHEIN products via product URL or product ID. It connects to a remote Chromium instance, automatically bypasses SHEIN's risk verification, loads the target product page, parses complete product attributes, and returns normalized data. Supports 10+ regional SHEIN sites and configurable workflow retries, ideal for product information monitoring, price tracking, competitor research, and trend analysis. _— by yankun guo_
### TikTok (9)
### Shopify <sup>1</sup>
- [TikTok Bulk Video Scraper](https://www.coreclaw.com/coreclaw/tiktok-post-data-scraper?fpr=chris69) — `coreclaw/tiktok-post-data-scraper` — Extract public TikTok post data via profile URLs, including engagement, viral trends and audio info. One-click CSV/JSON export, zero code required.
- [TikTok Comment Scraper(by posts URL)](https://www.coreclaw.com/coreclaw/tiktok-comments-scraper?fpr=chris69) — `coreclaw/tiktok-comments-scraper` — Extract public TikTok video comment data in batches by entering video URLs, including comment content, user information, like counts, reply lists, etc., outputting in CSV or JSON format. Supports sentiment analysis and user insights with zero-code operation and one-click structured data export.
- [TikTok Data Extractor](https://www.coreclaw.com/q9w5f5h8/tiktok-data-extractor?fpr=chris69) — `q9w5f5h8/tiktok-data-extractor` — Extract comprehensive TikTok data with a single click profiles with detailed metrics (followers, engagement, verification status), video analytics (views, likes, comments, hashtags), and hashtag trending data. Built with anti-detection technology for reliable scraping. _(by Techforce Global)_
- [TikTok Profile Data Scraper (by URL)](https://www.coreclaw.com/coreclaw/tiktok-profile-scraper?fpr=chris69) — `coreclaw/tiktok-profile-scraper` — By entering URLs, batch extract public TikTok creator profile data, including bio, follower count, content performance, engagement metrics, and more, outputting in CSV or JSON format. Support user analysis and marketing decisions with zero-code operation and one-click export of structured data.
- [TikTok Profile Scraper(by search URL )](https://www.coreclaw.com/coreclaw/tiktok-profile-data-scraper?fpr=chris69) — `coreclaw/tiktok-profile-data-scraper` — Extract public TikTok creator profile data using search URLs, including bio, follower counts, content performance and engagement metrics, without platform API limitations. Supports data export, API calls and third-party integrations.
- [TikTok Scraper](https://www.coreclaw.com/vew5uoxb/tiktok-duo-gong-neng-jie-kou?fpr=chris69) — `vew5uoxb/tiktok-duo-gong-neng-jie-kou` — TikTok Scraper can extract multiple data points from TikTok and export them into the format of your choice. You can then use this data in your own data projects, business reports, and as a basis for new applications. _(by vew5uoxb)_
- [TikTok Shop Product Scraper ( for E-commerce Data)](https://www.coreclaw.com/coreclaw/tiktok-shop-scraper?fpr=chris69) — `coreclaw/tiktok-shop-scraper` — Extract public TikTok Shop store data using shop URLs, including store details, product info, pricing, sales data and reviews, without platform API limitations. Supports data export, API calls and third-party integrations.
- [TikTok Video Data Scraper(by URL)](https://www.coreclaw.com/vew5uoxb/tiktok-gen-ju-shi-pin-url-huo-qu-shu-ju?fpr=chris69) — `vew5uoxb/tiktok-gen-ju-shi-pin-url-huo-qu-shu-ju` — No coding required. Extract TikTok video data by URL in bulk: likes, comments, views, author followers. Auto-generate spreadsheets for content analysis and influencer research. _(by vew5uoxb)_
- [TikTok Video Scraper](https://www.coreclaw.com/coreclaw/tiktok-posts-scraper-tool?fpr=chris69) — `coreclaw/tiktok-posts-scraper-tool` — By entering post list URLs, batch extract public TikTok post data, including video content, engagement metrics, viral potential, audio data, and more, outputting in CSV or JSON format. Support content analysis and marketing decisions with zero-code operation and one-click export of structured data.
- [**Shopify Product Scraper**](https://www.coreclaw.com/odin-kael/shopify-scraper-worker?fpr=chris69) — `odin-kael/shopify-scraper-worker`<br>
Extract titles, prices, SKUs, variants, images, inventory status & metadata from any Shopify store. Just enter the URL—we handle sitemap discovery, WAF bypass & structured output automatically. _— by Kael Odin_
### Walmart (4)
### TikTok <sup>1</sup>
- [Walmart Product Data Scraper(by URL)](https://www.coreclaw.com/coreclaw/walmart-product-scraper-api?fpr=chris69) — `coreclaw/walmart-product-scraper-api` — Enter a Walmart product URL to extract product details and related data, including price, SKU, brand, rating, reviews, and more. Ideal for single-product research, price tracking, and product data management. Supports structured export and third-party integrations.
- [Walmart Product Scraper(by Category URL)](https://www.coreclaw.com/coreclaw/walmart-product-by-category-url?fpr=chris69) — `coreclaw/walmart-product-by-category-url` — Our Walmart product scraper extracts key data: URL, price, SKU, currency, GTIN, brand, reviews, description, name, category, image, rating, size, color, seller, nutrition, variants, etc. Supports category scraping; results in structured formats.
- [Walmart Product Scraper(by Keywords)](https://www.coreclaw.com/coreclaw/walmart-product-scraper?fpr=chris69) — `coreclaw/walmart-product-scraper` — Extract detailed product data from Walmart, including prices, SKUs, brands, ratings, reviews, seller information, nutrition facts, and product variants. Ideal for product research, price monitoring, and competitor analysis. Supports structured exports, API access, and third-party integrations.
- [Walmart Product Scraper(by SKU)](https://www.coreclaw.com/coreclaw/walmart-product-data-scraper?fpr=chris69) — `coreclaw/walmart-product-data-scraper` — Extract detailed Walmart product data using product SKUs, including price, SKU, brand, rating, nutrition information, and product variants. Ideal for product validation, product mapping, and structured product management. Supports structured data export.
- [**TikTok Shop Product Scraper ( for E-commerce Data)**](https://www.coreclaw.com/coreclaw/tiktok-shop-scraper?fpr=chris69) — `coreclaw/tiktok-shop-scraper`<br>
Extract public TikTok Shop store data using shop URLs, including store details, product info, pricing, sales data and reviews, without platform API limitations. Supports data export, API calls and third-party integrations.
### YouTube (9)
### Walmart <sup>4</sup>
- [Unified YouTube Scraper | Bulk Extract Video Metadata, Subtitles & Comments](https://www.coreclaw.com/marianne-turner/youtube-scraper?fpr=chris69) — `marianne-turner/youtube-scraper` — Auto-detect URLs or keywords to bulk extract full metadata for YouTube videos, channels & playlists. Download subtitles & comments, export to JSON/CSV. Perfect for market research & competitor analysis. _(by Marianne Turner)_
- [YouTube Channel Scraper(by URL)](https://www.coreclaw.com/coreclaw/youtube-channel-scraper?fpr=chris69) — `coreclaw/youtube-channel-scraper` — Extract public profile data in bulk by entering a URL, including channel name, subscriber count, video count, view count, description and popular videos. Export in CSV or JSON format for competitor analysis and user research, with one-click structured data export.
- [YouTube Comments & Replies Scraperby ID](https://www.coreclaw.com/coreclaw/youtube-comment-scraper?fpr=chris69) — `coreclaw/youtube-comment-scraper` — Extract public YouTube video comments in bulk via video IDs, including content, commenter details, likes, replies, and author interactions. Export structured data to CSV or JSON with one click for sentiment analysis and user insights.
- [YouTube Creator Business Email Scraper & Contact Extractor](https://www.coreclaw.com/coreclaw/youtube-channel-email-scraper?fpr=chris69) — `coreclaw/youtube-channel-email-scraper` — Pull real YouTube creator business emails in bulk from channel IDs, handles, or URLs. Most other YouTube email scrapers only grab public metadata — this one actually clicks the "View email address" button with logged-in Google accounts to retrieve the genuine business email that creators publish for inquiries. Built for influencer outreach, sponsorship prospecting, and bulk YouTube lead generation at scale. Whether you need a YouTube influencer contact scraper for a one-off campaign or a bulk YouTube email extraction tool for ongoing prospecting, this worker has you covered.
- [YouTube Scraper](https://www.coreclaw.com/vew5uoxb/youtube-duo-gong-neng-jie-kou?fpr=chris69) — `vew5uoxb/youtube-duo-gong-neng-jie-kou` — YouTube Scraper can extract video metadata from YouTube through multiple collection modes and export them into the format of your choice. You can then use this data in your own data projects, business reports, and as a basis for new applications. _(by vew5uoxb)_
- [YouTube Scraperby ID](https://www.coreclaw.com/coreclaw/youtube-scraper?fpr=chris69) — `coreclaw/youtube-scraper` — Extract public YouTube video data in bulk via video IDs, including title, description, channel info, views, likes, comments and duration. Export structured data to CSV or JSON with one click for content analysis and statistics.
- [YouTube Search Scraper(by keywords)](https://www.coreclaw.com/coreclaw/youtube-search-filter-scraper?fpr=chris69) — `coreclaw/youtube-search-filter-scraper` — A keyword-based YouTube search results scraper with advanced filtering capabilities. Search by keywords and apply multi-dimensional filters including upload date, content type, duration, and features to quickly identify your target videos.
- [YouTube Video Details Scraper (by URL)](https://www.coreclaw.com/vew5uoxb/youtube-gen-ju-shi-pin-url-huo-qu-xiang-xi-xin-xi?fpr=chris69) — `vew5uoxb/youtube-gen-ju-shi-pin-url-huo-qu-xiang-xi-xin-xi` — Enter URL to obtain video ID, title, author name, channel ID, subscriber count, view count, publish date, video duration, likes and comments. _(by vew5uoxb)_
- [YouTube Video List Scraperby keywords ](https://www.coreclaw.com/coreclaw/youtube-data-scraper?fpr=chris69) — `coreclaw/youtube-data-scraper` — By entering keywords, batch extract public YouTube channel data, including channel name, subscriber count, video count, view count, description, popular videos, etc., outputting in CSV or JSON format. Supports competitor analysis, user research, zero-code operation, one-click export of structured data.
- [**Walmart Product Data Scraper(by URL)**](https://www.coreclaw.com/coreclaw/walmart-product-scraper-api?fpr=chris69) — `coreclaw/walmart-product-scraper-api`<br>
Enter a Walmart product URL to extract product details and related data, including price, SKU, brand, rating, reviews, and more. Ideal for single-product research, price tracking, and product data management. Supports structured export and third-party integrations.
- [**Walmart Product Scraper(by Category URL)**](https://www.coreclaw.com/coreclaw/walmart-product-by-category-url?fpr=chris69) — `coreclaw/walmart-product-by-category-url`<br>
Our Walmart product scraper extracts key data: URL, price, SKU, currency, GTIN, brand, reviews, description, name, category, image, rating, size, color, seller, nutrition, variants, etc. Supports category scraping; results in structured formats.
- [**Walmart Product Scraper(by Keywords)**](https://www.coreclaw.com/coreclaw/walmart-product-scraper?fpr=chris69) — `coreclaw/walmart-product-scraper`<br>
Extract detailed product data from Walmart, including prices, SKUs, brands, ratings, reviews, seller information, nutrition facts, and product variants. Ideal for product research, price monitoring, and competitor analysis. Supports structured exports, API access, and third-party integrations.
- [**Walmart Product Scraper(by SKU)**](https://www.coreclaw.com/coreclaw/walmart-product-data-scraper?fpr=chris69) — `coreclaw/walmart-product-data-scraper`<br>
Extract detailed Walmart product data using product SKUs, including price, SKU, brand, rating, nutrition information, and product variants. Ideal for product validation, product mapping, and structured product management. Supports structured data export.
### Zillow (1)
</details>
- [Zillow Scraper(by URL)](https://www.coreclaw.com/coreclaw/zillow-product-by-url?fpr=chris69) — `coreclaw/zillow-product-by-url` — Extract structured property data from Zillow property detail pages, including price, address, bedrooms, bathrooms, square footage, property type, tax history, price history, coordinates, and market valuations.
<a id="social"></a>
<details>
<summary><strong>🌐 Social & Creator Data</strong> · 47 APIs across 7 sources</summary>
## Maintaining the directory
<br>
- Refresh the list weekly from the public Store endpoint.
- Match entries by Worker path, not title; titles can change and are not guaranteed unique.
- Keep volatile metrics such as ratings, run counts, and pricing out of the main list unless an automated updater maintains them.
- Require new entries to include title, Worker path, direct URL, platform/category, and a one-sentence description.
- Preserve an “unofficial” notice and link to CoreClaws terms and documentation.
### Facebook <sup>13</sup>
## Repository contents
- [**Facebook Comments Scraper(by URL)**](https://www.coreclaw.com/coreclaw/facebook-comments-scraper?fpr=chris69) — `coreclaw/facebook-comments-scraper`<br>
Extract public Facebook comments in bulk via post URLs, including commenter, content, likes and replies. One-click CSV/JSON export, no coding needed.
- [**Facebook Event Scraper (by Event List URL)**](https://www.coreclaw.com/mn06pz6r/facebook-huo-dong-lie-biao-zhua-qu-gong-ju-by-eventlist-url?fpr=chris69) — `mn06pz6r/facebook-huo-dong-lie-biao-zhua-qu-gong-ju-by-eventlist-url`<br>
Facebook Event Scraper (by Event List URL) extracts event data from Facebook venue event list pages. Provide a venue's `/events` or `/upcoming_hosted_events` URL, and the scraper will automatically discover all individual event links on the page, then concurrently fetch and parse each event's detail page. _— by mn06pz6r_
- [**Facebook Event Scraper (by Event URL)**](https://www.coreclaw.com/mn06pz6r/facebook-huo-dong-nei-rong-zhua-qu-gong-ju-by-url?fpr=chris69) — `mn06pz6r/facebook-huo-dong-nei-rong-zhua-qu-gong-ju-by-url`<br>
Facebook Event Scraper (by Event URL) extracts event data by directly visiting individual Facebook event detail page URLs. When you already have specific event links, this scraper fetches each one concurrently and parses the full event details from the HTML. _— by mn06pz6r_
- [**Facebook Event Scraper (by Search URL)**](https://www.coreclaw.com/mn06pz6r/facebook-huo-dong-lie-biao-zhua-qu-gong-ju-by-search-url?fpr=chris69) — `mn06pz6r/facebook-huo-dong-lie-biao-zhua-qu-gong-ju-by-search-url`<br>
Facebook Event Scraper (by Search URL) extracts event data from Facebook event search and explore pages. Provide an event search URL (e.g. `/events/explore/` filtered by location or category), and the scraper will automatically discover all individual event links on the search results page, then concurrently fetch and parse each event's detail page. _— by mn06pz6r_
- [**Facebook Events Scraper(by Events URL)**](https://www.coreclaw.com/coreclaw/facebook-events-scraper?fpr=chris69) — `coreclaw/facebook-events-scraper`<br>
Extract public Facebook event data in bulk via URLs, including details, attendance and organizer info. One-click CSV/JSON export, no coding required.
- [**Facebook Pages Scraper(by List URL)**](https://www.coreclaw.com/coreclaw/facebook-events-scraper-api?fpr=chris69) — `coreclaw/facebook-events-scraper-api`<br>
Extract public Facebook event data in bulk from event list URLs, including basic info, organizer and participant data. Export CSV/JSON with one click, no coding required.
- [**Facebook Post Scraper(by URL)**](https://www.coreclaw.com/coreclaw/facebook-posts-scraper?fpr=chris69) — `coreclaw/facebook-posts-scraper`<br>
Extract data in real time via URLs, easily capture posts, shares and engagement metrics, free from complex infrastructure maintenance and IP blocks. One-click CSV/JSON export supported.
- [**Facebook Post Scraper(by URL)**](https://www.coreclaw.com/mn06pz6r/facebook-tie-zi-nei-rong-zhua-qu-gong-ju-by-url?fpr=chris69) — `mn06pz6r/facebook-tie-zi-nei-rong-zhua-qu-gong-ju-by-url`<br>
Facebook Post Scraper extracts post content and engagement data from Facebook by visiting individual post URLs. It fetches each post page concurrently and parses the text content, media attachments, reactions, comments, shares, and other metadata. _— by mn06pz6r_
- [**Facebook Posts Scraper**](https://www.coreclaw.com/marianne-turner/facebook-scraper?fpr=chris69) — `marianne-turner/facebook-scraper`<br>
Extract posts from public Facebook Pages into structured data — post text, timestamps, reactions, comments, shares, author info, media attachments, and more. No Facebook login or API token required. _— by Marianne Turner_
- [**Facebook Profile Scraper(by URL)**](https://www.coreclaw.com/mn06pz6r/facebook-ge-ren-zi-liao-zhua-qu-gong-ju-by-url?fpr=chris69) — `mn06pz6r/facebook-ge-ren-zi-liao-zhua-qu-gong-ju-by-url`<br>
Facebook Profile Scraper extracts profile information from Facebook by visiting individual profile URLs. It fetches each profile page concurrently and parses key data such as name, bio, followers, page likes, work history, education, and more. Supports both personal profiles and public pages. _— by mn06pz6r_
- [**Facebook Reel Scraper**](https://www.coreclaw.com/mmi0cuhn/huo-qu-facebook-shi-pin-xiang-qing?fpr=chris69) — `mmi0cuhn/huo-qu-facebook-shi-pin-xiang-qing`<br>
Batch extract Facebook Reel video details. Get views, likes, comments, shares, author info, follower count and more. Supports proxy configuration and structured JSON output. _— by mmi0cuhn_
- [**Facebook Search Scraper(by Search URL)**](https://www.coreclaw.com/coreclaw/facebook-events-data-scraper?fpr=chris69) — `coreclaw/facebook-events-data-scraper`<br>
Extract public Facebook event data in bulk via search URLs, including event details, organizer and attendance info. Export clean CSV/JSON with one click, no coding needed.
- [**Scrape Facebook Profiles(by URL)**](https://www.coreclaw.com/coreclaw/facebook-profile-scraper?fpr=chris69) — `coreclaw/facebook-profile-scraper`<br>
Scrape Facebook profiles by inputting a profile URL, including basic user information, work experience, education background, contact information, etc., and output them in CSV or JSON format.
- `README.md` — the human-readable catalog, grouped by platform.
- `data/workers.csv` — the same catalog in machine-readable form with title, path, URL, platform, author, and description columns.
### Instagram <sup>12</sup>
## Source and scope
- [**Instagram Bulk Post Scraper(by Profiles URL)**](https://www.coreclaw.com/coreclaw/instagram-posts-by-profiles-url?fpr=chris69) — `coreclaw/instagram-posts-by-profiles-url`<br>
Extract public Instagram post data in bulk by profile URL, including post content, engagement metrics, author information, and media links. Filter by date range and post type. Export to CSV/JSON with one click. No coding required.
- [**Instagram Comment Scraper(by Post URL)**](https://www.coreclaw.com/coreclaw/instagram-comment-scraper?fpr=chris69) — `coreclaw/instagram-comment-scraper`<br>
Instagram Comment Scraper (by Post URL) extracts comments from Instagram posts and Reels. You can use the scraped comment data for sentiment analysis, audience research, content moderation, and building engagement reports.
- [**Instagram Comments Scraper**](https://www.coreclaw.com/mn06pz6r/instagram-zuo-pin-ping-lun-cai-ji?fpr=chris69) — `mn06pz6r/instagram-zuo-pin-ping-lun-cai-ji`<br>
Instagram Comments Scraper extracts comments from Instagram posts, reels, and TV posts using Instagram's GraphQL API. You can use the scraped comment data for sentiment analysis, audience research, content moderation, and building engagement reports. _— by mn06pz6r_
- [**Instagram Content & Profile Scraper**](https://www.coreclaw.com/marianne-turner/instagram-scraper?fpr=chris69) — `marianne-turner/instagram-scraper`<br>
A unified Instagram scraper designed to extract publicly available data from Instagram through multiple input methods. With CoreClaw, you can pull posts, profile details, comments, reels, and mentions from Instagram URLs or keyword searches with zero code, empowering social media research, influencer analysis, content monitoring, and competitive intelligence _— by Marianne Turner_
- [**Instagram Post Scraper(by Post URL)**](https://www.coreclaw.com/coreclaw/instagram-post-scraper?fpr=chris69) — `coreclaw/instagram-post-scraper`<br>
Extract public Instagram post data via URLs, including user info, engagement and profile details. One-click CSV/JSON export, batch scraping, no coding needed.
- [**Instagram Profile Data Scraper(by Profile URL)**](https://www.coreclaw.com/coreclaw/instagram-profile-scraper?fpr=chris69) — `coreclaw/instagram-profile-scraper`<br>
Extract public Instagram profile data by input URLs, including usernames, IDs, bios, locations, website URLs, follower counts, and comment counts. Supports data exporting, API integration, and synchronization with third-party tools.
- [**Instagram Profile Scraper(by UserName )**](https://www.coreclaw.com/coreclaw/instagram-profile-data-scraper?fpr=chris69) — `coreclaw/instagram-profile-data-scraper`<br>
Extract public Instagram profile data by input username, including usernames, IDs, bios, locations, website URLs, follower counts, and comment counts. Supports data exporting, API integration, and synchronization with third-party tools.
- [**Instagram Reel Details Scraper(by URL)**](https://www.coreclaw.com/mmi0cuhn/instagram-shi-pin-xin-xi-huo-qu?fpr=chris69) — `mmi0cuhn/instagram-shi-pin-xin-xi-huo-qu`<br>
Instagram Reel Details Scraper supports batch scraping Reels: likes, comments, author info, followers, caption, hashtags. Proxy supported, structured JSON output for research & analysis. _— by mmi0cuhn_
- [**Instagram Reels Bulk Scraper(by list URL)**](https://www.coreclaw.com/coreclaw/instagram-reel-data-scraper?fpr=chris69) — `coreclaw/instagram-reel-data-scraper`<br>
Extract public Reel data from Instagram using a list URL, including creator usernames, titles, hashtags, engagement metrics, and more. Ideal for short-form video trend analysis, content monitoring, and competitor research. Supports structured data output.
- [**Instagram Reels Scraper(by URL)**](https://www.coreclaw.com/coreclaw/instagram-all-reel-scraper?fpr=chris69) — `coreclaw/instagram-all-reel-scraper`<br>
Extract public Reel data in bulk using Instagram URLs, including creator usernames, captions, hashtags, comment counts, like counts, views, play counts, engagement metrics, and more. Supports data export, API access, and third-party integrations.
- [**Instagram Reels Video Scraper(by URL)**](https://www.coreclaw.com/coreclaw/instagram-reel-scraper?fpr=chris69) — `coreclaw/instagram-reel-scraper`<br>
Enter one or more Reel URLs to extract creator details, hashtags, comments, and engagement metrics from public Instagram Reels, with support for media archiving and structured data output.
- [**Instagram Video Info Scraper**](https://www.coreclaw.com/mn06pz6r/instagram-tie-zi-xiang-qing-cai-ji?fpr=chris69) — `mn06pz6r/instagram-tie-zi-xiang-qing-cai-ji`<br>
Instagram Video Info Scraper can collect detailed public data from Instagram posts, reels, and TV videos, and export it in your preferred format. You can use this data for content analysis, influencer research, or as a data foundation for marketing workflows. _— by mn06pz6r_
This snapshot includes every unique public Store Worker returned by CoreClaw when checked on July 21, 2026. It does not include private workspace Workers. Worker availability, names, descriptions, and paths can change after the snapshot date.
### Multi-platform Social <sup>1</sup>
- [**Username Finder**](https://www.coreclaw.com/odin-kael/username-finder?fpr=chris69) — `odin-kael/username-finder`<br>
Check if a username is available or taken across a vast range of social media platforms, covering over 400+ social networks. Built upon the popular Sherlock project, it supports concurrent requests, multiple detection methods, WAF detection, and detailed results. _— by Kael Odin_
### Reddit <sup>1</sup>
- [**Reddit Scraper(for Posts, Comments & Media Data Effortlessly)**](https://www.coreclaw.com/wahlberg/reddit-scraper?fpr=chris69) — `wahlberg/reddit-scraper`<br>
Scrape public Reddit posts, comments, votes, media, and metadata by URL or keyword. Support sorting, filtering, and structured output for research, monitoring, and analysis. _— by ewalb_
### TikTok <sup>8</sup>
- [**TikTok Bulk Video Scraper**](https://www.coreclaw.com/coreclaw/tiktok-post-data-scraper?fpr=chris69) — `coreclaw/tiktok-post-data-scraper`<br>
Extract public TikTok post data via profile URLs, including engagement, viral trends and audio info. One-click CSV/JSON export, zero code required.
- [**TikTok Comment Scraper(by posts URL)**](https://www.coreclaw.com/coreclaw/tiktok-comments-scraper?fpr=chris69) — `coreclaw/tiktok-comments-scraper`<br>
Extract public TikTok video comment data in batches by entering video URLs, including comment content, user information, like counts, reply lists, etc., outputting in CSV or JSON format. Supports sentiment analysis and user insights with zero-code operation and one-click structured data export.
- [**TikTok Data Extractor**](https://www.coreclaw.com/q9w5f5h8/tiktok-data-extractor?fpr=chris69) — `q9w5f5h8/tiktok-data-extractor`<br>
Extract comprehensive TikTok data with a single click profiles with detailed metrics (followers, engagement, verification status), video analytics (views, likes, comments, hashtags), and hashtag trending data. Built with anti-detection technology for reliable scraping. _— by Techforce Global_
- [**TikTok Profile Data Scraper (by URL)**](https://www.coreclaw.com/coreclaw/tiktok-profile-scraper?fpr=chris69) — `coreclaw/tiktok-profile-scraper`<br>
By entering URLs, batch extract public TikTok creator profile data, including bio, follower count, content performance, engagement metrics, and more, outputting in CSV or JSON format. Support user analysis and marketing decisions with zero-code operation and one-click export of structured data.
- [**TikTok Profile Scraper(by search URL )**](https://www.coreclaw.com/coreclaw/tiktok-profile-data-scraper?fpr=chris69) — `coreclaw/tiktok-profile-data-scraper`<br>
Extract public TikTok creator profile data using search URLs, including bio, follower counts, content performance and engagement metrics, without platform API limitations. Supports data export, API calls and third-party integrations.
- [**TikTok Scraper**](https://www.coreclaw.com/vew5uoxb/tiktok-duo-gong-neng-jie-kou?fpr=chris69) — `vew5uoxb/tiktok-duo-gong-neng-jie-kou`<br>
TikTok Scraper can extract multiple data points from TikTok and export them into the format of your choice. You can then use this data in your own data projects, business reports, and as a basis for new applications. _— by vew5uoxb_
- [**TikTok Video Data Scraper(by URL)**](https://www.coreclaw.com/vew5uoxb/tiktok-gen-ju-shi-pin-url-huo-qu-shu-ju?fpr=chris69) — `vew5uoxb/tiktok-gen-ju-shi-pin-url-huo-qu-shu-ju`<br>
No coding required. Extract TikTok video data by URL in bulk: likes, comments, views, author followers. Auto-generate spreadsheets for content analysis and influencer research. _— by vew5uoxb_
- [**TikTok Video Scraper**](https://www.coreclaw.com/coreclaw/tiktok-posts-scraper-tool?fpr=chris69) — `coreclaw/tiktok-posts-scraper-tool`<br>
By entering post list URLs, batch extract public TikTok post data, including video content, engagement metrics, viral potential, audio data, and more, outputting in CSV or JSON format. Support content analysis and marketing decisions with zero-code operation and one-click export of structured data.
### X / Twitter <sup>4</sup>
- [**Twitter Post Scraper (by Post URL)**](https://www.coreclaw.com/mn06pz6r/gen-ju-tui-wen-url-huo-qu-tui-wen-xin-xi?fpr=chris69) — `mn06pz6r/gen-ju-tui-wen-url-huo-qu-tui-wen-xin-xi`<br>
Twitter Post Scraper (by Post URL) extracts a single Twitter/X post with all its details by post URL. Provide one or more tweet URLs and it will return the full post data including engagement metrics, media, hashtags, and author information. _— by mn06pz6r_
- [**Twitter Post Scraper (by Profile URL)**](https://www.coreclaw.com/mn06pz6r/gen-ju-ge-ren-zhu-ye-url-huo-qu-tui-wen-xin-xi?fpr=chris69) — `mn06pz6r/gen-ju-ge-ren-zhu-ye-url-huo-qu-tui-wen-xin-xi`<br>
Twitter Post Scraper (by Profile URL) extracts recent tweets from any public Twitter/X profile. Provide one or more profile URLs and it will fetch the latest posts along with engagement metrics and author details. _— by mn06pz6r_
- [**Twitter Profile Scraper (by Profile URL)**](https://www.coreclaw.com/mn06pz6r/gen-ju-x-ge-ren-zhu-ye-url-huo-qu-yong-hu-xin-xi?fpr=chris69) — `mn06pz6r/gen-ju-x-ge-ren-zhu-ye-url-huo-qu-yong-hu-xin-xi`<br>
Twitter Profile Scraper (by Profile URL) extracts a complete Twitter/X profile and its recent tweets in a single run. Provide one or more profile URLs and it will return the full profile metadata along with an array of recent posts. _— by mn06pz6r_
- [**Twitter Profile Scraper (by Username)**](https://www.coreclaw.com/mn06pz6r/gen-ju-yong-hu-ming-huo-qu-x-ge-ren-xin-xi?fpr=chris69) — `mn06pz6r/gen-ju-yong-hu-ming-huo-qu-x-ge-ren-xin-xi`<br>
Twitter Profile Scraper (by Username) extracts a complete Twitter/X profile and its recent tweets using just a username. Provide one or more usernames and it will return the full profile metadata along with an array of recent posts. _— by mn06pz6r_
### YouTube <sup>8</sup>
- [**Unified YouTube Scraper | Bulk Extract Video Metadata, Subtitles & Comments**](https://www.coreclaw.com/marianne-turner/youtube-scraper?fpr=chris69) — `marianne-turner/youtube-scraper`<br>
Auto-detect URLs or keywords to bulk extract full metadata for YouTube videos, channels & playlists. Download subtitles & comments, export to JSON/CSV. Perfect for market research & competitor analysis. _— by Marianne Turner_
- [**YouTube Channel Scraper(by URL)**](https://www.coreclaw.com/coreclaw/youtube-channel-scraper?fpr=chris69) — `coreclaw/youtube-channel-scraper`<br>
Extract public profile data in bulk by entering a URL, including channel name, subscriber count, video count, view count, description and popular videos. Export in CSV or JSON format for competitor analysis and user research, with one-click structured data export.
- [**YouTube Comments & Replies Scraperby ID**](https://www.coreclaw.com/coreclaw/youtube-comment-scraper?fpr=chris69) — `coreclaw/youtube-comment-scraper`<br>
Extract public YouTube video comments in bulk via video IDs, including content, commenter details, likes, replies, and author interactions. Export structured data to CSV or JSON with one click for sentiment analysis and user insights.
- [**YouTube Scraper**](https://www.coreclaw.com/vew5uoxb/youtube-duo-gong-neng-jie-kou?fpr=chris69) — `vew5uoxb/youtube-duo-gong-neng-jie-kou`<br>
YouTube Scraper can extract video metadata from YouTube through multiple collection modes and export them into the format of your choice. You can then use this data in your own data projects, business reports, and as a basis for new applications. _— by vew5uoxb_
- [**YouTube Scraperby ID**](https://www.coreclaw.com/coreclaw/youtube-scraper?fpr=chris69) — `coreclaw/youtube-scraper`<br>
Extract public YouTube video data in bulk via video IDs, including title, description, channel info, views, likes, comments and duration. Export structured data to CSV or JSON with one click for content analysis and statistics.
- [**YouTube Search Scraper(by keywords)**](https://www.coreclaw.com/coreclaw/youtube-search-filter-scraper?fpr=chris69) — `coreclaw/youtube-search-filter-scraper`<br>
A keyword-based YouTube search results scraper with advanced filtering capabilities. Search by keywords and apply multi-dimensional filters including upload date, content type, duration, and features to quickly identify your target videos.
- [**YouTube Video Details Scraper (by URL)**](https://www.coreclaw.com/vew5uoxb/youtube-gen-ju-shi-pin-url-huo-qu-xiang-xi-xin-xi?fpr=chris69) — `vew5uoxb/youtube-gen-ju-shi-pin-url-huo-qu-xiang-xi-xin-xi`<br>
Enter URL to obtain video ID, title, author name, channel ID, subscriber count, view count, publish date, video duration, likes and comments. _— by vew5uoxb_
- [**YouTube Video List Scraperby keywords **](https://www.coreclaw.com/coreclaw/youtube-data-scraper?fpr=chris69) — `coreclaw/youtube-data-scraper`<br>
By entering keywords, batch extract public YouTube channel data, including channel name, subscriber count, video count, view count, description, popular videos, etc., outputting in CSV or JSON format. Supports competitor analysis, user research, zero-code operation, one-click export of structured data.
</details>
<a id="search"></a>
<details>
<summary><strong>🔎 Search, Maps & SEO</strong> · 5 APIs across 3 sources</summary>
<br>
### Google <sup>2</sup>
- [**Google Search Results (SERP) Scraper API**](https://www.coreclaw.com/coreclaw/google-search-scraper?fpr=chris69) — `coreclaw/google-search-scraper`<br>
It queries the Google search engine by keyword and returns a structured SERP summary, including the final search parameters, organic results, related queries, and people-also-ask data.
- [**On-Page Content Checker**](https://www.coreclaw.com/odin-kael/content-checker-worker?fpr=chris69) — `odin-kael/content-checker-worker`<br>
Content Checker Worker monitors specific content on any web page and detects changes by comparing previous and current content. When changes are detected, it provides detailed comparison with before/after screenshots. _— by Kael Odin_
### Google Maps <sup>2</sup>
- [**Google Maps Reviews Scraper(by place detail URL)**](https://www.coreclaw.com/coreclaw/google-maps-reviews-scraper?fpr=chris69) — `coreclaw/google-maps-reviews-scraper`<br>
Google Maps Review Scraper bulk extracts star ratings, text, reviewer details, owner responses, and image URLs. Precisely analyze customer sentiment, monitor competitors, optimize local SEO, and comprehensively boost your business reputation. Supports keyword filtering and multilingual translation, delivers structured data.
- [**Google Maps Scraper**](https://www.coreclaw.com/coreclaw/google-maps-scraper?fpr=chris69) — `coreclaw/google-maps-scraper`<br>
Pull business records in bulk from Google Maps — covering reviews and reviewer details, photos, contact info (full name, email, job title), opening hours, prices and more. From there, export the data, trigger runs via API, schedule and watch them, or wire the results into your other tools.
### SEO & Marketing <sup>1</sup>
- [**SEO Audit Tool**](https://www.coreclaw.com/odin-kael/seo-audit-tool?fpr=chris69) — `odin-kael/seo-audit-tool`<br>
SEO Audit Tool provides 40+ comprehensive SEO checks covering page basics, semantic structure, link health, media optimization, technical SEO and more. It outputs standardized JSON results for one-stop website SEO health checks, issue detection and optimization analysis. _— by Kael Odin_
</details>
<a id="jobs"></a>
<details>
<summary><strong>💼 Jobs & Recruiting</strong> · 12 APIs across 4 sources</summary>
<br>
### Glassdoor <sup>2</sup>
- [**Glassdoor Job Scraper(by URL)**](https://www.coreclaw.com/coreclaw/glassdoor-job-scraper-api?fpr=chris69) — `coreclaw/glassdoor-job-scraper-api`<br>
Enter URLs to batch extract Glassdoor job data, including company names, job titles, locations, salary ranges, job descriptions and employee reviews. No coding required, export structured CSV/JSON data with one click.
- [**Glassdoor Jobs Scraper(by List URL)**](https://www.coreclaw.com/coreclaw/glassdoor-scraper?fpr=chris69) — `coreclaw/glassdoor-scraper`<br>
Enter job list URLs to batch extract Glassdoor job data, including company names, job titles, locations, salary ranges, descriptions and employee reviews. No coding required, export structured CSV/JSON data with one click.
### Indeed <sup>2</sup>
- [**Indeed Job Scraper(by Industry & State)**](https://www.coreclaw.com/coreclaw/indeed-job-scraper?fpr=chris69) — `coreclaw/indeed-job-scraper`<br>
Extract public Indeed company data in bulk by industry and location, including size, sector, addresses, employee reviews and salary info. Export in CSV/JSON for industry and regional market analysis, with one-click structured data output.
- [**Indeed Job Search Scraper(by Keyword)**](https://www.coreclaw.com/coreclaw/indeed-job-scraper-tool?fpr=chris69) — `coreclaw/indeed-job-scraper-tool`<br>
Extract public Indeed job data in bulk by keywords, including title, company, location, salary, description and post date. Export to CSV/JSON for recruitment, talent and salary benchmark analysis, with one-click structured data output.
### LinkedIn <sup>7</sup>
- [**LinkedIn Candidate Search (No Cookies)**](https://www.coreclaw.com/q9w5f5h8/linkedin-candidate-search-no-cookies?fpr=chris69) — `q9w5f5h8/linkedin-candidate-search-no-cookies`<br>
Build targeted candidate lists from LinkedIn no account, no cookies, no bans. Get verified names, titles, and profile URLs for any IT role and city in minutes. Used by recruiters and HR agencies for faster, cheaper talent sourcing. _— by Techforce Global_
- [**LinkedIn Job Listings Bulk Scraper**](https://www.coreclaw.com/coreclaw/linkedin-jobs-data-scraper?fpr=chris69) — `coreclaw/linkedin-jobs-data-scraper`<br>
Extract public LinkedIn job posting data by job listing URL. Capture details such as job title, company name, job description, experience level, salary range, application link, and more. Export the data, access it via API, or integrate it with third-party tools.
- [**LinkedIn Job Scraper (by Job URL)**](https://www.coreclaw.com/mn06pz6r/linkedin-gang-wei-xin-xi-zhua-qu-gong-ju-by-url?fpr=chris69) — `mn06pz6r/linkedin-gang-wei-xin-xi-zhua-qu-gong-ju-by-url`<br>
LinkedIn Job Scraper (by Job URL) extracts detailed job information from LinkedIn by job detail page URL. Provide one or more LinkedIn job URLs, and it will fetch each page and return structured job data including title, company, salary, description, and applicant count. _— by mn06pz6r_
- [**LinkedIn Job Scraper (by Keyword)**](https://www.coreclaw.com/mn06pz6r/linkedin-gang-wei-lie-biao-zhua-qu-gong-ju-by-keyword?fpr=chris69) — `mn06pz6r/linkedin-gang-wei-lie-biao-zhua-qu-gong-ju-by-keyword`<br>
LinkedIn Job Scraper (by Keyword) extracts job listings from LinkedIn by keyword and location. It builds a search URL internally from your keyword parameters, fetches listing pages, then retrieves each job detail page to deliver structured, ready-to-use job data. _— by mn06pz6r_
- [**LinkedIn Job Scraper (by Listing URL)**](https://www.coreclaw.com/mn06pz6r/linkedin-gang-wei-lie-biao-zhua-qu-gong-ju-by-url?fpr=chris69) — `mn06pz6r/linkedin-gang-wei-lie-biao-zhua-qu-gong-ju-by-url`<br>
LinkedIn Job Scraper (by Listing URL) extracts job listings from LinkedIn by listing page URL. Provide one or more LinkedIn job search or company job listing page URLs, and it will paginate through each listing, then fetch every individual job detail page to deliver structured, ready-to-use job data. _— by mn06pz6r_
- [**LinkedIn Job Scraper(by URL)**](https://www.coreclaw.com/coreclaw/linkedin-jobs-scraper-tool?fpr=chris69) — `coreclaw/linkedin-jobs-scraper-tool`<br>
Input LinkedIn job URL to extract public job data, including the job title, company name, job description, experience level, salary range, application link, and more. Supports data export, API calls, and third-party tool integrations.
- [**LinkedIn Jobs Search Scraper(by Keyword)**](https://www.coreclaw.com/coreclaw/linkedin-jobs-scraper?fpr=chris69) — `coreclaw/linkedin-jobs-scraper`<br>
Extract public LinkedIn job posting data by job keyword. Capture details such as job title, company name, job description, experience level, salary range, application link, and more. Export the data, access it via API, or integrate it with third-party tools.
### Multi-platform Jobs <sup>1</sup>
- [**Jobspy - Linkedin, Glassdoor Scraper**](https://www.coreclaw.com/odin-kael/jobspy?fpr=chris69) — `odin-kael/jobspy`<br>
Stably scrape job postings from recruitment platforms including Indeed and LinkedIn. Supports remote/full-time/salary filtering, custom proxies, and multi-dimensional precise search. Deploy with one click to obtain overseas job data. _— by Kael Odin_
</details>
<a id="leads"></a>
<details>
<summary><strong>🎯 Lead Generation & Company Intelligence</strong> · 11 APIs across 7 sources</summary>
<br>
### Amazon <sup>1</sup>
- [**Amazon Seller Scraper (for Lead Generation)**](https://www.coreclaw.com/coreclaw/amazon-global-product-data-scraper-api?fpr=chris69) — `coreclaw/amazon-global-product-data-scraper-api`<br>
Extract product data from Amazon seller storefronts by seller URLs. Capture details such as product title, brand, price, reviews, ASIN, ranking, seller information, and more. Export the data, access it via API, or integrate it with third-party tools.
### Google Maps <sup>1</sup>
- [**Google Maps Lead Finder | Local Business Leads & Verified Contacts**](https://www.coreclaw.com/coreclaw/google-maps-lead-finder?fpr=chris69) — `coreclaw/google-maps-lead-finder`<br>
Discover and collect sales-ready local business leads from Google Maps with company profiles, websites, phone numbers, reviews, decision-maker contacts, and verified emails for outreach campaigns.
### Indeed <sup>3</sup>
- [**Indeed Company Scraper(by Keyword)**](https://www.coreclaw.com/coreclaw/indeed-scraper-tool?fpr=chris69) — `coreclaw/indeed-scraper-tool`<br>
Extract public Indeed company data in bulk by keywords, including size, industry, addresses, reviews and salary details. Export in CSV/JSON for targeted company search and competitor monitoring, with one-click structured data output.
- [**Indeed Company Scraper(by List URL)**](https://www.coreclaw.com/coreclaw/indeed-scraper-api?fpr=chris69) — `coreclaw/indeed-scraper-api`<br>
Extract public Indeed company data in bulk via list URLs, including size, industry, locations, reviews and salary info. Export to CSV/JSON for recruitment research, competitor analysis and business intelligence, with one-click structured data export.
- [**Indeed Scraper(by Company URL)**](https://www.coreclaw.com/coreclaw/indeed-scraper?fpr=chris69) — `coreclaw/indeed-scraper`<br>
Extract public Indeed company data in bulk via company URLs, including size, industry, location, reviews and salary info. Export to CSV/JSON for recruitment research and competitor analysis, with one-click structured data output.
### LinkedIn <sup>3</sup>
- [**LinkedIn Company Scraper(by URL)**](https://www.coreclaw.com/coreclaw/linkedin-company-scraper?fpr=chris69) — `coreclaw/linkedin-company-scraper`<br>
Extract public company profile data by input LinkedIn company page URL. Capture details such as company name, company size, industry, description, company page link, and more. Export the data, access it via API, or integrate it with third-party tools.
- [**LinkedIn Company Scraper(by URL)**](https://www.coreclaw.com/mn06pz6r/linkedin-gong-si-xin-xi-zhua-qu-gong-ju-by-url?fpr=chris69) — `mn06pz6r/linkedin-gong-si-xin-xi-zhua-qu-gong-ju-by-url`<br>
LinkedIn Company Scraper extracts detailed company information from LinkedIn by company page URL. Provide one or more LinkedIn company URLs, and it will fetch each page and return structured company data including name, industry, size, locations, funding, employees, and recent updates. _— by mn06pz6r_
- [**LinkedIn People Profile Scraper(by URL)**](https://www.coreclaw.com/coreclaw/linkedin-people-profile-scraper?fpr=chris69) — `coreclaw/linkedin-people-profile-scraper`<br>
Extract public LinkedIn People Profile data by URL, including name, headline, location, current company, work experience, education, skills, follower count, and more. Export the data, access it via API, or integrate it with third-party tools.
### Made-in-China <sup>1</sup>
- [**Made-in-China Supplier Intelligence Scraper | Extract Company Profiles, Contacts & Trade Data**](https://www.coreclaw.com/mmi0cuhn/made-in-china-com-zhong-guo-chu-hai-gong-si-xin-xi-huo-qu?fpr=chris69) — `mmi0cuhn/made-in-china-com-zhong-guo-chu-hai-gong-si-xin-xi-huo-qu`<br>
Scrape Made-in-China supplier pages and collect structured company profiles, main products, audit report numbers, trade details, certificates, shipment images, and contact information for B2B sourcing workflows. _— by mmi0cuhn_
### SEO & Marketing <sup>1</sup>
- [**Domain Email Finder**](https://www.coreclaw.com/odin-kael/domain-email-finder?fpr=chris69) — `odin-kael/domain-email-finder`<br>
Find public email addresses for a website or domain. Domain Email Finder is a Coreclaw Python Worker that crawls a target website, checks common contact-related pages, queries selected free public sources, and outputs deduplicated email findings with source attribution, classification, confidence, _— by Kael Odin_
### YouTube <sup>1</sup>
- [**YouTube Creator Business Email Scraper & Contact Extractor**](https://www.coreclaw.com/coreclaw/youtube-channel-email-scraper?fpr=chris69) — `coreclaw/youtube-channel-email-scraper`<br>
Pull real YouTube creator business emails in bulk from channel IDs, handles, or URLs. Most other YouTube email scrapers only grab public metadata — this one actually clicks the "View email address" button with logged-in Google accounts to retrieve the genuine business email that creators publish for inquiries. Built for influencer outreach, sponsorship prospecting, and bulk YouTube lead generation at scale. Whether you need a YouTube influencer contact scraper for a one-off campaign or a bulk YouTube email extraction tool for ongoing prospecting, this worker has you covered.
</details>
<a id="ai"></a>
<details>
<summary><strong>✨ AI & Research</strong> · 3 APIs across 3 sources</summary>
<br>
### ChatGPT <sup>1</sup>
- [**ChatGPT Answer Scraper**](https://www.coreclaw.com/yankun-guo/chatgpt_get_sources?fpr=chris69) — `yankun-guo/chatgpt_get_sources`<br>
Input questions to get full HTML content with cited sources from ChatGPT replies. Supports bulk scraping, automatic retry and source extraction. No technical skills required. Free trial available. _— by yankun guo_
### Google <sup>1</sup>
- [**RAG Web Browser**](https://www.coreclaw.com/odin-kael/rag-web-browser-worker?fpr=chris69) — `odin-kael/rag-web-browser-worker`<br>
A high-performance web scraper for RAG and AI, featuring Google search integration, dual-mode extraction (HTTP/Browser), and multi-format output. _— by Kael Odin_
### Perplexity <sup>1</sup>
- [**Perplexity AI Answer Scraper with Sources**](https://www.coreclaw.com/yankun-guo/perplexity_get_source?fpr=chris69) — `yankun-guo/perplexity_get_source`<br>
Enter questions or linksno coding required to extract full Perplexity AI answers with source citations in HTML format. Ideal for research, fact-checking and content analysis. _— by yankun guo_
</details>
<a id="developer-tools"></a>
<details>
<summary><strong>🧰 Developer & Web Utilities</strong> · 7 APIs across 1 source</summary>
<br>
### Google <sup>7</sup>
- [**Cheerio Web Scraping**](https://www.coreclaw.com/odin-kael/cheerio-html-parsing-scraper?fpr=chris69) — `odin-kael/cheerio-html-parsing-scraper`<br>
A high-speed static page scraper based on Cheerio, designed specifically for static HTML pages. Uses Cheerio for HTML parsing, delivering speeds 10-50 times faster than full browser rendering. _— by Kael Odin_
- [**Google Sheets Import Export Tool**](https://www.coreclaw.com/odin-kael/google-sheets-import-and-export?fpr=chris69) — `odin-kael/google-sheets-import-and-export`<br>
A powerful Google Sheets data import export tool designed for data synchronization, backup, and integration between Google Sheets and external systems. Supports three operation modes, two authentication methods, batch processing, data deduplication, and automatic backup. _— by Kael Odin_
- [**Playwright Web Scraping**](https://www.coreclaw.com/odin-kael/cross-browser-web-playwright-scraper?fpr=chris69) — `odin-kael/cross-browser-web-playwright-scraper`<br>
A powerful cross-browser web scraping tool using Playwright for complete browser rendering. Supports Chromium, Firefox, and WebKit browser engines. Perfect for dynamic pages, single-page applications (SPAs), infinite scroll pages, and cross-browser testing scenarios. _— by Kael Odin_
- [**Puppeteer Web Scraping**](https://www.coreclaw.com/odin-kael/full-browser-web-puppeteer-scraper?fpr=chris69) — `odin-kael/full-browser-web-puppeteer-scraper`<br>
A powerful web scraping tool using Puppeteer for complete browser rendering. Supports full browser rendering, automatic Cookie banner closing, URL filtering, and more. _— by Kael Odin_
- [**Web Scraper Tool**](https://www.coreclaw.com/odin-kael/universal-web-scraper-tong-yong-wang-ye-pa-chong?fpr=chris69) — `odin-kael/universal-web-scraper-tong-yong-wang-ye-pa-chong`<br>
A powerful and flexible web scraping tool that automatically crawls websites, extracts structured data, and discovers new links. _— by Kael Odin_
- [**Webpage Content Extractor**](https://www.coreclaw.com/odin-kael/website-content-extractor?fpr=chris69) — `odin-kael/website-content-extractor`<br>
Intelligently extract website content using Crawl4AI, retrieving page content in various formats (Markdown, HTML, or plain text). Supports configurable depth, wait conditions, CSS selectors, and comprehensive link discovery. Zero-code operation, one-click export in CSV or JSON format. _— by Kael Odin_
- [**Website Screenshot Tool**](https://www.coreclaw.com/odin-kael/website-screenshot-tool?fpr=chris69) — `odin-kael/website-screenshot-tool`<br>
A powerful website screenshot tool designed specifically for the CoreClaw platform. It captures web page screenshots and returns them as Base64-encoded data embedded in JSON output. _— by Kael Odin_
</details>
<a id="finance"></a>
<details>
<summary><strong>📈 Finance & Markets</strong> · 1 APIs across 1 source</summary>
<br>
### Yahoo Finance <sup>1</sup>
- [**Yahoo Finance Scraper**](https://www.coreclaw.com/odin-kael/worker-yfinance?fpr=chris69) — `odin-kael/worker-yfinance`<br>
Get global stock market data from Yahoo Finance, supporting US stocks, Hong Kong stocks, and A-shares. Extract comprehensive data including historical OHLCV, company information, financial statements, dividend history, split history, and analyst ratings. No coding required. Export to CSV or JSON with one click. _— by Kael Odin_
</details>
<a id="real-estate"></a>
<details>
<summary><strong>🏠 Real Estate</strong> · 1 APIs across 1 source</summary>
<br>
### Zillow <sup>1</sup>
- [**Zillow Scraper(by URL)**](https://www.coreclaw.com/coreclaw/zillow-product-by-url?fpr=chris69) — `coreclaw/zillow-product-by-url`<br>
Extract structured property data from Zillow property detail pages, including price, address, bedrooms, bathrooms, square footage, property type, tax history, price history, coordinates, and market valuations.
</details>
<a id="knowledge"></a>
<details>
<summary><strong>📚 Education & Knowledge</strong> · 2 APIs across 2 sources</summary>
<br>
### Coursera & edX <sup>1</sup>
- [**Coursera and EDX Course Scraper**](https://www.coreclaw.com/odin-kael/coursera-and-edx-course-scraper?fpr=chris69) — `odin-kael/coursera-and-edx-course-scraper`<br>
A powerful course scraper for extracting online courses from Coursera and EDX platforms. _— by Kael Odin_
### Goodreads <sup>1</sup>
- [**Goodreads Book Info Extractor**](https://www.coreclaw.com/adil-ayub/goodreads-book-info-extractor?fpr=chris69) — `adil-ayub/goodreads-book-info-extractor`<br>
Instantly extract Goodreads book data including title, description, ISBN, ASIN, publisher, format, page count, language, genres, awards, characters, ratings, and rating counts. Receive structured JSON data for seamless integration into your applications and workflows. _— by Adil Ayub_
</details>
<a id="news"></a>
<details>
<summary><strong>📰 News & Media</strong> · 1 APIs across 1 source</summary>
<br>
### Google Play Store <sup>1</sup>
- [**Russia Today News Scraping**](https://www.coreclaw.com/zy-z/today-russia?fpr=chris69) — `zy-z/today-russia`<br>
Russian International Media offers authoritative global news, multilingual reporting, and in-depth analysis on Russia, world politics, economy, and international affairs for global readers. _— by zy z_
</details>
## Machine-readable catalog
The complete directory is available at [`data/workers.csv`](data/workers.csv). Every row includes:
| Field | Description |
|---|---|
| `title` | Display name of the Worker |
| `path` | Stable `owner/name` Worker path |
| `url` | Direct Worker URL with affiliate attribution |
| `category` | Broad use-case category used in this README |
| `source` | Human-friendly website or data-source label |
| `platform` | Platform label supplied by the CoreClaw Store |
| `author` | Worker publisher |
| `description` | Concise summary of the Workers output |
## Contributing
Found a missing Worker, stale description or better category?
1. Read the [contribution guide](CONTRIBUTING.md).
2. Open an issue describing the change.
3. Match entries by **Worker path**, not title—titles can change and are not guaranteed unique.
4. Include a direct Worker URL, source, category and one-sentence description.
5. Preserve the affiliate disclosure and referral parameter on public Worker links.
Run `python scripts/validate_catalog.py` before opening a pull request.
## Maintenance principles
- Refresh the Store inventory regularly from `GET /api/v2/store`.
- Keep Worker paths as the stable identity for deduplication.
- Avoid volatile ratings, run counts and pricing unless an automated updater maintains them.
- Validate that README and CSV counts remain synchronized.
- Preserve CoreClaws original platform label in the CSV while using the friendlier category/source taxonomy for navigation.
## Sources and scope
This snapshot contains every unique public Store Worker returned by CoreClaw when checked on **July 21, 2026**. It does not include private workspace Workers. Availability, names, descriptions and paths can change after the snapshot date.
- [CoreClaw Worker Store](https://www.coreclaw.com/store/categories?fpr=chris69)
- [CoreClaw API documentation](https://docs.coreclaw.com/api/)
- [CoreClaw public Store endpoint](https://openapi.coreclaw.com/api/v2/store?offset=0&limit=100)
---
<p align="center">
<strong>Built for people who want fresh web data without rebuilding every scraper from scratch.</strong>
<br>
<sub>Unofficial community resource. Not affiliated with or endorsed by CoreClaw or Apex DataWorks Limited.</sub>
</p>
+97
View File
@@ -0,0 +1,97 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1600" height="500" viewBox="0 0 1600 500" role="img" aria-labelledby="title desc">
<title id="title">CoreClaw API Directory</title>
<desc id="desc">A futuristic indigo and cyan banner for a directory of 118 public CoreClaw web data Workers.</desc>
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#070B1D"/>
<stop offset="0.48" stop-color="#111B46"/>
<stop offset="1" stop-color="#0B3A4A"/>
</linearGradient>
<linearGradient id="accent" x1="0" y1="0" x2="1" y2="0">
<stop stop-color="#8B5CF6"/>
<stop offset="0.5" stop-color="#6366F1"/>
<stop offset="1" stop-color="#22D3EE"/>
</linearGradient>
<radialGradient id="orb" cx="50%" cy="50%" r="50%">
<stop offset="0" stop-color="#22D3EE" stop-opacity=".38"/>
<stop offset=".55" stop-color="#6366F1" stop-opacity=".16"/>
<stop offset="1" stop-color="#070B1D" stop-opacity="0"/>
</radialGradient>
<pattern id="grid" width="48" height="48" patternUnits="userSpaceOnUse">
<path d="M48 0H0V48" fill="none" stroke="#A5B4FC" stroke-opacity=".08"/>
</pattern>
<filter id="glow" x="-80%" y="-80%" width="260%" height="260%">
<feGaussianBlur stdDeviation="10" result="blur"/>
<feMerge><feMergeNode in="blur"/><feMergeNode in="SourceGraphic"/></feMerge>
</filter>
<filter id="soft" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur stdDeviation="30"/>
</filter>
<clipPath id="clip"><rect width="1600" height="500" rx="34"/></clipPath>
</defs>
<g clip-path="url(#clip)">
<rect width="1600" height="500" fill="url(#bg)"/>
<rect width="1600" height="500" fill="url(#grid)"/>
<circle cx="1280" cy="250" r="330" fill="url(#orb)"/>
<circle cx="220" cy="-80" r="260" fill="#8B5CF6" opacity=".12" filter="url(#soft)"/>
<path d="M0 410C320 300 525 520 820 392S1285 250 1600 360V500H0Z" fill="#22D3EE" opacity=".035"/>
<path d="M0 455C300 360 520 520 790 430S1290 330 1600 410V500H0Z" fill="#8B5CF6" opacity=".06"/>
<g font-family="Inter,Segoe UI,Arial,sans-serif">
<rect x="92" y="66" width="322" height="38" rx="19" fill="#FFFFFF" opacity=".08" stroke="#A5B4FC" stroke-opacity=".22"/>
<circle cx="117" cy="85" r="6" fill="#22D3EE" filter="url(#glow)"/>
<text x="138" y="92" fill="#C7D2FE" font-size="17" font-weight="700" letter-spacing="2.6">COMMUNITY DIRECTORY</text>
<text x="92" y="177" fill="#FFFFFF" font-size="58" font-weight="800" letter-spacing="-1.5">CoreClaw API Directory</text>
<rect x="92" y="198" width="585" height="7" rx="3.5" fill="url(#accent)"/>
<text x="92" y="262" fill="#E0E7FF" font-size="30" font-weight="600">The public web, ready to query.</text>
<text x="92" y="305" fill="#A5B4FC" font-size="20">A categorized collection of ready-to-run web data Workers.</text>
<g transform="translate(92 357)">
<g>
<rect width="178" height="54" rx="14" fill="#FFFFFF" opacity=".075" stroke="#818CF8" stroke-opacity=".3"/>
<text x="20" y="25" fill="#FFFFFF" font-size="18" font-weight="800">118</text>
<text x="20" y="43" fill="#A5B4FC" font-size="12" letter-spacing="1.2">WORKERS</text>
</g>
<g transform="translate(194)">
<rect width="178" height="54" rx="14" fill="#FFFFFF" opacity=".075" stroke="#818CF8" stroke-opacity=".3"/>
<text x="20" y="25" fill="#FFFFFF" font-size="18" font-weight="800">11</text>
<text x="20" y="43" fill="#A5B4FC" font-size="12" letter-spacing="1.2">CATEGORIES</text>
</g>
<g transform="translate(388)">
<rect width="178" height="54" rx="14" fill="#FFFFFF" opacity=".075" stroke="#22D3EE" stroke-opacity=".35"/>
<text x="20" y="25" fill="#FFFFFF" font-size="18" font-weight="800">29</text>
<text x="20" y="43" fill="#A5B4FC" font-size="12" letter-spacing="1.2">DATA SOURCES</text>
</g>
</g>
</g>
<g transform="translate(1260 250)">
<circle r="174" fill="none" stroke="#818CF8" stroke-opacity=".13" stroke-width="2"/>
<circle r="132" fill="none" stroke="#22D3EE" stroke-opacity=".2" stroke-width="2" stroke-dasharray="8 12"/>
<circle r="86" fill="#111B46" stroke="url(#accent)" stroke-width="3"/>
<circle r="70" fill="none" stroke="#FFFFFF" stroke-opacity=".09"/>
<path d="M-28-38C7-22 20 5 22 39M0-48C32-25 45 5 47 36M28-39C54-16 62 7 64 28" fill="none" stroke="url(#accent)" stroke-width="9" stroke-linecap="round" filter="url(#glow)"/>
<path d="M-43 48C-18 65 17 65 43 47" fill="none" stroke="#A5B4FC" stroke-opacity=".55" stroke-width="5" stroke-linecap="round"/>
<g fill="#22D3EE" filter="url(#glow)">
<circle cx="0" cy="-132" r="7"/><circle cx="132" cy="0" r="7"/><circle cx="0" cy="132" r="7"/><circle cx="-132" cy="0" r="7"/>
</g>
<g stroke="#818CF8" stroke-opacity=".45" stroke-width="2">
<path d="M0-86V-125"/><path d="M86 0H125"/><path d="M0 86V125"/><path d="M-86 0H-125"/>
</g>
<g font-family="Inter,Segoe UI,Arial,sans-serif" font-size="13" font-weight="800" letter-spacing="1.4" fill="#C7D2FE">
<text x="-18" y="-151">REST</text>
<text x="148" y="5">MCP</text>
<text x="-20" y="161">JSON</text>
<text x="-181" y="5">CSV</text>
</g>
</g>
<g fill="#C7D2FE">
<circle cx="1040" cy="96" r="3" opacity=".65"/><circle cx="1470" cy="92" r="3" opacity=".45"/>
<circle cx="1052" cy="405" r="3" opacity=".5"/><circle cx="1488" cy="390" r="3" opacity=".7"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.5 KiB

+119 -119
View File
@@ -1,119 +1,119 @@
title,path,url,platform,author,description
"Amazon / eBay Product Scraper","xgbetu6d/amazon-product-scraper-keyword-v2","https://www.coreclaw.com/xgbetu6d/amazon-product-scraper-keyword-v2?fpr=chris69","Amazon","xgbetu6d","Amazon / eBay Product Scraper can collect product listings from Amazon or eBay by keyword and export the data in your preferred format. You can use this data for competitive analysis, price monitoring, or as a data foundation for new applications and automated workflows."
"Amazon Price Scraper(by Keywords)","coreclaw/amazon-product-scraper","https://www.coreclaw.com/coreclaw/amazon-product-scraper?fpr=chris69","Amazon","CoreClaw","Batch-scrape real-time Amazon product pricing data via keyword search and automatically compile comprehensive product pricing insights. Bypass API restrictions to retrieve accurate pricing data, helping sellers benchmark competitor prices and optimize product pricing strategies."
"Amazon Product Listing Scraper(by Keywords&Domain )","coreclaw/amazon-product-scraper-api","https://www.coreclaw.com/coreclaw/amazon-product-scraper-api?fpr=chris69","Amazon","CoreClaw","Fetch real-time Amazon search data via keyword search and domain filtering. Bypass API limitations to obtain accurate ranking and domain-based product data for keyword optimization and competitor tracking."
"Amazon Product Scraper (by ASIN )","coreclaw/amazon-product-data-scraper-api","https://www.coreclaw.com/coreclaw/amazon-product-data-scraper-api?fpr=chris69","Amazon","CoreClaw","Extract public Amazon product data by ASINs. Capture details such as product title, brand, price, reviews, seller information, ranking, images, category, product details, and more. Export the data, access it via API, or integrate it with third-party tools."
"Amazon Product Scraper (Prices, Reviews & Listings)","coreclaw/amazon-global-product-scraper","https://www.coreclaw.com/coreclaw/amazon-global-product-scraper?fpr=chris69","Amazon","CoreClaw","Extract public product data from Amazon global marketplaces by keywords. Capture details such as product title, brand, price, discount, currency, review count, ASIN, sales, ranking, and more. Export the data, access it via API, or integrate it with third-party tools."
"Amazon Product Scraping (for Price Monitoring)","odin-kael/amazon-product-scraper","https://www.coreclaw.com/odin-kael/amazon-product-scraper?fpr=chris69","Amazon","Kael Odin","Bulk scrape product details via Amazon product URL, including title, price, rating, review count, images, category and more. Supports Amazon domains across 10+ countries, with 2,000 free credits for new users."
"Amazon Reviews Scraper (for Product Insights)","coreclaw/amazon-reviews-scraper","https://www.coreclaw.com/coreclaw/amazon-reviews-scraper?fpr=chris69","Amazon","CoreClaw","Extract public Amazon product review data by URL. Capture details such as review content, rating, review date, reviewer information, verified purchase status, and more. Export the data, access it via API, or integrate it with third-party tools."
"Amazon Scraper API (by URL)","coreclaw/amazon-product-scraper-tool","https://www.coreclaw.com/coreclaw/amazon-product-scraper-tool?fpr=chris69","Amazon","CoreClaw","Enter a URL to call the data scraping API and instantly extract full public product and store data. Bypass official API limits with accurate and stable results, enabling cross-border sellers and developers to automate data synchronization and streamline business workflows."
"Amazon Scraper(by URL)","coreclaw/amazon-global-product-scraper-tool","https://www.coreclaw.com/coreclaw/amazon-global-product-scraper-tool?fpr=chris69","Amazon","CoreClaw","Extract public product data from Amazon global marketplaces by URLs, including product title, brand, seller, price, discount, and more. Export the data, access it via API, or integrate it with third-party tools."
"Amazon Search Results Scraper (for Product Data & Keyword Insights)","coreclaw/amazon-global-product-data-scraper","https://www.coreclaw.com/coreclaw/amazon-global-product-data-scraper?fpr=chris69","Amazon","CoreClaw","Fetch real-time Amazon product and ranking data by category page URL. Get accurate listing data for product optimization and niche analysis."
"Amazon Search Results Scraperfor Product & Ranking Analysis","coreclaw/amazon-product-data-scraper","https://www.coreclaw.com/coreclaw/amazon-product-data-scraper?fpr=chris69","Amazon","CoreClaw","Enter an Amazon category URL to bulk scrape full category search rankings, product details and ranking data. Support real-time scraping across global marketplaces with no official API key and no usage limits, enabling efficient category competitor analysis, ranking monitoring and niche market research."
"Amazon Search Scraper","odin-kael/amazon-search-product-scraper","https://www.coreclaw.com/odin-kael/amazon-search-product-scraper?fpr=chris69","Amazon","Kael Odin","Batch search Amazon products by keyword and extract comprehensive data, including ASIN, title, price, rating, reviews, Prime status, brand badges, and more. Supports multiple Amazon marketplaces. No coding required. Export to CSV/JSON with one click."
"Amazon Seller Scraper (for Lead Generation)","coreclaw/amazon-global-product-data-scraper-api","https://www.coreclaw.com/coreclaw/amazon-global-product-data-scraper-api?fpr=chris69","Amazon","CoreClaw","Extract product data from Amazon seller storefronts by seller URLs. Capture details such as product title, brand, price, reviews, ASIN, ranking, seller information, and more. Export the data, access it via API, or integrate it with third-party tools."
"Scrape Amazon Bestsellers (for Market Trends)","coreclaw/scrape-amazon-product-data","https://www.coreclaw.com/coreclaw/scrape-amazon-product-data?fpr=chris69","Amazon","CoreClaw","Extract Amazon best sellers product data by Best Sellers page URLs. Capture details such as product title, brand, price, reviews, ASIN, ranking, images, seller information, and more. Export the data, access it via API, or integrate it with third-party tools."
"Scrape Amazon Product Details by UPC (Price, Reviews & Sellers)","coreclaw/scrape-amazon-products","https://www.coreclaw.com/coreclaw/scrape-amazon-products?fpr=chris69","Amazon","CoreClaw","Extract public Amazon product data by product UPC, including product title, brand, price, reviews, ASIN, seller information, ranking, product details, and more. Export the data, access it via API, or integrate it with third-party tools."
"eBay Product Data Scraper(by URL)","coreclaw/ebay-scraper-tool","https://www.coreclaw.com/coreclaw/ebay-scraper-tool?fpr=chris69","eBay","CoreClaw","Extract public eBay product data by URLs. Capture details such as product title, item ID, category, price, seller information, shipping, return policy, and more. Export the data, access it via API, or integrate it with third-party tools."
"eBay Product Scraper(by Keywords)","coreclaw/ebay-data-scraper","https://www.coreclaw.com/coreclaw/ebay-data-scraper?fpr=chris69","eBay","CoreClaw","Extract public eBay product data by keywords. Capture details such as product URL, title, price, reviews, seller information, shipping, return policy, and more. Export the data in structured formats, access it via API, or integrate it with third-party tools."
"eBay Store Scraper(by Store URL)","coreclaw/ebay-scraper","https://www.coreclaw.com/coreclaw/ebay-scraper?fpr=chris69","eBay","CoreClaw","Extract public eBay product data by store URLs. Capture details such as product title, item ID, price, condition, seller information, reviews, shipping, return policy, and more. Export the data, access it via API, or integrate it with third-party tools."
"Facebook Comments Scraper(by URL)","coreclaw/facebook-comments-scraper","https://www.coreclaw.com/coreclaw/facebook-comments-scraper?fpr=chris69","Facebook","CoreClaw","Extract public Facebook comments in bulk via post URLs, including commenter, content, likes and replies. One-click CSV/JSON export, no coding needed."
"Facebook Event Scraper (by Event List URL)","mn06pz6r/facebook-huo-dong-lie-biao-zhua-qu-gong-ju-by-eventlist-url","https://www.coreclaw.com/mn06pz6r/facebook-huo-dong-lie-biao-zhua-qu-gong-ju-by-eventlist-url?fpr=chris69","Facebook","mn06pz6r","Facebook Event Scraper (by Event List URL) extracts event data from Facebook venue event list pages. Provide a venue's `/events` or `/upcoming_hosted_events` URL, and the scraper will automatically discover all individual event links on the page, then concurrently fetch and parse each event's detail page."
"Facebook Event Scraper (by Event URL)","mn06pz6r/facebook-huo-dong-nei-rong-zhua-qu-gong-ju-by-url","https://www.coreclaw.com/mn06pz6r/facebook-huo-dong-nei-rong-zhua-qu-gong-ju-by-url?fpr=chris69","Facebook","mn06pz6r","Facebook Event Scraper (by Event URL) extracts event data by directly visiting individual Facebook event detail page URLs. When you already have specific event links, this scraper fetches each one concurrently and parses the full event details from the HTML."
"Facebook Event Scraper (by Search URL)","mn06pz6r/facebook-huo-dong-lie-biao-zhua-qu-gong-ju-by-search-url","https://www.coreclaw.com/mn06pz6r/facebook-huo-dong-lie-biao-zhua-qu-gong-ju-by-search-url?fpr=chris69","Facebook","mn06pz6r","Facebook Event Scraper (by Search URL) extracts event data from Facebook event search and explore pages. Provide an event search URL (e.g. `/events/explore/` filtered by location or category), and the scraper will automatically discover all individual event links on the search results page, then concurrently fetch and parse each event's detail page."
"Facebook Events Scraper(by Events URL)","coreclaw/facebook-events-scraper","https://www.coreclaw.com/coreclaw/facebook-events-scraper?fpr=chris69","Facebook","CoreClaw","Extract public Facebook event data in bulk via URLs, including details, attendance and organizer info. One-click CSV/JSON export, no coding required."
"Facebook Pages Scraper(by List URL)","coreclaw/facebook-events-scraper-api","https://www.coreclaw.com/coreclaw/facebook-events-scraper-api?fpr=chris69","Facebook","CoreClaw","Extract public Facebook event data in bulk from event list URLs, including basic info, organizer and participant data. Export CSV/JSON with one click, no coding required."
"Facebook Post Scraper(by URL)","coreclaw/facebook-posts-scraper","https://www.coreclaw.com/coreclaw/facebook-posts-scraper?fpr=chris69","Facebook","CoreClaw","Extract data in real time via URLs, easily capture posts, shares and engagement metrics, free from complex infrastructure maintenance and IP blocks. One-click CSV/JSON export supported."
"Facebook Post Scraper(by URL)","mn06pz6r/facebook-tie-zi-nei-rong-zhua-qu-gong-ju-by-url","https://www.coreclaw.com/mn06pz6r/facebook-tie-zi-nei-rong-zhua-qu-gong-ju-by-url?fpr=chris69","Facebook","mn06pz6r","Facebook Post Scraper extracts post content and engagement data from Facebook by visiting individual post URLs. It fetches each post page concurrently and parses the text content, media attachments, reactions, comments, shares, and other metadata."
"Facebook Posts Scraper","marianne-turner/facebook-scraper","https://www.coreclaw.com/marianne-turner/facebook-scraper?fpr=chris69","Facebook","Marianne Turner","Extract posts from public Facebook Pages into structured data — post text, timestamps, reactions, comments, shares, author info, media attachments, and more. No Facebook login or API token required."
"Facebook Profile Scraper(by URL)","mn06pz6r/facebook-ge-ren-zi-liao-zhua-qu-gong-ju-by-url","https://www.coreclaw.com/mn06pz6r/facebook-ge-ren-zi-liao-zhua-qu-gong-ju-by-url?fpr=chris69","Facebook","mn06pz6r","Facebook Profile Scraper extracts profile information from Facebook by visiting individual profile URLs. It fetches each profile page concurrently and parses key data such as name, bio, followers, page likes, work history, education, and more. Supports both personal profiles and public pages."
"Facebook Reel Scraper","mmi0cuhn/huo-qu-facebook-shi-pin-xiang-qing","https://www.coreclaw.com/mmi0cuhn/huo-qu-facebook-shi-pin-xiang-qing?fpr=chris69","Facebook","mmi0cuhn","Batch extract Facebook Reel video details. Get views, likes, comments, shares, author info, follower count and more. Supports proxy configuration and structured JSON output."
"Facebook Search Scraper(by Search URL)","coreclaw/facebook-events-data-scraper","https://www.coreclaw.com/coreclaw/facebook-events-data-scraper?fpr=chris69","Facebook","CoreClaw","Extract public Facebook event data in bulk via search URLs, including event details, organizer and attendance info. Export clean CSV/JSON with one click, no coding needed."
"Scrape Facebook Profiles(by URL)","coreclaw/facebook-profile-scraper","https://www.coreclaw.com/coreclaw/facebook-profile-scraper?fpr=chris69","Facebook","CoreClaw","Scrape Facebook profiles by inputting a profile URL, including basic user information, work experience, education background, contact information, etc., and output them in CSV or JSON format."
"Glassdoor Job Scraper(by URL)","coreclaw/glassdoor-job-scraper-api","https://www.coreclaw.com/coreclaw/glassdoor-job-scraper-api?fpr=chris69","Glassdoor","CoreClaw","Enter URLs to batch extract Glassdoor job data, including company names, job titles, locations, salary ranges, job descriptions and employee reviews. No coding required, export structured CSV/JSON data with one click."
"Glassdoor Jobs Scraper(by List URL)","coreclaw/glassdoor-scraper","https://www.coreclaw.com/coreclaw/glassdoor-scraper?fpr=chris69","Glassdoor","CoreClaw","Enter job list URLs to batch extract Glassdoor job data, including company names, job titles, locations, salary ranges, descriptions and employee reviews. No coding required, export structured CSV/JSON data with one click."
"Cheerio Web Scraping","odin-kael/cheerio-html-parsing-scraper","https://www.coreclaw.com/odin-kael/cheerio-html-parsing-scraper?fpr=chris69","Google","Kael Odin","A high-speed static page scraper based on Cheerio, designed specifically for static HTML pages. Uses Cheerio for HTML parsing, delivering speeds 10-50 times faster than full browser rendering."
"Google Search Results (SERP) Scraper API","coreclaw/google-search-scraper","https://www.coreclaw.com/coreclaw/google-search-scraper?fpr=chris69","Google","CoreClaw","It queries the Google search engine by keyword and returns a structured SERP summary, including the final search parameters, organic results, related queries, and people-also-ask data."
"Google Sheets Import Export Tool","odin-kael/google-sheets-import-and-export","https://www.coreclaw.com/odin-kael/google-sheets-import-and-export?fpr=chris69","Google","Kael Odin","A powerful Google Sheets data import export tool designed for data synchronization, backup, and integration between Google Sheets and external systems. Supports three operation modes, two authentication methods, batch processing, data deduplication, and automatic backup."
"On-Page Content Checker","odin-kael/content-checker-worker","https://www.coreclaw.com/odin-kael/content-checker-worker?fpr=chris69","Google","Kael Odin","Content Checker Worker monitors specific content on any web page and detects changes by comparing previous and current content. When changes are detected, it provides detailed comparison with before/after screenshots."
"Playwright Web Scraping","odin-kael/cross-browser-web-playwright-scraper","https://www.coreclaw.com/odin-kael/cross-browser-web-playwright-scraper?fpr=chris69","Google","Kael Odin","A powerful cross-browser web scraping tool using Playwright for complete browser rendering. Supports Chromium, Firefox, and WebKit browser engines. Perfect for dynamic pages, single-page applications (SPAs), infinite scroll pages, and cross-browser testing scenarios."
"Puppeteer Web Scraping","odin-kael/full-browser-web-puppeteer-scraper","https://www.coreclaw.com/odin-kael/full-browser-web-puppeteer-scraper?fpr=chris69","Google","Kael Odin","A powerful web scraping tool using Puppeteer for complete browser rendering. Supports full browser rendering, automatic Cookie banner closing, URL filtering, and more."
"RAG Web Browser","odin-kael/rag-web-browser-worker","https://www.coreclaw.com/odin-kael/rag-web-browser-worker?fpr=chris69","Google","Kael Odin","A high-performance web scraper for RAG and AI, featuring Google search integration, dual-mode extraction (HTTP/Browser), and multi-format output."
"Web Scraper Tool","odin-kael/universal-web-scraper-tong-yong-wang-ye-pa-chong","https://www.coreclaw.com/odin-kael/universal-web-scraper-tong-yong-wang-ye-pa-chong?fpr=chris69","Google","Kael Odin","A powerful and flexible web scraping tool that automatically crawls websites, extracts structured data, and discovers new links."
"Webpage Content Extractor","odin-kael/website-content-extractor","https://www.coreclaw.com/odin-kael/website-content-extractor?fpr=chris69","Google","Kael Odin","Intelligently extract website content using Crawl4AI, retrieving page content in various formats (Markdown, HTML, or plain text). Supports configurable depth, wait conditions, CSS selectors, and comprehensive link discovery. Zero-code operation, one-click export in CSV or JSON format."
"Website Screenshot Tool","odin-kael/website-screenshot-tool","https://www.coreclaw.com/odin-kael/website-screenshot-tool?fpr=chris69","Google","Kael Odin","A powerful website screenshot tool designed specifically for the CoreClaw platform. It captures web page screenshots and returns them as Base64-encoded data embedded in JSON output."
"Google Maps Lead Finder | Local Business Leads & Verified Contacts","coreclaw/google-maps-lead-finder","https://www.coreclaw.com/coreclaw/google-maps-lead-finder?fpr=chris69","Google Maps","CoreClaw","Discover and collect sales-ready local business leads from Google Maps with company profiles, websites, phone numbers, reviews, decision-maker contacts, and verified emails for outreach campaigns."
"Google Maps Reviews Scraper(by place detail URL)","coreclaw/google-maps-reviews-scraper","https://www.coreclaw.com/coreclaw/google-maps-reviews-scraper?fpr=chris69","Google Maps","CoreClaw","Google Maps Review Scraper bulk extracts star ratings, text, reviewer details, owner responses, and image URLs. Precisely analyze customer sentiment, monitor competitors, optimize local SEO, and comprehensively boost your business reputation. Supports keyword filtering and multilingual translation, delivers structured data."
"Google Maps Scraper","coreclaw/google-maps-scraper","https://www.coreclaw.com/coreclaw/google-maps-scraper?fpr=chris69","Google Maps","CoreClaw","Pull business records in bulk from Google Maps — covering reviews and reviewer details, photos, contact info (full name, email, job title), opening hours, prices and more. From there, export the data, trigger runs via API, schedule and watch them, or wire the results into your other tools."
"Google Play Scraper","stephen-curry/google-play-scraper","https://www.coreclaw.com/stephen-curry/google-play-scraper?fpr=chris69","Google Play Store","Stephen Curry","One-click extraction of core data from Google Play apps, including app name, developer, rating, downloads and reviews. Supports CSV/JSON export. Anti-blocking technology ensures stable scraping with no coding required for one-click structured data export."
"Russia Today News Scraping","zy-z/today-russia","https://www.coreclaw.com/zy-z/today-russia?fpr=chris69","Google Play Store","zy z","Russian International Media offers authoritative global news, multilingual reporting, and in-depth analysis on Russia, world politics, economy, and international affairs for global readers."
"Indeed Company Scraper(by Keyword)","coreclaw/indeed-scraper-tool","https://www.coreclaw.com/coreclaw/indeed-scraper-tool?fpr=chris69","Indeed","CoreClaw","Extract public Indeed company data in bulk by keywords, including size, industry, addresses, reviews and salary details. Export in CSV/JSON for targeted company search and competitor monitoring, with one-click structured data output."
"Indeed Company Scraper(by List URL)","coreclaw/indeed-scraper-api","https://www.coreclaw.com/coreclaw/indeed-scraper-api?fpr=chris69","Indeed","CoreClaw","Extract public Indeed company data in bulk via list URLs, including size, industry, locations, reviews and salary info. Export to CSV/JSON for recruitment research, competitor analysis and business intelligence, with one-click structured data export."
"Indeed Job Scraper(by Industry & State)","coreclaw/indeed-job-scraper","https://www.coreclaw.com/coreclaw/indeed-job-scraper?fpr=chris69","Indeed","CoreClaw","Extract public Indeed company data in bulk by industry and location, including size, sector, addresses, employee reviews and salary info. Export in CSV/JSON for industry and regional market analysis, with one-click structured data output."
"Indeed Job Search Scraper(by Keyword)","coreclaw/indeed-job-scraper-tool","https://www.coreclaw.com/coreclaw/indeed-job-scraper-tool?fpr=chris69","Indeed","CoreClaw","Extract public Indeed job data in bulk by keywords, including title, company, location, salary, description and post date. Export to CSV/JSON for recruitment, talent and salary benchmark analysis, with one-click structured data output."
"Indeed Scraper(by Company URL)","coreclaw/indeed-scraper","https://www.coreclaw.com/coreclaw/indeed-scraper?fpr=chris69","Indeed","CoreClaw","Extract public Indeed company data in bulk via company URLs, including size, industry, location, reviews and salary info. Export to CSV/JSON for recruitment research and competitor analysis, with one-click structured data output."
"Instagram Bulk Post Scraper(by Profiles URL)","coreclaw/instagram-posts-by-profiles-url","https://www.coreclaw.com/coreclaw/instagram-posts-by-profiles-url?fpr=chris69","Instagram","CoreClaw","Extract public Instagram post data in bulk by profile URL, including post content, engagement metrics, author information, and media links. Filter by date range and post type. Export to CSV/JSON with one click. No coding required."
"Instagram Comment Scraper(by Post URL)","coreclaw/instagram-comment-scraper","https://www.coreclaw.com/coreclaw/instagram-comment-scraper?fpr=chris69","Instagram","CoreClaw","Instagram Comment Scraper (by Post URL) extracts comments from Instagram posts and Reels. You can use the scraped comment data for sentiment analysis, audience research, content moderation, and building engagement reports."
"Instagram Comments Scraper","mn06pz6r/instagram-zuo-pin-ping-lun-cai-ji","https://www.coreclaw.com/mn06pz6r/instagram-zuo-pin-ping-lun-cai-ji?fpr=chris69","Instagram","mn06pz6r","Instagram Comments Scraper extracts comments from Instagram posts, reels, and TV posts using Instagram's GraphQL API. You can use the scraped comment data for sentiment analysis, audience research, content moderation, and building engagement reports."
"Instagram Content & Profile Scraper","marianne-turner/instagram-scraper","https://www.coreclaw.com/marianne-turner/instagram-scraper?fpr=chris69","Instagram","Marianne Turner","A unified Instagram scraper designed to extract publicly available data from Instagram through multiple input methods. With CoreClaw, you can pull posts, profile details, comments, reels, and mentions from Instagram URLs or keyword searches with zero code, empowering social media research, influencer analysis, content monitoring, and competitive intelligence"
"Instagram Post Scraper(by Post URL)","coreclaw/instagram-post-scraper","https://www.coreclaw.com/coreclaw/instagram-post-scraper?fpr=chris69","Instagram","CoreClaw","Extract public Instagram post data via URLs, including user info, engagement and profile details. One-click CSV/JSON export, batch scraping, no coding needed."
"Instagram Profile Data Scraper(by Profile URL)","coreclaw/instagram-profile-scraper","https://www.coreclaw.com/coreclaw/instagram-profile-scraper?fpr=chris69","Instagram","CoreClaw","Extract public Instagram profile data by input URLs, including usernames, IDs, bios, locations, website URLs, follower counts, and comment counts. Supports data exporting, API integration, and synchronization with third-party tools."
"Instagram Profile Scraper(by UserName )","coreclaw/instagram-profile-data-scraper","https://www.coreclaw.com/coreclaw/instagram-profile-data-scraper?fpr=chris69","Instagram","CoreClaw","Extract public Instagram profile data by input username, including usernames, IDs, bios, locations, website URLs, follower counts, and comment counts. Supports data exporting, API integration, and synchronization with third-party tools."
"Instagram Reel Details Scraper(by URL)","mmi0cuhn/instagram-shi-pin-xin-xi-huo-qu","https://www.coreclaw.com/mmi0cuhn/instagram-shi-pin-xin-xi-huo-qu?fpr=chris69","Instagram","mmi0cuhn","Instagram Reel Details Scraper supports batch scraping Reels: likes, comments, author info, followers, caption, hashtags. Proxy supported, structured JSON output for research & analysis."
"Instagram Reels Bulk Scraper(by list URL)","coreclaw/instagram-reel-data-scraper","https://www.coreclaw.com/coreclaw/instagram-reel-data-scraper?fpr=chris69","Instagram","CoreClaw","Extract public Reel data from Instagram using a list URL, including creator usernames, titles, hashtags, engagement metrics, and more. Ideal for short-form video trend analysis, content monitoring, and competitor research. Supports structured data output."
"Instagram Reels Scraper(by URL)","coreclaw/instagram-all-reel-scraper","https://www.coreclaw.com/coreclaw/instagram-all-reel-scraper?fpr=chris69","Instagram","CoreClaw","Extract public Reel data in bulk using Instagram URLs, including creator usernames, captions, hashtags, comment counts, like counts, views, play counts, engagement metrics, and more. Supports data export, API access, and third-party integrations."
"Instagram Reels Video Scraper(by URL)","coreclaw/instagram-reel-scraper","https://www.coreclaw.com/coreclaw/instagram-reel-scraper?fpr=chris69","Instagram","CoreClaw","Enter one or more Reel URLs to extract creator details, hashtags, comments, and engagement metrics from public Instagram Reels, with support for media archiving and structured data output."
"Instagram Video Info Scraper","mn06pz6r/instagram-tie-zi-xiang-qing-cai-ji","https://www.coreclaw.com/mn06pz6r/instagram-tie-zi-xiang-qing-cai-ji?fpr=chris69","Instagram","mn06pz6r","Instagram Video Info Scraper can collect detailed public data from Instagram posts, reels, and TV videos, and export it in your preferred format. You can use this data for content analysis, influencer research, or as a data foundation for marketing workflows."
"LinkedIn Candidate Search (No Cookies)","q9w5f5h8/linkedin-candidate-search-no-cookies","https://www.coreclaw.com/q9w5f5h8/linkedin-candidate-search-no-cookies?fpr=chris69","LinkedIn","Techforce Global","Build targeted candidate lists from LinkedIn no account, no cookies, no bans. Get verified names, titles, and profile URLs for any IT role and city in minutes. Used by recruiters and HR agencies for faster, cheaper talent sourcing."
"LinkedIn Company Scraper(by URL)","coreclaw/linkedin-company-scraper","https://www.coreclaw.com/coreclaw/linkedin-company-scraper?fpr=chris69","LinkedIn","CoreClaw","Extract public company profile data by input LinkedIn company page URL. Capture details such as company name, company size, industry, description, company page link, and more. Export the data, access it via API, or integrate it with third-party tools."
"LinkedIn Company Scraper(by URL)","mn06pz6r/linkedin-gong-si-xin-xi-zhua-qu-gong-ju-by-url","https://www.coreclaw.com/mn06pz6r/linkedin-gong-si-xin-xi-zhua-qu-gong-ju-by-url?fpr=chris69","LinkedIn","mn06pz6r","LinkedIn Company Scraper extracts detailed company information from LinkedIn by company page URL. Provide one or more LinkedIn company URLs, and it will fetch each page and return structured company data including name, industry, size, locations, funding, employees, and recent updates."
"LinkedIn Job Listings Bulk Scraper","coreclaw/linkedin-jobs-data-scraper","https://www.coreclaw.com/coreclaw/linkedin-jobs-data-scraper?fpr=chris69","LinkedIn","CoreClaw","Extract public LinkedIn job posting data by job listing URL. Capture details such as job title, company name, job description, experience level, salary range, application link, and more. Export the data, access it via API, or integrate it with third-party tools."
"LinkedIn Job Scraper (by Job URL)","mn06pz6r/linkedin-gang-wei-xin-xi-zhua-qu-gong-ju-by-url","https://www.coreclaw.com/mn06pz6r/linkedin-gang-wei-xin-xi-zhua-qu-gong-ju-by-url?fpr=chris69","LinkedIn","mn06pz6r","LinkedIn Job Scraper (by Job URL) extracts detailed job information from LinkedIn by job detail page URL. Provide one or more LinkedIn job URLs, and it will fetch each page and return structured job data including title, company, salary, description, and applicant count."
"LinkedIn Job Scraper (by Keyword)","mn06pz6r/linkedin-gang-wei-lie-biao-zhua-qu-gong-ju-by-keyword","https://www.coreclaw.com/mn06pz6r/linkedin-gang-wei-lie-biao-zhua-qu-gong-ju-by-keyword?fpr=chris69","LinkedIn","mn06pz6r","LinkedIn Job Scraper (by Keyword) extracts job listings from LinkedIn by keyword and location. It builds a search URL internally from your keyword parameters, fetches listing pages, then retrieves each job detail page to deliver structured, ready-to-use job data."
"LinkedIn Job Scraper (by Listing URL)","mn06pz6r/linkedin-gang-wei-lie-biao-zhua-qu-gong-ju-by-url","https://www.coreclaw.com/mn06pz6r/linkedin-gang-wei-lie-biao-zhua-qu-gong-ju-by-url?fpr=chris69","LinkedIn","mn06pz6r","LinkedIn Job Scraper (by Listing URL) extracts job listings from LinkedIn by listing page URL. Provide one or more LinkedIn job search or company job listing page URLs, and it will paginate through each listing, then fetch every individual job detail page to deliver structured, ready-to-use job data."
"LinkedIn Job Scraper(by URL)","coreclaw/linkedin-jobs-scraper-tool","https://www.coreclaw.com/coreclaw/linkedin-jobs-scraper-tool?fpr=chris69","LinkedIn","CoreClaw","Input LinkedIn job URL to extract public job data, including the job title, company name, job description, experience level, salary range, application link, and more. Supports data export, API calls, and third-party tool integrations."
"LinkedIn Jobs Search Scraper(by Keyword)","coreclaw/linkedin-jobs-scraper","https://www.coreclaw.com/coreclaw/linkedin-jobs-scraper?fpr=chris69","LinkedIn","CoreClaw","Extract public LinkedIn job posting data by job keyword. Capture details such as job title, company name, job description, experience level, salary range, application link, and more. Export the data, access it via API, or integrate it with third-party tools."
"LinkedIn People Profile Scraper(by URL)","coreclaw/linkedin-people-profile-scraper","https://www.coreclaw.com/coreclaw/linkedin-people-profile-scraper?fpr=chris69","LinkedIn","CoreClaw","Extract public LinkedIn People Profile data by URL, including name, headline, location, current company, work experience, education, skills, follower count, and more. Export the data, access it via API, or integrate it with third-party tools."
"ChatGPT Answer Scraper","yankun-guo/chatgpt_get_sources","https://www.coreclaw.com/yankun-guo/chatgpt_get_sources?fpr=chris69","Other","yankun guo","Input questions to get full HTML content with cited sources from ChatGPT replies. Supports bulk scraping, automatic retry and source extraction. No technical skills required. Free trial available."
"Coursera and EDX Course Scraper","odin-kael/coursera-and-edx-course-scraper","https://www.coreclaw.com/odin-kael/coursera-and-edx-course-scraper?fpr=chris69","Other","Kael Odin","A powerful course scraper for extracting online courses from Coursera and EDX platforms."
"Goodreads Book Info Extractor","adil-ayub/goodreads-book-info-extractor","https://www.coreclaw.com/adil-ayub/goodreads-book-info-extractor?fpr=chris69","Other","Adil Ayub","Instantly extract Goodreads book data including title, description, ISBN, ASIN, publisher, format, page count, language, genres, awards, characters, ratings, and rating counts. Receive structured JSON data for seamless integration into your applications and workflows."
"Jobspy - Linkedin, Glassdoor Scraper","odin-kael/jobspy","https://www.coreclaw.com/odin-kael/jobspy?fpr=chris69","Other","Kael Odin","Stably scrape job postings from recruitment platforms including Indeed and LinkedIn. Supports remote/full-time/salary filtering, custom proxies, and multi-dimensional precise search. Deploy with one click to obtain overseas job data."
"Made-in-China Supplier Intelligence Scraper | Extract Company Profiles, Contacts & Trade Data","mmi0cuhn/made-in-china-com-zhong-guo-chu-hai-gong-si-xin-xi-huo-qu","https://www.coreclaw.com/mmi0cuhn/made-in-china-com-zhong-guo-chu-hai-gong-si-xin-xi-huo-qu?fpr=chris69","Other","mmi0cuhn","Scrape Made-in-China supplier pages and collect structured company profiles, main products, audit report numbers, trade details, certificates, shipment images, and contact information for B2B sourcing workflows."
"Perplexity AI Answer Scraper with Sources","yankun-guo/perplexity_get_source","https://www.coreclaw.com/yankun-guo/perplexity_get_source?fpr=chris69","Other","yankun guo","Enter questions or linksno coding required to extract full Perplexity AI answers with source citations in HTML format. Ideal for research, fact-checking and content analysis."
"Product Hunt Scraper","odin-kael/product-hunt-scraper","https://www.coreclaw.com/odin-kael/product-hunt-scraper?fpr=chris69","Other","Kael Odin","Product Hunt Scraper CoreClaw Worker to scrape trending products by keyword for market research, competitor tracking, lead generation and AI startup trend monitoring. Support API, feed, browser and proxy auto strategy."
"Quince.com Product Scraper - Prices, Discounts, Reviews & More","q9w5f5h8/quince-com-product-scraper-prices-discounts-reviews-and-more","https://www.coreclaw.com/q9w5f5h8/quince-com-product-scraper-prices-discounts-reviews-and-more?fpr=chris69","Other","Techforce Global","Search products and walk away with selling prices, retail prices, discounts, hero images, and the latest customer reviews for every product, ready to drop into your spreadsheet, dashboard, or BI tool. The Quince.com Product Scraper turns catalog into clean, structured product data in minutes."
"Reddit Scraper(for Posts, Comments & Media Data Effortlessly)","wahlberg/reddit-scraper","https://www.coreclaw.com/wahlberg/reddit-scraper?fpr=chris69","Other","ewalb","Scrape public Reddit posts, comments, votes, media, and metadata by URL or keyword. Support sorting, filtering, and structured output for research, monitoring, and analysis."
"SHEIN Product Scraper (Keyword/Category-Driven)","yankun-guo/shein_keyword","https://www.coreclaw.com/yankun-guo/shein_keyword?fpr=chris69","Other","yankun guo","A scalable tool to automatically discover, parse, and extract structured SHEIN product data through three input modes (keyword, category URL, category ID). It supports multi-regional SHEIN sites (US/UK/DE/FR, etc.), customizable sorting rules, and extraction of core product attributes (price, rating, sales volume, badges, etc.), ideal for price tracking, competitor research, trend analysis, and listing monitoring."
"SHEIN Single Product Extractor (URL/ID)","yankun-guo/shein_product_particulars","https://www.coreclaw.com/yankun-guo/shein_product_particulars?fpr=chris69","Other","yankun guo","A dedicated tool to extract structured detailed data for individual SHEIN products via product URL or product ID. It connects to a remote Chromium instance, automatically bypasses SHEIN's risk verification, loads the target product page, parses complete product attributes, and returns normalized data. Supports 10+ regional SHEIN sites and configurable workflow retries, ideal for product information monitoring, price tracking, competitor research, and trend analysis."
"Shopify Product Scraper","odin-kael/shopify-scraper-worker","https://www.coreclaw.com/odin-kael/shopify-scraper-worker?fpr=chris69","Other","Kael Odin","Extract titles, prices, SKUs, variants, images, inventory status & metadata from any Shopify store. Just enter the URL—we handle sitemap discovery, WAF bypass & structured output automatically."
"Twitter Post Scraper (by Post URL)","mn06pz6r/gen-ju-tui-wen-url-huo-qu-tui-wen-xin-xi","https://www.coreclaw.com/mn06pz6r/gen-ju-tui-wen-url-huo-qu-tui-wen-xin-xi?fpr=chris69","Other","mn06pz6r","Twitter Post Scraper (by Post URL) extracts a single Twitter/X post with all its details by post URL. Provide one or more tweet URLs and it will return the full post data including engagement metrics, media, hashtags, and author information."
"Twitter Post Scraper (by Profile URL)","mn06pz6r/gen-ju-ge-ren-zhu-ye-url-huo-qu-tui-wen-xin-xi","https://www.coreclaw.com/mn06pz6r/gen-ju-ge-ren-zhu-ye-url-huo-qu-tui-wen-xin-xi?fpr=chris69","Other","mn06pz6r","Twitter Post Scraper (by Profile URL) extracts recent tweets from any public Twitter/X profile. Provide one or more profile URLs and it will fetch the latest posts along with engagement metrics and author details."
"Twitter Profile Scraper (by Profile URL)","mn06pz6r/gen-ju-x-ge-ren-zhu-ye-url-huo-qu-yong-hu-xin-xi","https://www.coreclaw.com/mn06pz6r/gen-ju-x-ge-ren-zhu-ye-url-huo-qu-yong-hu-xin-xi?fpr=chris69","Other","mn06pz6r","Twitter Profile Scraper (by Profile URL) extracts a complete Twitter/X profile and its recent tweets in a single run. Provide one or more profile URLs and it will return the full profile metadata along with an array of recent posts."
"Twitter Profile Scraper (by Username)","mn06pz6r/gen-ju-yong-hu-ming-huo-qu-x-ge-ren-xin-xi","https://www.coreclaw.com/mn06pz6r/gen-ju-yong-hu-ming-huo-qu-x-ge-ren-xin-xi?fpr=chris69","Other","mn06pz6r","Twitter Profile Scraper (by Username) extracts a complete Twitter/X profile and its recent tweets using just a username. Provide one or more usernames and it will return the full profile metadata along with an array of recent posts."
"Username Finder","odin-kael/username-finder","https://www.coreclaw.com/odin-kael/username-finder?fpr=chris69","Other","Kael Odin","Check if a username is available or taken across a vast range of social media platforms, covering over 400+ social networks. Built upon the popular Sherlock project, it supports concurrent requests, multiple detection methods, WAF detection, and detailed results."
"Yahoo Finance Scraper","odin-kael/worker-yfinance","https://www.coreclaw.com/odin-kael/worker-yfinance?fpr=chris69","Other","Kael Odin","Get global stock market data from Yahoo Finance, supporting US stocks, Hong Kong stocks, and A-shares. Extract comprehensive data including historical OHLCV, company information, financial statements, dividend history, split history, and analyst ratings. No coding required. Export to CSV or JSON with one click."
"Domain Email Finder","odin-kael/domain-email-finder","https://www.coreclaw.com/odin-kael/domain-email-finder?fpr=chris69","SEO & Marketing","Kael Odin","Find public email addresses for a website or domain. Domain Email Finder is a Coreclaw Python Worker that crawls a target website, checks common contact-related pages, queries selected free public sources, and outputs deduplicated email findings with source attribution, classification, confidence,"
"SEO Audit Tool","odin-kael/seo-audit-tool","https://www.coreclaw.com/odin-kael/seo-audit-tool?fpr=chris69","SEO & Marketing","Kael Odin","SEO Audit Tool provides 40+ comprehensive SEO checks covering page basics, semantic structure, link health, media optimization, technical SEO and more. It outputs standardized JSON results for one-stop website SEO health checks, issue detection and optimization analysis."
"TikTok Bulk Video Scraper","coreclaw/tiktok-post-data-scraper","https://www.coreclaw.com/coreclaw/tiktok-post-data-scraper?fpr=chris69","TikTok","CoreClaw","Extract public TikTok post data via profile URLs, including engagement, viral trends and audio info. One-click CSV/JSON export, zero code required."
"TikTok Comment Scraper(by posts URL)","coreclaw/tiktok-comments-scraper","https://www.coreclaw.com/coreclaw/tiktok-comments-scraper?fpr=chris69","TikTok","CoreClaw","Extract public TikTok video comment data in batches by entering video URLs, including comment content, user information, like counts, reply lists, etc., outputting in CSV or JSON format. Supports sentiment analysis and user insights with zero-code operation and one-click structured data export."
"TikTok Data Extractor","q9w5f5h8/tiktok-data-extractor","https://www.coreclaw.com/q9w5f5h8/tiktok-data-extractor?fpr=chris69","TikTok","Techforce Global","Extract comprehensive TikTok data with a single click profiles with detailed metrics (followers, engagement, verification status), video analytics (views, likes, comments, hashtags), and hashtag trending data. Built with anti-detection technology for reliable scraping."
"TikTok Profile Data Scraper (by URL)","coreclaw/tiktok-profile-scraper","https://www.coreclaw.com/coreclaw/tiktok-profile-scraper?fpr=chris69","TikTok","CoreClaw","By entering URLs, batch extract public TikTok creator profile data, including bio, follower count, content performance, engagement metrics, and more, outputting in CSV or JSON format. Support user analysis and marketing decisions with zero-code operation and one-click export of structured data."
"TikTok Profile Scraper(by search URL )","coreclaw/tiktok-profile-data-scraper","https://www.coreclaw.com/coreclaw/tiktok-profile-data-scraper?fpr=chris69","TikTok","CoreClaw","Extract public TikTok creator profile data using search URLs, including bio, follower counts, content performance and engagement metrics, without platform API limitations. Supports data export, API calls and third-party integrations."
"TikTok Scraper","vew5uoxb/tiktok-duo-gong-neng-jie-kou","https://www.coreclaw.com/vew5uoxb/tiktok-duo-gong-neng-jie-kou?fpr=chris69","TikTok","vew5uoxb","TikTok Scraper can extract multiple data points from TikTok and export them into the format of your choice. You can then use this data in your own data projects, business reports, and as a basis for new applications."
"TikTok Shop Product Scraper ( for E-commerce Data)","coreclaw/tiktok-shop-scraper","https://www.coreclaw.com/coreclaw/tiktok-shop-scraper?fpr=chris69","TikTok","CoreClaw","Extract public TikTok Shop store data using shop URLs, including store details, product info, pricing, sales data and reviews, without platform API limitations. Supports data export, API calls and third-party integrations."
"TikTok Video Data Scraper(by URL)","vew5uoxb/tiktok-gen-ju-shi-pin-url-huo-qu-shu-ju","https://www.coreclaw.com/vew5uoxb/tiktok-gen-ju-shi-pin-url-huo-qu-shu-ju?fpr=chris69","TikTok","vew5uoxb","No coding required. Extract TikTok video data by URL in bulk: likes, comments, views, author followers. Auto-generate spreadsheets for content analysis and influencer research."
"TikTok Video Scraper","coreclaw/tiktok-posts-scraper-tool","https://www.coreclaw.com/coreclaw/tiktok-posts-scraper-tool?fpr=chris69","TikTok","CoreClaw","By entering post list URLs, batch extract public TikTok post data, including video content, engagement metrics, viral potential, audio data, and more, outputting in CSV or JSON format. Support content analysis and marketing decisions with zero-code operation and one-click export of structured data."
"Walmart Product Data Scraper(by URL)","coreclaw/walmart-product-scraper-api","https://www.coreclaw.com/coreclaw/walmart-product-scraper-api?fpr=chris69","Walmart","CoreClaw","Enter a Walmart product URL to extract product details and related data, including price, SKU, brand, rating, reviews, and more. Ideal for single-product research, price tracking, and product data management. Supports structured export and third-party integrations."
"Walmart Product Scraper(by Category URL)","coreclaw/walmart-product-by-category-url","https://www.coreclaw.com/coreclaw/walmart-product-by-category-url?fpr=chris69","Walmart","CoreClaw","Our Walmart product scraper extracts key data: URL, price, SKU, currency, GTIN, brand, reviews, description, name, category, image, rating, size, color, seller, nutrition, variants, etc. Supports category scraping; results in structured formats."
"Walmart Product Scraper(by Keywords)","coreclaw/walmart-product-scraper","https://www.coreclaw.com/coreclaw/walmart-product-scraper?fpr=chris69","Walmart","CoreClaw","Extract detailed product data from Walmart, including prices, SKUs, brands, ratings, reviews, seller information, nutrition facts, and product variants. Ideal for product research, price monitoring, and competitor analysis. Supports structured exports, API access, and third-party integrations."
"Walmart Product Scraper(by SKU)","coreclaw/walmart-product-data-scraper","https://www.coreclaw.com/coreclaw/walmart-product-data-scraper?fpr=chris69","Walmart","CoreClaw","Extract detailed Walmart product data using product SKUs, including price, SKU, brand, rating, nutrition information, and product variants. Ideal for product validation, product mapping, and structured product management. Supports structured data export."
"Unified YouTube Scraper | Bulk Extract Video Metadata, Subtitles & Comments","marianne-turner/youtube-scraper","https://www.coreclaw.com/marianne-turner/youtube-scraper?fpr=chris69","YouTube","Marianne Turner","Auto-detect URLs or keywords to bulk extract full metadata for YouTube videos, channels & playlists. Download subtitles & comments, export to JSON/CSV. Perfect for market research & competitor analysis."
"YouTube Channel Scraper(by URL)","coreclaw/youtube-channel-scraper","https://www.coreclaw.com/coreclaw/youtube-channel-scraper?fpr=chris69","YouTube","CoreClaw","Extract public profile data in bulk by entering a URL, including channel name, subscriber count, video count, view count, description and popular videos. Export in CSV or JSON format for competitor analysis and user research, with one-click structured data export."
"YouTube Comments & Replies Scraperby ID","coreclaw/youtube-comment-scraper","https://www.coreclaw.com/coreclaw/youtube-comment-scraper?fpr=chris69","YouTube","CoreClaw","Extract public YouTube video comments in bulk via video IDs, including content, commenter details, likes, replies, and author interactions. Export structured data to CSV or JSON with one click for sentiment analysis and user insights."
"YouTube Creator Business Email Scraper & Contact Extractor","coreclaw/youtube-channel-email-scraper","https://www.coreclaw.com/coreclaw/youtube-channel-email-scraper?fpr=chris69","YouTube","CoreClaw","Pull real YouTube creator business emails in bulk from channel IDs, handles, or URLs. Most other YouTube email scrapers only grab public metadata — this one actually clicks the ""View email address"" button with logged-in Google accounts to retrieve the genuine business email that creators publish for inquiries. Built for influencer outreach, sponsorship prospecting, and bulk YouTube lead generation at scale. Whether you need a YouTube influencer contact scraper for a one-off campaign or a bulk YouTube email extraction tool for ongoing prospecting, this worker has you covered."
"YouTube Scraper","vew5uoxb/youtube-duo-gong-neng-jie-kou","https://www.coreclaw.com/vew5uoxb/youtube-duo-gong-neng-jie-kou?fpr=chris69","YouTube","vew5uoxb","YouTube Scraper can extract video metadata from YouTube through multiple collection modes and export them into the format of your choice. You can then use this data in your own data projects, business reports, and as a basis for new applications."
"YouTube Scraperby ID","coreclaw/youtube-scraper","https://www.coreclaw.com/coreclaw/youtube-scraper?fpr=chris69","YouTube","CoreClaw","Extract public YouTube video data in bulk via video IDs, including title, description, channel info, views, likes, comments and duration. Export structured data to CSV or JSON with one click for content analysis and statistics."
"YouTube Search Scraper(by keywords)","coreclaw/youtube-search-filter-scraper","https://www.coreclaw.com/coreclaw/youtube-search-filter-scraper?fpr=chris69","YouTube","CoreClaw","A keyword-based YouTube search results scraper with advanced filtering capabilities. Search by keywords and apply multi-dimensional filters including upload date, content type, duration, and features to quickly identify your target videos."
"YouTube Video Details Scraper (by URL)","vew5uoxb/youtube-gen-ju-shi-pin-url-huo-qu-xiang-xi-xin-xi","https://www.coreclaw.com/vew5uoxb/youtube-gen-ju-shi-pin-url-huo-qu-xiang-xi-xin-xi?fpr=chris69","YouTube","vew5uoxb","Enter URL to obtain video ID, title, author name, channel ID, subscriber count, view count, publish date, video duration, likes and comments."
"YouTube Video List Scraperby keywords ","coreclaw/youtube-data-scraper","https://www.coreclaw.com/coreclaw/youtube-data-scraper?fpr=chris69","YouTube","CoreClaw","By entering keywords, batch extract public YouTube channel data, including channel name, subscriber count, video count, view count, description, popular videos, etc., outputting in CSV or JSON format. Supports competitor analysis, user research, zero-code operation, one-click export of structured data."
"Zillow Scraper(by URL)","coreclaw/zillow-product-by-url","https://www.coreclaw.com/coreclaw/zillow-product-by-url?fpr=chris69","Zillow","CoreClaw","Extract structured property data from Zillow property detail pages, including price, address, bedrooms, bathrooms, square footage, property type, tax history, price history, coordinates, and market valuations."
title,path,url,category,source,platform,author,description
"Amazon / eBay Product Scraper","xgbetu6d/amazon-product-scraper-keyword-v2","https://www.coreclaw.com/xgbetu6d/amazon-product-scraper-keyword-v2?fpr=chris69","E-Commerce & Marketplaces","Amazon","Amazon","xgbetu6d","Amazon / eBay Product Scraper can collect product listings from Amazon or eBay by keyword and export the data in your preferred format. You can use this data for competitive analysis, price monitoring, or as a data foundation for new applications and automated workflows."
"Amazon Price Scraper(by Keywords)","coreclaw/amazon-product-scraper","https://www.coreclaw.com/coreclaw/amazon-product-scraper?fpr=chris69","E-Commerce & Marketplaces","Amazon","Amazon","CoreClaw","Batch-scrape real-time Amazon product pricing data via keyword search and automatically compile comprehensive product pricing insights. Bypass API restrictions to retrieve accurate pricing data, helping sellers benchmark competitor prices and optimize product pricing strategies."
"Amazon Product Listing Scraper(by Keywords&Domain )","coreclaw/amazon-product-scraper-api","https://www.coreclaw.com/coreclaw/amazon-product-scraper-api?fpr=chris69","E-Commerce & Marketplaces","Amazon","Amazon","CoreClaw","Fetch real-time Amazon search data via keyword search and domain filtering. Bypass API limitations to obtain accurate ranking and domain-based product data for keyword optimization and competitor tracking."
"Amazon Product Scraper (by ASIN )","coreclaw/amazon-product-data-scraper-api","https://www.coreclaw.com/coreclaw/amazon-product-data-scraper-api?fpr=chris69","E-Commerce & Marketplaces","Amazon","Amazon","CoreClaw","Extract public Amazon product data by ASINs. Capture details such as product title, brand, price, reviews, seller information, ranking, images, category, product details, and more. Export the data, access it via API, or integrate it with third-party tools."
"Amazon Product Scraper (Prices, Reviews & Listings)","coreclaw/amazon-global-product-scraper","https://www.coreclaw.com/coreclaw/amazon-global-product-scraper?fpr=chris69","E-Commerce & Marketplaces","Amazon","Amazon","CoreClaw","Extract public product data from Amazon global marketplaces by keywords. Capture details such as product title, brand, price, discount, currency, review count, ASIN, sales, ranking, and more. Export the data, access it via API, or integrate it with third-party tools."
"Amazon Product Scraping (for Price Monitoring)","odin-kael/amazon-product-scraper","https://www.coreclaw.com/odin-kael/amazon-product-scraper?fpr=chris69","E-Commerce & Marketplaces","Amazon","Amazon","Kael Odin","Bulk scrape product details via Amazon product URL, including title, price, rating, review count, images, category and more. Supports Amazon domains across 10+ countries, with 2,000 free credits for new users."
"Amazon Reviews Scraper (for Product Insights)","coreclaw/amazon-reviews-scraper","https://www.coreclaw.com/coreclaw/amazon-reviews-scraper?fpr=chris69","E-Commerce & Marketplaces","Amazon","Amazon","CoreClaw","Extract public Amazon product review data by URL. Capture details such as review content, rating, review date, reviewer information, verified purchase status, and more. Export the data, access it via API, or integrate it with third-party tools."
"Amazon Scraper API (by URL)","coreclaw/amazon-product-scraper-tool","https://www.coreclaw.com/coreclaw/amazon-product-scraper-tool?fpr=chris69","E-Commerce & Marketplaces","Amazon","Amazon","CoreClaw","Enter a URL to call the data scraping API and instantly extract full public product and store data. Bypass official API limits with accurate and stable results, enabling cross-border sellers and developers to automate data synchronization and streamline business workflows."
"Amazon Scraper(by URL)","coreclaw/amazon-global-product-scraper-tool","https://www.coreclaw.com/coreclaw/amazon-global-product-scraper-tool?fpr=chris69","E-Commerce & Marketplaces","Amazon","Amazon","CoreClaw","Extract public product data from Amazon global marketplaces by URLs, including product title, brand, seller, price, discount, and more. Export the data, access it via API, or integrate it with third-party tools."
"Amazon Search Results Scraper (for Product Data & Keyword Insights)","coreclaw/amazon-global-product-data-scraper","https://www.coreclaw.com/coreclaw/amazon-global-product-data-scraper?fpr=chris69","E-Commerce & Marketplaces","Amazon","Amazon","CoreClaw","Fetch real-time Amazon product and ranking data by category page URL. Get accurate listing data for product optimization and niche analysis."
"Amazon Search Results Scraperfor Product & Ranking Analysis","coreclaw/amazon-product-data-scraper","https://www.coreclaw.com/coreclaw/amazon-product-data-scraper?fpr=chris69","E-Commerce & Marketplaces","Amazon","Amazon","CoreClaw","Enter an Amazon category URL to bulk scrape full category search rankings, product details and ranking data. Support real-time scraping across global marketplaces with no official API key and no usage limits, enabling efficient category competitor analysis, ranking monitoring and niche market research."
"Amazon Search Scraper","odin-kael/amazon-search-product-scraper","https://www.coreclaw.com/odin-kael/amazon-search-product-scraper?fpr=chris69","E-Commerce & Marketplaces","Amazon","Amazon","Kael Odin","Batch search Amazon products by keyword and extract comprehensive data, including ASIN, title, price, rating, reviews, Prime status, brand badges, and more. Supports multiple Amazon marketplaces. No coding required. Export to CSV/JSON with one click."
"Scrape Amazon Bestsellers (for Market Trends)","coreclaw/scrape-amazon-product-data","https://www.coreclaw.com/coreclaw/scrape-amazon-product-data?fpr=chris69","E-Commerce & Marketplaces","Amazon","Amazon","CoreClaw","Extract Amazon best sellers product data by Best Sellers page URLs. Capture details such as product title, brand, price, reviews, ASIN, ranking, images, seller information, and more. Export the data, access it via API, or integrate it with third-party tools."
"Scrape Amazon Product Details by UPC (Price, Reviews & Sellers)","coreclaw/scrape-amazon-products","https://www.coreclaw.com/coreclaw/scrape-amazon-products?fpr=chris69","E-Commerce & Marketplaces","Amazon","Amazon","CoreClaw","Extract public Amazon product data by product UPC, including product title, brand, price, reviews, ASIN, seller information, ranking, product details, and more. Export the data, access it via API, or integrate it with third-party tools."
"eBay Product Data Scraper(by URL)","coreclaw/ebay-scraper-tool","https://www.coreclaw.com/coreclaw/ebay-scraper-tool?fpr=chris69","E-Commerce & Marketplaces","eBay","eBay","CoreClaw","Extract public eBay product data by URLs. Capture details such as product title, item ID, category, price, seller information, shipping, return policy, and more. Export the data, access it via API, or integrate it with third-party tools."
"eBay Product Scraper(by Keywords)","coreclaw/ebay-data-scraper","https://www.coreclaw.com/coreclaw/ebay-data-scraper?fpr=chris69","E-Commerce & Marketplaces","eBay","eBay","CoreClaw","Extract public eBay product data by keywords. Capture details such as product URL, title, price, reviews, seller information, shipping, return policy, and more. Export the data in structured formats, access it via API, or integrate it with third-party tools."
"eBay Store Scraper(by Store URL)","coreclaw/ebay-scraper","https://www.coreclaw.com/coreclaw/ebay-scraper?fpr=chris69","E-Commerce & Marketplaces","eBay","eBay","CoreClaw","Extract public eBay product data by store URLs. Capture details such as product title, item ID, price, condition, seller information, reviews, shipping, return policy, and more. Export the data, access it via API, or integrate it with third-party tools."
"Google Play Scraper","stephen-curry/google-play-scraper","https://www.coreclaw.com/stephen-curry/google-play-scraper?fpr=chris69","E-Commerce & Marketplaces","Google Play Store","Google Play Store","Stephen Curry","One-click extraction of core data from Google Play apps, including app name, developer, rating, downloads and reviews. Supports CSV/JSON export. Anti-blocking technology ensures stable scraping with no coding required for one-click structured data export."
"Product Hunt Scraper","odin-kael/product-hunt-scraper","https://www.coreclaw.com/odin-kael/product-hunt-scraper?fpr=chris69","E-Commerce & Marketplaces","Product Hunt","Other","Kael Odin","Product Hunt Scraper CoreClaw Worker to scrape trending products by keyword for market research, competitor tracking, lead generation and AI startup trend monitoring. Support API, feed, browser and proxy auto strategy."
"Quince.com Product Scraper - Prices, Discounts, Reviews & More","q9w5f5h8/quince-com-product-scraper-prices-discounts-reviews-and-more","https://www.coreclaw.com/q9w5f5h8/quince-com-product-scraper-prices-discounts-reviews-and-more?fpr=chris69","E-Commerce & Marketplaces","Quince","Other","Techforce Global","Search products and walk away with selling prices, retail prices, discounts, hero images, and the latest customer reviews for every product, ready to drop into your spreadsheet, dashboard, or BI tool. The Quince.com Product Scraper turns catalog into clean, structured product data in minutes."
"SHEIN Product Scraper (Keyword/Category-Driven)","yankun-guo/shein_keyword","https://www.coreclaw.com/yankun-guo/shein_keyword?fpr=chris69","E-Commerce & Marketplaces","SHEIN","Other","yankun guo","A scalable tool to automatically discover, parse, and extract structured SHEIN product data through three input modes (keyword, category URL, category ID). It supports multi-regional SHEIN sites (US/UK/DE/FR, etc.), customizable sorting rules, and extraction of core product attributes (price, rating, sales volume, badges, etc.), ideal for price tracking, competitor research, trend analysis, and listing monitoring."
"SHEIN Single Product Extractor (URL/ID)","yankun-guo/shein_product_particulars","https://www.coreclaw.com/yankun-guo/shein_product_particulars?fpr=chris69","E-Commerce & Marketplaces","SHEIN","Other","yankun guo","A dedicated tool to extract structured detailed data for individual SHEIN products via product URL or product ID. It connects to a remote Chromium instance, automatically bypasses SHEIN's risk verification, loads the target product page, parses complete product attributes, and returns normalized data. Supports 10+ regional SHEIN sites and configurable workflow retries, ideal for product information monitoring, price tracking, competitor research, and trend analysis."
"Shopify Product Scraper","odin-kael/shopify-scraper-worker","https://www.coreclaw.com/odin-kael/shopify-scraper-worker?fpr=chris69","E-Commerce & Marketplaces","Shopify","Other","Kael Odin","Extract titles, prices, SKUs, variants, images, inventory status & metadata from any Shopify store. Just enter the URL—we handle sitemap discovery, WAF bypass & structured output automatically."
"TikTok Shop Product Scraper ( for E-commerce Data)","coreclaw/tiktok-shop-scraper","https://www.coreclaw.com/coreclaw/tiktok-shop-scraper?fpr=chris69","E-Commerce & Marketplaces","TikTok","TikTok","CoreClaw","Extract public TikTok Shop store data using shop URLs, including store details, product info, pricing, sales data and reviews, without platform API limitations. Supports data export, API calls and third-party integrations."
"Walmart Product Data Scraper(by URL)","coreclaw/walmart-product-scraper-api","https://www.coreclaw.com/coreclaw/walmart-product-scraper-api?fpr=chris69","E-Commerce & Marketplaces","Walmart","Walmart","CoreClaw","Enter a Walmart product URL to extract product details and related data, including price, SKU, brand, rating, reviews, and more. Ideal for single-product research, price tracking, and product data management. Supports structured export and third-party integrations."
"Walmart Product Scraper(by Category URL)","coreclaw/walmart-product-by-category-url","https://www.coreclaw.com/coreclaw/walmart-product-by-category-url?fpr=chris69","E-Commerce & Marketplaces","Walmart","Walmart","CoreClaw","Our Walmart product scraper extracts key data: URL, price, SKU, currency, GTIN, brand, reviews, description, name, category, image, rating, size, color, seller, nutrition, variants, etc. Supports category scraping; results in structured formats."
"Walmart Product Scraper(by Keywords)","coreclaw/walmart-product-scraper","https://www.coreclaw.com/coreclaw/walmart-product-scraper?fpr=chris69","E-Commerce & Marketplaces","Walmart","Walmart","CoreClaw","Extract detailed product data from Walmart, including prices, SKUs, brands, ratings, reviews, seller information, nutrition facts, and product variants. Ideal for product research, price monitoring, and competitor analysis. Supports structured exports, API access, and third-party integrations."
"Walmart Product Scraper(by SKU)","coreclaw/walmart-product-data-scraper","https://www.coreclaw.com/coreclaw/walmart-product-data-scraper?fpr=chris69","E-Commerce & Marketplaces","Walmart","Walmart","CoreClaw","Extract detailed Walmart product data using product SKUs, including price, SKU, brand, rating, nutrition information, and product variants. Ideal for product validation, product mapping, and structured product management. Supports structured data export."
"Facebook Comments Scraper(by URL)","coreclaw/facebook-comments-scraper","https://www.coreclaw.com/coreclaw/facebook-comments-scraper?fpr=chris69","Social & Creator Data","Facebook","Facebook","CoreClaw","Extract public Facebook comments in bulk via post URLs, including commenter, content, likes and replies. One-click CSV/JSON export, no coding needed."
"Facebook Event Scraper (by Event List URL)","mn06pz6r/facebook-huo-dong-lie-biao-zhua-qu-gong-ju-by-eventlist-url","https://www.coreclaw.com/mn06pz6r/facebook-huo-dong-lie-biao-zhua-qu-gong-ju-by-eventlist-url?fpr=chris69","Social & Creator Data","Facebook","Facebook","mn06pz6r","Facebook Event Scraper (by Event List URL) extracts event data from Facebook venue event list pages. Provide a venue's `/events` or `/upcoming_hosted_events` URL, and the scraper will automatically discover all individual event links on the page, then concurrently fetch and parse each event's detail page."
"Facebook Event Scraper (by Event URL)","mn06pz6r/facebook-huo-dong-nei-rong-zhua-qu-gong-ju-by-url","https://www.coreclaw.com/mn06pz6r/facebook-huo-dong-nei-rong-zhua-qu-gong-ju-by-url?fpr=chris69","Social & Creator Data","Facebook","Facebook","mn06pz6r","Facebook Event Scraper (by Event URL) extracts event data by directly visiting individual Facebook event detail page URLs. When you already have specific event links, this scraper fetches each one concurrently and parses the full event details from the HTML."
"Facebook Event Scraper (by Search URL)","mn06pz6r/facebook-huo-dong-lie-biao-zhua-qu-gong-ju-by-search-url","https://www.coreclaw.com/mn06pz6r/facebook-huo-dong-lie-biao-zhua-qu-gong-ju-by-search-url?fpr=chris69","Social & Creator Data","Facebook","Facebook","mn06pz6r","Facebook Event Scraper (by Search URL) extracts event data from Facebook event search and explore pages. Provide an event search URL (e.g. `/events/explore/` filtered by location or category), and the scraper will automatically discover all individual event links on the search results page, then concurrently fetch and parse each event's detail page."
"Facebook Events Scraper(by Events URL)","coreclaw/facebook-events-scraper","https://www.coreclaw.com/coreclaw/facebook-events-scraper?fpr=chris69","Social & Creator Data","Facebook","Facebook","CoreClaw","Extract public Facebook event data in bulk via URLs, including details, attendance and organizer info. One-click CSV/JSON export, no coding required."
"Facebook Pages Scraper(by List URL)","coreclaw/facebook-events-scraper-api","https://www.coreclaw.com/coreclaw/facebook-events-scraper-api?fpr=chris69","Social & Creator Data","Facebook","Facebook","CoreClaw","Extract public Facebook event data in bulk from event list URLs, including basic info, organizer and participant data. Export CSV/JSON with one click, no coding required."
"Facebook Post Scraper(by URL)","coreclaw/facebook-posts-scraper","https://www.coreclaw.com/coreclaw/facebook-posts-scraper?fpr=chris69","Social & Creator Data","Facebook","Facebook","CoreClaw","Extract data in real time via URLs, easily capture posts, shares and engagement metrics, free from complex infrastructure maintenance and IP blocks. One-click CSV/JSON export supported."
"Facebook Post Scraper(by URL)","mn06pz6r/facebook-tie-zi-nei-rong-zhua-qu-gong-ju-by-url","https://www.coreclaw.com/mn06pz6r/facebook-tie-zi-nei-rong-zhua-qu-gong-ju-by-url?fpr=chris69","Social & Creator Data","Facebook","Facebook","mn06pz6r","Facebook Post Scraper extracts post content and engagement data from Facebook by visiting individual post URLs. It fetches each post page concurrently and parses the text content, media attachments, reactions, comments, shares, and other metadata."
"Facebook Posts Scraper","marianne-turner/facebook-scraper","https://www.coreclaw.com/marianne-turner/facebook-scraper?fpr=chris69","Social & Creator Data","Facebook","Facebook","Marianne Turner","Extract posts from public Facebook Pages into structured data — post text, timestamps, reactions, comments, shares, author info, media attachments, and more. No Facebook login or API token required."
"Facebook Profile Scraper(by URL)","mn06pz6r/facebook-ge-ren-zi-liao-zhua-qu-gong-ju-by-url","https://www.coreclaw.com/mn06pz6r/facebook-ge-ren-zi-liao-zhua-qu-gong-ju-by-url?fpr=chris69","Social & Creator Data","Facebook","Facebook","mn06pz6r","Facebook Profile Scraper extracts profile information from Facebook by visiting individual profile URLs. It fetches each profile page concurrently and parses key data such as name, bio, followers, page likes, work history, education, and more. Supports both personal profiles and public pages."
"Facebook Reel Scraper","mmi0cuhn/huo-qu-facebook-shi-pin-xiang-qing","https://www.coreclaw.com/mmi0cuhn/huo-qu-facebook-shi-pin-xiang-qing?fpr=chris69","Social & Creator Data","Facebook","Facebook","mmi0cuhn","Batch extract Facebook Reel video details. Get views, likes, comments, shares, author info, follower count and more. Supports proxy configuration and structured JSON output."
"Facebook Search Scraper(by Search URL)","coreclaw/facebook-events-data-scraper","https://www.coreclaw.com/coreclaw/facebook-events-data-scraper?fpr=chris69","Social & Creator Data","Facebook","Facebook","CoreClaw","Extract public Facebook event data in bulk via search URLs, including event details, organizer and attendance info. Export clean CSV/JSON with one click, no coding needed."
"Scrape Facebook Profiles(by URL)","coreclaw/facebook-profile-scraper","https://www.coreclaw.com/coreclaw/facebook-profile-scraper?fpr=chris69","Social & Creator Data","Facebook","Facebook","CoreClaw","Scrape Facebook profiles by inputting a profile URL, including basic user information, work experience, education background, contact information, etc., and output them in CSV or JSON format."
"Instagram Bulk Post Scraper(by Profiles URL)","coreclaw/instagram-posts-by-profiles-url","https://www.coreclaw.com/coreclaw/instagram-posts-by-profiles-url?fpr=chris69","Social & Creator Data","Instagram","Instagram","CoreClaw","Extract public Instagram post data in bulk by profile URL, including post content, engagement metrics, author information, and media links. Filter by date range and post type. Export to CSV/JSON with one click. No coding required."
"Instagram Comment Scraper(by Post URL)","coreclaw/instagram-comment-scraper","https://www.coreclaw.com/coreclaw/instagram-comment-scraper?fpr=chris69","Social & Creator Data","Instagram","Instagram","CoreClaw","Instagram Comment Scraper (by Post URL) extracts comments from Instagram posts and Reels. You can use the scraped comment data for sentiment analysis, audience research, content moderation, and building engagement reports."
"Instagram Comments Scraper","mn06pz6r/instagram-zuo-pin-ping-lun-cai-ji","https://www.coreclaw.com/mn06pz6r/instagram-zuo-pin-ping-lun-cai-ji?fpr=chris69","Social & Creator Data","Instagram","Instagram","mn06pz6r","Instagram Comments Scraper extracts comments from Instagram posts, reels, and TV posts using Instagram's GraphQL API. You can use the scraped comment data for sentiment analysis, audience research, content moderation, and building engagement reports."
"Instagram Content & Profile Scraper","marianne-turner/instagram-scraper","https://www.coreclaw.com/marianne-turner/instagram-scraper?fpr=chris69","Social & Creator Data","Instagram","Instagram","Marianne Turner","A unified Instagram scraper designed to extract publicly available data from Instagram through multiple input methods. With CoreClaw, you can pull posts, profile details, comments, reels, and mentions from Instagram URLs or keyword searches with zero code, empowering social media research, influencer analysis, content monitoring, and competitive intelligence"
"Instagram Post Scraper(by Post URL)","coreclaw/instagram-post-scraper","https://www.coreclaw.com/coreclaw/instagram-post-scraper?fpr=chris69","Social & Creator Data","Instagram","Instagram","CoreClaw","Extract public Instagram post data via URLs, including user info, engagement and profile details. One-click CSV/JSON export, batch scraping, no coding needed."
"Instagram Profile Data Scraper(by Profile URL)","coreclaw/instagram-profile-scraper","https://www.coreclaw.com/coreclaw/instagram-profile-scraper?fpr=chris69","Social & Creator Data","Instagram","Instagram","CoreClaw","Extract public Instagram profile data by input URLs, including usernames, IDs, bios, locations, website URLs, follower counts, and comment counts. Supports data exporting, API integration, and synchronization with third-party tools."
"Instagram Profile Scraper(by UserName )","coreclaw/instagram-profile-data-scraper","https://www.coreclaw.com/coreclaw/instagram-profile-data-scraper?fpr=chris69","Social & Creator Data","Instagram","Instagram","CoreClaw","Extract public Instagram profile data by input username, including usernames, IDs, bios, locations, website URLs, follower counts, and comment counts. Supports data exporting, API integration, and synchronization with third-party tools."
"Instagram Reel Details Scraper(by URL)","mmi0cuhn/instagram-shi-pin-xin-xi-huo-qu","https://www.coreclaw.com/mmi0cuhn/instagram-shi-pin-xin-xi-huo-qu?fpr=chris69","Social & Creator Data","Instagram","Instagram","mmi0cuhn","Instagram Reel Details Scraper supports batch scraping Reels: likes, comments, author info, followers, caption, hashtags. Proxy supported, structured JSON output for research & analysis."
"Instagram Reels Bulk Scraper(by list URL)","coreclaw/instagram-reel-data-scraper","https://www.coreclaw.com/coreclaw/instagram-reel-data-scraper?fpr=chris69","Social & Creator Data","Instagram","Instagram","CoreClaw","Extract public Reel data from Instagram using a list URL, including creator usernames, titles, hashtags, engagement metrics, and more. Ideal for short-form video trend analysis, content monitoring, and competitor research. Supports structured data output."
"Instagram Reels Scraper(by URL)","coreclaw/instagram-all-reel-scraper","https://www.coreclaw.com/coreclaw/instagram-all-reel-scraper?fpr=chris69","Social & Creator Data","Instagram","Instagram","CoreClaw","Extract public Reel data in bulk using Instagram URLs, including creator usernames, captions, hashtags, comment counts, like counts, views, play counts, engagement metrics, and more. Supports data export, API access, and third-party integrations."
"Instagram Reels Video Scraper(by URL)","coreclaw/instagram-reel-scraper","https://www.coreclaw.com/coreclaw/instagram-reel-scraper?fpr=chris69","Social & Creator Data","Instagram","Instagram","CoreClaw","Enter one or more Reel URLs to extract creator details, hashtags, comments, and engagement metrics from public Instagram Reels, with support for media archiving and structured data output."
"Instagram Video Info Scraper","mn06pz6r/instagram-tie-zi-xiang-qing-cai-ji","https://www.coreclaw.com/mn06pz6r/instagram-tie-zi-xiang-qing-cai-ji?fpr=chris69","Social & Creator Data","Instagram","Instagram","mn06pz6r","Instagram Video Info Scraper can collect detailed public data from Instagram posts, reels, and TV videos, and export it in your preferred format. You can use this data for content analysis, influencer research, or as a data foundation for marketing workflows."
"Username Finder","odin-kael/username-finder","https://www.coreclaw.com/odin-kael/username-finder?fpr=chris69","Social & Creator Data","Multi-platform Social","Other","Kael Odin","Check if a username is available or taken across a vast range of social media platforms, covering over 400+ social networks. Built upon the popular Sherlock project, it supports concurrent requests, multiple detection methods, WAF detection, and detailed results."
"Reddit Scraper(for Posts, Comments & Media Data Effortlessly)","wahlberg/reddit-scraper","https://www.coreclaw.com/wahlberg/reddit-scraper?fpr=chris69","Social & Creator Data","Reddit","Other","ewalb","Scrape public Reddit posts, comments, votes, media, and metadata by URL or keyword. Support sorting, filtering, and structured output for research, monitoring, and analysis."
"TikTok Bulk Video Scraper","coreclaw/tiktok-post-data-scraper","https://www.coreclaw.com/coreclaw/tiktok-post-data-scraper?fpr=chris69","Social & Creator Data","TikTok","TikTok","CoreClaw","Extract public TikTok post data via profile URLs, including engagement, viral trends and audio info. One-click CSV/JSON export, zero code required."
"TikTok Comment Scraper(by posts URL)","coreclaw/tiktok-comments-scraper","https://www.coreclaw.com/coreclaw/tiktok-comments-scraper?fpr=chris69","Social & Creator Data","TikTok","TikTok","CoreClaw","Extract public TikTok video comment data in batches by entering video URLs, including comment content, user information, like counts, reply lists, etc., outputting in CSV or JSON format. Supports sentiment analysis and user insights with zero-code operation and one-click structured data export."
"TikTok Data Extractor","q9w5f5h8/tiktok-data-extractor","https://www.coreclaw.com/q9w5f5h8/tiktok-data-extractor?fpr=chris69","Social & Creator Data","TikTok","TikTok","Techforce Global","Extract comprehensive TikTok data with a single click profiles with detailed metrics (followers, engagement, verification status), video analytics (views, likes, comments, hashtags), and hashtag trending data. Built with anti-detection technology for reliable scraping."
"TikTok Profile Data Scraper (by URL)","coreclaw/tiktok-profile-scraper","https://www.coreclaw.com/coreclaw/tiktok-profile-scraper?fpr=chris69","Social & Creator Data","TikTok","TikTok","CoreClaw","By entering URLs, batch extract public TikTok creator profile data, including bio, follower count, content performance, engagement metrics, and more, outputting in CSV or JSON format. Support user analysis and marketing decisions with zero-code operation and one-click export of structured data."
"TikTok Profile Scraper(by search URL )","coreclaw/tiktok-profile-data-scraper","https://www.coreclaw.com/coreclaw/tiktok-profile-data-scraper?fpr=chris69","Social & Creator Data","TikTok","TikTok","CoreClaw","Extract public TikTok creator profile data using search URLs, including bio, follower counts, content performance and engagement metrics, without platform API limitations. Supports data export, API calls and third-party integrations."
"TikTok Scraper","vew5uoxb/tiktok-duo-gong-neng-jie-kou","https://www.coreclaw.com/vew5uoxb/tiktok-duo-gong-neng-jie-kou?fpr=chris69","Social & Creator Data","TikTok","TikTok","vew5uoxb","TikTok Scraper can extract multiple data points from TikTok and export them into the format of your choice. You can then use this data in your own data projects, business reports, and as a basis for new applications."
"TikTok Video Data Scraper(by URL)","vew5uoxb/tiktok-gen-ju-shi-pin-url-huo-qu-shu-ju","https://www.coreclaw.com/vew5uoxb/tiktok-gen-ju-shi-pin-url-huo-qu-shu-ju?fpr=chris69","Social & Creator Data","TikTok","TikTok","vew5uoxb","No coding required. Extract TikTok video data by URL in bulk: likes, comments, views, author followers. Auto-generate spreadsheets for content analysis and influencer research."
"TikTok Video Scraper","coreclaw/tiktok-posts-scraper-tool","https://www.coreclaw.com/coreclaw/tiktok-posts-scraper-tool?fpr=chris69","Social & Creator Data","TikTok","TikTok","CoreClaw","By entering post list URLs, batch extract public TikTok post data, including video content, engagement metrics, viral potential, audio data, and more, outputting in CSV or JSON format. Support content analysis and marketing decisions with zero-code operation and one-click export of structured data."
"Twitter Post Scraper (by Post URL)","mn06pz6r/gen-ju-tui-wen-url-huo-qu-tui-wen-xin-xi","https://www.coreclaw.com/mn06pz6r/gen-ju-tui-wen-url-huo-qu-tui-wen-xin-xi?fpr=chris69","Social & Creator Data","X / Twitter","Other","mn06pz6r","Twitter Post Scraper (by Post URL) extracts a single Twitter/X post with all its details by post URL. Provide one or more tweet URLs and it will return the full post data including engagement metrics, media, hashtags, and author information."
"Twitter Post Scraper (by Profile URL)","mn06pz6r/gen-ju-ge-ren-zhu-ye-url-huo-qu-tui-wen-xin-xi","https://www.coreclaw.com/mn06pz6r/gen-ju-ge-ren-zhu-ye-url-huo-qu-tui-wen-xin-xi?fpr=chris69","Social & Creator Data","X / Twitter","Other","mn06pz6r","Twitter Post Scraper (by Profile URL) extracts recent tweets from any public Twitter/X profile. Provide one or more profile URLs and it will fetch the latest posts along with engagement metrics and author details."
"Twitter Profile Scraper (by Profile URL)","mn06pz6r/gen-ju-x-ge-ren-zhu-ye-url-huo-qu-yong-hu-xin-xi","https://www.coreclaw.com/mn06pz6r/gen-ju-x-ge-ren-zhu-ye-url-huo-qu-yong-hu-xin-xi?fpr=chris69","Social & Creator Data","X / Twitter","Other","mn06pz6r","Twitter Profile Scraper (by Profile URL) extracts a complete Twitter/X profile and its recent tweets in a single run. Provide one or more profile URLs and it will return the full profile metadata along with an array of recent posts."
"Twitter Profile Scraper (by Username)","mn06pz6r/gen-ju-yong-hu-ming-huo-qu-x-ge-ren-xin-xi","https://www.coreclaw.com/mn06pz6r/gen-ju-yong-hu-ming-huo-qu-x-ge-ren-xin-xi?fpr=chris69","Social & Creator Data","X / Twitter","Other","mn06pz6r","Twitter Profile Scraper (by Username) extracts a complete Twitter/X profile and its recent tweets using just a username. Provide one or more usernames and it will return the full profile metadata along with an array of recent posts."
"Unified YouTube Scraper | Bulk Extract Video Metadata, Subtitles & Comments","marianne-turner/youtube-scraper","https://www.coreclaw.com/marianne-turner/youtube-scraper?fpr=chris69","Social & Creator Data","YouTube","YouTube","Marianne Turner","Auto-detect URLs or keywords to bulk extract full metadata for YouTube videos, channels & playlists. Download subtitles & comments, export to JSON/CSV. Perfect for market research & competitor analysis."
"YouTube Channel Scraper(by URL)","coreclaw/youtube-channel-scraper","https://www.coreclaw.com/coreclaw/youtube-channel-scraper?fpr=chris69","Social & Creator Data","YouTube","YouTube","CoreClaw","Extract public profile data in bulk by entering a URL, including channel name, subscriber count, video count, view count, description and popular videos. Export in CSV or JSON format for competitor analysis and user research, with one-click structured data export."
"YouTube Comments & Replies Scraperby ID","coreclaw/youtube-comment-scraper","https://www.coreclaw.com/coreclaw/youtube-comment-scraper?fpr=chris69","Social & Creator Data","YouTube","YouTube","CoreClaw","Extract public YouTube video comments in bulk via video IDs, including content, commenter details, likes, replies, and author interactions. Export structured data to CSV or JSON with one click for sentiment analysis and user insights."
"YouTube Scraper","vew5uoxb/youtube-duo-gong-neng-jie-kou","https://www.coreclaw.com/vew5uoxb/youtube-duo-gong-neng-jie-kou?fpr=chris69","Social & Creator Data","YouTube","YouTube","vew5uoxb","YouTube Scraper can extract video metadata from YouTube through multiple collection modes and export them into the format of your choice. You can then use this data in your own data projects, business reports, and as a basis for new applications."
"YouTube Scraperby ID","coreclaw/youtube-scraper","https://www.coreclaw.com/coreclaw/youtube-scraper?fpr=chris69","Social & Creator Data","YouTube","YouTube","CoreClaw","Extract public YouTube video data in bulk via video IDs, including title, description, channel info, views, likes, comments and duration. Export structured data to CSV or JSON with one click for content analysis and statistics."
"YouTube Search Scraper(by keywords)","coreclaw/youtube-search-filter-scraper","https://www.coreclaw.com/coreclaw/youtube-search-filter-scraper?fpr=chris69","Social & Creator Data","YouTube","YouTube","CoreClaw","A keyword-based YouTube search results scraper with advanced filtering capabilities. Search by keywords and apply multi-dimensional filters including upload date, content type, duration, and features to quickly identify your target videos."
"YouTube Video Details Scraper (by URL)","vew5uoxb/youtube-gen-ju-shi-pin-url-huo-qu-xiang-xi-xin-xi","https://www.coreclaw.com/vew5uoxb/youtube-gen-ju-shi-pin-url-huo-qu-xiang-xi-xin-xi?fpr=chris69","Social & Creator Data","YouTube","YouTube","vew5uoxb","Enter URL to obtain video ID, title, author name, channel ID, subscriber count, view count, publish date, video duration, likes and comments."
"YouTube Video List Scraperby keywords ","coreclaw/youtube-data-scraper","https://www.coreclaw.com/coreclaw/youtube-data-scraper?fpr=chris69","Social & Creator Data","YouTube","YouTube","CoreClaw","By entering keywords, batch extract public YouTube channel data, including channel name, subscriber count, video count, view count, description, popular videos, etc., outputting in CSV or JSON format. Supports competitor analysis, user research, zero-code operation, one-click export of structured data."
"Google Search Results (SERP) Scraper API","coreclaw/google-search-scraper","https://www.coreclaw.com/coreclaw/google-search-scraper?fpr=chris69","Search, Maps & SEO","Google","Google","CoreClaw","It queries the Google search engine by keyword and returns a structured SERP summary, including the final search parameters, organic results, related queries, and people-also-ask data."
"On-Page Content Checker","odin-kael/content-checker-worker","https://www.coreclaw.com/odin-kael/content-checker-worker?fpr=chris69","Search, Maps & SEO","Google","Google","Kael Odin","Content Checker Worker monitors specific content on any web page and detects changes by comparing previous and current content. When changes are detected, it provides detailed comparison with before/after screenshots."
"Google Maps Reviews Scraper(by place detail URL)","coreclaw/google-maps-reviews-scraper","https://www.coreclaw.com/coreclaw/google-maps-reviews-scraper?fpr=chris69","Search, Maps & SEO","Google Maps","Google Maps","CoreClaw","Google Maps Review Scraper bulk extracts star ratings, text, reviewer details, owner responses, and image URLs. Precisely analyze customer sentiment, monitor competitors, optimize local SEO, and comprehensively boost your business reputation. Supports keyword filtering and multilingual translation, delivers structured data."
"Google Maps Scraper","coreclaw/google-maps-scraper","https://www.coreclaw.com/coreclaw/google-maps-scraper?fpr=chris69","Search, Maps & SEO","Google Maps","Google Maps","CoreClaw","Pull business records in bulk from Google Maps — covering reviews and reviewer details, photos, contact info (full name, email, job title), opening hours, prices and more. From there, export the data, trigger runs via API, schedule and watch them, or wire the results into your other tools."
"SEO Audit Tool","odin-kael/seo-audit-tool","https://www.coreclaw.com/odin-kael/seo-audit-tool?fpr=chris69","Search, Maps & SEO","SEO & Marketing","SEO & Marketing","Kael Odin","SEO Audit Tool provides 40+ comprehensive SEO checks covering page basics, semantic structure, link health, media optimization, technical SEO and more. It outputs standardized JSON results for one-stop website SEO health checks, issue detection and optimization analysis."
"Glassdoor Job Scraper(by URL)","coreclaw/glassdoor-job-scraper-api","https://www.coreclaw.com/coreclaw/glassdoor-job-scraper-api?fpr=chris69","Jobs & Recruiting","Glassdoor","Glassdoor","CoreClaw","Enter URLs to batch extract Glassdoor job data, including company names, job titles, locations, salary ranges, job descriptions and employee reviews. No coding required, export structured CSV/JSON data with one click."
"Glassdoor Jobs Scraper(by List URL)","coreclaw/glassdoor-scraper","https://www.coreclaw.com/coreclaw/glassdoor-scraper?fpr=chris69","Jobs & Recruiting","Glassdoor","Glassdoor","CoreClaw","Enter job list URLs to batch extract Glassdoor job data, including company names, job titles, locations, salary ranges, descriptions and employee reviews. No coding required, export structured CSV/JSON data with one click."
"Indeed Job Scraper(by Industry & State)","coreclaw/indeed-job-scraper","https://www.coreclaw.com/coreclaw/indeed-job-scraper?fpr=chris69","Jobs & Recruiting","Indeed","Indeed","CoreClaw","Extract public Indeed company data in bulk by industry and location, including size, sector, addresses, employee reviews and salary info. Export in CSV/JSON for industry and regional market analysis, with one-click structured data output."
"Indeed Job Search Scraper(by Keyword)","coreclaw/indeed-job-scraper-tool","https://www.coreclaw.com/coreclaw/indeed-job-scraper-tool?fpr=chris69","Jobs & Recruiting","Indeed","Indeed","CoreClaw","Extract public Indeed job data in bulk by keywords, including title, company, location, salary, description and post date. Export to CSV/JSON for recruitment, talent and salary benchmark analysis, with one-click structured data output."
"LinkedIn Candidate Search (No Cookies)","q9w5f5h8/linkedin-candidate-search-no-cookies","https://www.coreclaw.com/q9w5f5h8/linkedin-candidate-search-no-cookies?fpr=chris69","Jobs & Recruiting","LinkedIn","LinkedIn","Techforce Global","Build targeted candidate lists from LinkedIn no account, no cookies, no bans. Get verified names, titles, and profile URLs for any IT role and city in minutes. Used by recruiters and HR agencies for faster, cheaper talent sourcing."
"LinkedIn Job Listings Bulk Scraper","coreclaw/linkedin-jobs-data-scraper","https://www.coreclaw.com/coreclaw/linkedin-jobs-data-scraper?fpr=chris69","Jobs & Recruiting","LinkedIn","LinkedIn","CoreClaw","Extract public LinkedIn job posting data by job listing URL. Capture details such as job title, company name, job description, experience level, salary range, application link, and more. Export the data, access it via API, or integrate it with third-party tools."
"LinkedIn Job Scraper (by Job URL)","mn06pz6r/linkedin-gang-wei-xin-xi-zhua-qu-gong-ju-by-url","https://www.coreclaw.com/mn06pz6r/linkedin-gang-wei-xin-xi-zhua-qu-gong-ju-by-url?fpr=chris69","Jobs & Recruiting","LinkedIn","LinkedIn","mn06pz6r","LinkedIn Job Scraper (by Job URL) extracts detailed job information from LinkedIn by job detail page URL. Provide one or more LinkedIn job URLs, and it will fetch each page and return structured job data including title, company, salary, description, and applicant count."
"LinkedIn Job Scraper (by Keyword)","mn06pz6r/linkedin-gang-wei-lie-biao-zhua-qu-gong-ju-by-keyword","https://www.coreclaw.com/mn06pz6r/linkedin-gang-wei-lie-biao-zhua-qu-gong-ju-by-keyword?fpr=chris69","Jobs & Recruiting","LinkedIn","LinkedIn","mn06pz6r","LinkedIn Job Scraper (by Keyword) extracts job listings from LinkedIn by keyword and location. It builds a search URL internally from your keyword parameters, fetches listing pages, then retrieves each job detail page to deliver structured, ready-to-use job data."
"LinkedIn Job Scraper (by Listing URL)","mn06pz6r/linkedin-gang-wei-lie-biao-zhua-qu-gong-ju-by-url","https://www.coreclaw.com/mn06pz6r/linkedin-gang-wei-lie-biao-zhua-qu-gong-ju-by-url?fpr=chris69","Jobs & Recruiting","LinkedIn","LinkedIn","mn06pz6r","LinkedIn Job Scraper (by Listing URL) extracts job listings from LinkedIn by listing page URL. Provide one or more LinkedIn job search or company job listing page URLs, and it will paginate through each listing, then fetch every individual job detail page to deliver structured, ready-to-use job data."
"LinkedIn Job Scraper(by URL)","coreclaw/linkedin-jobs-scraper-tool","https://www.coreclaw.com/coreclaw/linkedin-jobs-scraper-tool?fpr=chris69","Jobs & Recruiting","LinkedIn","LinkedIn","CoreClaw","Input LinkedIn job URL to extract public job data, including the job title, company name, job description, experience level, salary range, application link, and more. Supports data export, API calls, and third-party tool integrations."
"LinkedIn Jobs Search Scraper(by Keyword)","coreclaw/linkedin-jobs-scraper","https://www.coreclaw.com/coreclaw/linkedin-jobs-scraper?fpr=chris69","Jobs & Recruiting","LinkedIn","LinkedIn","CoreClaw","Extract public LinkedIn job posting data by job keyword. Capture details such as job title, company name, job description, experience level, salary range, application link, and more. Export the data, access it via API, or integrate it with third-party tools."
"Jobspy - Linkedin, Glassdoor Scraper","odin-kael/jobspy","https://www.coreclaw.com/odin-kael/jobspy?fpr=chris69","Jobs & Recruiting","Multi-platform Jobs","Other","Kael Odin","Stably scrape job postings from recruitment platforms including Indeed and LinkedIn. Supports remote/full-time/salary filtering, custom proxies, and multi-dimensional precise search. Deploy with one click to obtain overseas job data."
"Amazon Seller Scraper (for Lead Generation)","coreclaw/amazon-global-product-data-scraper-api","https://www.coreclaw.com/coreclaw/amazon-global-product-data-scraper-api?fpr=chris69","Lead Generation & Company Intelligence","Amazon","Amazon","CoreClaw","Extract product data from Amazon seller storefronts by seller URLs. Capture details such as product title, brand, price, reviews, ASIN, ranking, seller information, and more. Export the data, access it via API, or integrate it with third-party tools."
"Google Maps Lead Finder | Local Business Leads & Verified Contacts","coreclaw/google-maps-lead-finder","https://www.coreclaw.com/coreclaw/google-maps-lead-finder?fpr=chris69","Lead Generation & Company Intelligence","Google Maps","Google Maps","CoreClaw","Discover and collect sales-ready local business leads from Google Maps with company profiles, websites, phone numbers, reviews, decision-maker contacts, and verified emails for outreach campaigns."
"Indeed Company Scraper(by Keyword)","coreclaw/indeed-scraper-tool","https://www.coreclaw.com/coreclaw/indeed-scraper-tool?fpr=chris69","Lead Generation & Company Intelligence","Indeed","Indeed","CoreClaw","Extract public Indeed company data in bulk by keywords, including size, industry, addresses, reviews and salary details. Export in CSV/JSON for targeted company search and competitor monitoring, with one-click structured data output."
"Indeed Company Scraper(by List URL)","coreclaw/indeed-scraper-api","https://www.coreclaw.com/coreclaw/indeed-scraper-api?fpr=chris69","Lead Generation & Company Intelligence","Indeed","Indeed","CoreClaw","Extract public Indeed company data in bulk via list URLs, including size, industry, locations, reviews and salary info. Export to CSV/JSON for recruitment research, competitor analysis and business intelligence, with one-click structured data export."
"Indeed Scraper(by Company URL)","coreclaw/indeed-scraper","https://www.coreclaw.com/coreclaw/indeed-scraper?fpr=chris69","Lead Generation & Company Intelligence","Indeed","Indeed","CoreClaw","Extract public Indeed company data in bulk via company URLs, including size, industry, location, reviews and salary info. Export to CSV/JSON for recruitment research and competitor analysis, with one-click structured data output."
"LinkedIn Company Scraper(by URL)","coreclaw/linkedin-company-scraper","https://www.coreclaw.com/coreclaw/linkedin-company-scraper?fpr=chris69","Lead Generation & Company Intelligence","LinkedIn","LinkedIn","CoreClaw","Extract public company profile data by input LinkedIn company page URL. Capture details such as company name, company size, industry, description, company page link, and more. Export the data, access it via API, or integrate it with third-party tools."
"LinkedIn Company Scraper(by URL)","mn06pz6r/linkedin-gong-si-xin-xi-zhua-qu-gong-ju-by-url","https://www.coreclaw.com/mn06pz6r/linkedin-gong-si-xin-xi-zhua-qu-gong-ju-by-url?fpr=chris69","Lead Generation & Company Intelligence","LinkedIn","LinkedIn","mn06pz6r","LinkedIn Company Scraper extracts detailed company information from LinkedIn by company page URL. Provide one or more LinkedIn company URLs, and it will fetch each page and return structured company data including name, industry, size, locations, funding, employees, and recent updates."
"LinkedIn People Profile Scraper(by URL)","coreclaw/linkedin-people-profile-scraper","https://www.coreclaw.com/coreclaw/linkedin-people-profile-scraper?fpr=chris69","Lead Generation & Company Intelligence","LinkedIn","LinkedIn","CoreClaw","Extract public LinkedIn People Profile data by URL, including name, headline, location, current company, work experience, education, skills, follower count, and more. Export the data, access it via API, or integrate it with third-party tools."
"Made-in-China Supplier Intelligence Scraper | Extract Company Profiles, Contacts & Trade Data","mmi0cuhn/made-in-china-com-zhong-guo-chu-hai-gong-si-xin-xi-huo-qu","https://www.coreclaw.com/mmi0cuhn/made-in-china-com-zhong-guo-chu-hai-gong-si-xin-xi-huo-qu?fpr=chris69","Lead Generation & Company Intelligence","Made-in-China","Other","mmi0cuhn","Scrape Made-in-China supplier pages and collect structured company profiles, main products, audit report numbers, trade details, certificates, shipment images, and contact information for B2B sourcing workflows."
"Domain Email Finder","odin-kael/domain-email-finder","https://www.coreclaw.com/odin-kael/domain-email-finder?fpr=chris69","Lead Generation & Company Intelligence","SEO & Marketing","SEO & Marketing","Kael Odin","Find public email addresses for a website or domain. Domain Email Finder is a Coreclaw Python Worker that crawls a target website, checks common contact-related pages, queries selected free public sources, and outputs deduplicated email findings with source attribution, classification, confidence,"
"YouTube Creator Business Email Scraper & Contact Extractor","coreclaw/youtube-channel-email-scraper","https://www.coreclaw.com/coreclaw/youtube-channel-email-scraper?fpr=chris69","Lead Generation & Company Intelligence","YouTube","YouTube","CoreClaw","Pull real YouTube creator business emails in bulk from channel IDs, handles, or URLs. Most other YouTube email scrapers only grab public metadata — this one actually clicks the ""View email address"" button with logged-in Google accounts to retrieve the genuine business email that creators publish for inquiries. Built for influencer outreach, sponsorship prospecting, and bulk YouTube lead generation at scale. Whether you need a YouTube influencer contact scraper for a one-off campaign or a bulk YouTube email extraction tool for ongoing prospecting, this worker has you covered."
"ChatGPT Answer Scraper","yankun-guo/chatgpt_get_sources","https://www.coreclaw.com/yankun-guo/chatgpt_get_sources?fpr=chris69","AI & Research","ChatGPT","Other","yankun guo","Input questions to get full HTML content with cited sources from ChatGPT replies. Supports bulk scraping, automatic retry and source extraction. No technical skills required. Free trial available."
"RAG Web Browser","odin-kael/rag-web-browser-worker","https://www.coreclaw.com/odin-kael/rag-web-browser-worker?fpr=chris69","AI & Research","Google","Google","Kael Odin","A high-performance web scraper for RAG and AI, featuring Google search integration, dual-mode extraction (HTTP/Browser), and multi-format output."
"Perplexity AI Answer Scraper with Sources","yankun-guo/perplexity_get_source","https://www.coreclaw.com/yankun-guo/perplexity_get_source?fpr=chris69","AI & Research","Perplexity","Other","yankun guo","Enter questions or linksno coding required to extract full Perplexity AI answers with source citations in HTML format. Ideal for research, fact-checking and content analysis."
"Cheerio Web Scraping","odin-kael/cheerio-html-parsing-scraper","https://www.coreclaw.com/odin-kael/cheerio-html-parsing-scraper?fpr=chris69","Developer & Web Utilities","Google","Google","Kael Odin","A high-speed static page scraper based on Cheerio, designed specifically for static HTML pages. Uses Cheerio for HTML parsing, delivering speeds 10-50 times faster than full browser rendering."
"Google Sheets Import Export Tool","odin-kael/google-sheets-import-and-export","https://www.coreclaw.com/odin-kael/google-sheets-import-and-export?fpr=chris69","Developer & Web Utilities","Google","Google","Kael Odin","A powerful Google Sheets data import export tool designed for data synchronization, backup, and integration between Google Sheets and external systems. Supports three operation modes, two authentication methods, batch processing, data deduplication, and automatic backup."
"Playwright Web Scraping","odin-kael/cross-browser-web-playwright-scraper","https://www.coreclaw.com/odin-kael/cross-browser-web-playwright-scraper?fpr=chris69","Developer & Web Utilities","Google","Google","Kael Odin","A powerful cross-browser web scraping tool using Playwright for complete browser rendering. Supports Chromium, Firefox, and WebKit browser engines. Perfect for dynamic pages, single-page applications (SPAs), infinite scroll pages, and cross-browser testing scenarios."
"Puppeteer Web Scraping","odin-kael/full-browser-web-puppeteer-scraper","https://www.coreclaw.com/odin-kael/full-browser-web-puppeteer-scraper?fpr=chris69","Developer & Web Utilities","Google","Google","Kael Odin","A powerful web scraping tool using Puppeteer for complete browser rendering. Supports full browser rendering, automatic Cookie banner closing, URL filtering, and more."
"Web Scraper Tool","odin-kael/universal-web-scraper-tong-yong-wang-ye-pa-chong","https://www.coreclaw.com/odin-kael/universal-web-scraper-tong-yong-wang-ye-pa-chong?fpr=chris69","Developer & Web Utilities","Google","Google","Kael Odin","A powerful and flexible web scraping tool that automatically crawls websites, extracts structured data, and discovers new links."
"Webpage Content Extractor","odin-kael/website-content-extractor","https://www.coreclaw.com/odin-kael/website-content-extractor?fpr=chris69","Developer & Web Utilities","Google","Google","Kael Odin","Intelligently extract website content using Crawl4AI, retrieving page content in various formats (Markdown, HTML, or plain text). Supports configurable depth, wait conditions, CSS selectors, and comprehensive link discovery. Zero-code operation, one-click export in CSV or JSON format."
"Website Screenshot Tool","odin-kael/website-screenshot-tool","https://www.coreclaw.com/odin-kael/website-screenshot-tool?fpr=chris69","Developer & Web Utilities","Google","Google","Kael Odin","A powerful website screenshot tool designed specifically for the CoreClaw platform. It captures web page screenshots and returns them as Base64-encoded data embedded in JSON output."
"Yahoo Finance Scraper","odin-kael/worker-yfinance","https://www.coreclaw.com/odin-kael/worker-yfinance?fpr=chris69","Finance & Markets","Yahoo Finance","Other","Kael Odin","Get global stock market data from Yahoo Finance, supporting US stocks, Hong Kong stocks, and A-shares. Extract comprehensive data including historical OHLCV, company information, financial statements, dividend history, split history, and analyst ratings. No coding required. Export to CSV or JSON with one click."
"Zillow Scraper(by URL)","coreclaw/zillow-product-by-url","https://www.coreclaw.com/coreclaw/zillow-product-by-url?fpr=chris69","Real Estate","Zillow","Zillow","CoreClaw","Extract structured property data from Zillow property detail pages, including price, address, bedrooms, bathrooms, square footage, property type, tax history, price history, coordinates, and market valuations."
"Coursera and EDX Course Scraper","odin-kael/coursera-and-edx-course-scraper","https://www.coreclaw.com/odin-kael/coursera-and-edx-course-scraper?fpr=chris69","Education & Knowledge","Coursera & edX","Other","Kael Odin","A powerful course scraper for extracting online courses from Coursera and EDX platforms."
"Goodreads Book Info Extractor","adil-ayub/goodreads-book-info-extractor","https://www.coreclaw.com/adil-ayub/goodreads-book-info-extractor?fpr=chris69","Education & Knowledge","Goodreads","Other","Adil Ayub","Instantly extract Goodreads book data including title, description, ISBN, ASIN, publisher, format, page count, language, genres, awards, characters, ratings, and rating counts. Receive structured JSON data for seamless integration into your applications and workflows."
"Russia Today News Scraping","zy-z/today-russia","https://www.coreclaw.com/zy-z/today-russia?fpr=chris69","News & Media","Google Play Store","Google Play Store","zy z","Russian International Media offers authoritative global news, multilingual reporting, and in-depth analysis on Russia, world politics, economy, and international affairs for global readers."
1 title path url category source platform author description
2 Amazon / eBay Product Scraper xgbetu6d/amazon-product-scraper-keyword-v2 https://www.coreclaw.com/xgbetu6d/amazon-product-scraper-keyword-v2?fpr=chris69 E-Commerce & Marketplaces Amazon Amazon xgbetu6d Amazon / eBay Product Scraper can collect product listings from Amazon or eBay by keyword and export the data in your preferred format. You can use this data for competitive analysis, price monitoring, or as a data foundation for new applications and automated workflows.
3 Amazon Price Scraper(by Keywords) coreclaw/amazon-product-scraper https://www.coreclaw.com/coreclaw/amazon-product-scraper?fpr=chris69 E-Commerce & Marketplaces Amazon Amazon CoreClaw Batch-scrape real-time Amazon product pricing data via keyword search and automatically compile comprehensive product pricing insights. Bypass API restrictions to retrieve accurate pricing data, helping sellers benchmark competitor prices and optimize product pricing strategies.
4 Amazon Product Listing Scraper(by Keywords&Domain ) coreclaw/amazon-product-scraper-api https://www.coreclaw.com/coreclaw/amazon-product-scraper-api?fpr=chris69 E-Commerce & Marketplaces Amazon Amazon CoreClaw Fetch real-time Amazon search data via keyword search and domain filtering. Bypass API limitations to obtain accurate ranking and domain-based product data for keyword optimization and competitor tracking.
5 Amazon Product Scraper (by ASIN ) coreclaw/amazon-product-data-scraper-api https://www.coreclaw.com/coreclaw/amazon-product-data-scraper-api?fpr=chris69 E-Commerce & Marketplaces Amazon Amazon CoreClaw Extract public Amazon product data by ASINs. Capture details such as product title, brand, price, reviews, seller information, ranking, images, category, product details, and more. Export the data, access it via API, or integrate it with third-party tools.
6 Amazon Product Scraper (Prices, Reviews & Listings) coreclaw/amazon-global-product-scraper https://www.coreclaw.com/coreclaw/amazon-global-product-scraper?fpr=chris69 E-Commerce & Marketplaces Amazon Amazon CoreClaw Extract public product data from Amazon global marketplaces by keywords. Capture details such as product title, brand, price, discount, currency, review count, ASIN, sales, ranking, and more. Export the data, access it via API, or integrate it with third-party tools.
7 Amazon Product Scraping (for Price Monitoring) odin-kael/amazon-product-scraper https://www.coreclaw.com/odin-kael/amazon-product-scraper?fpr=chris69 E-Commerce & Marketplaces Amazon Amazon Kael Odin Bulk scrape product details via Amazon product URL, including title, price, rating, review count, images, category and more. Supports Amazon domains across 10+ countries, with 2,000 free credits for new users.
8 Amazon Reviews Scraper (for Product Insights) coreclaw/amazon-reviews-scraper https://www.coreclaw.com/coreclaw/amazon-reviews-scraper?fpr=chris69 E-Commerce & Marketplaces Amazon Amazon CoreClaw Extract public Amazon product review data by URL. Capture details such as review content, rating, review date, reviewer information, verified purchase status, and more. Export the data, access it via API, or integrate it with third-party tools.
9 Amazon Scraper API (by URL) coreclaw/amazon-product-scraper-tool https://www.coreclaw.com/coreclaw/amazon-product-scraper-tool?fpr=chris69 E-Commerce & Marketplaces Amazon Amazon CoreClaw Enter a URL to call the data scraping API and instantly extract full public product and store data. Bypass official API limits with accurate and stable results, enabling cross-border sellers and developers to automate data synchronization and streamline business workflows.
10 Amazon Scraper(by URL) coreclaw/amazon-global-product-scraper-tool https://www.coreclaw.com/coreclaw/amazon-global-product-scraper-tool?fpr=chris69 E-Commerce & Marketplaces Amazon Amazon CoreClaw Extract public product data from Amazon global marketplaces by URLs, including product title, brand, seller, price, discount, and more. Export the data, access it via API, or integrate it with third-party tools.
11 Amazon Search Results Scraper (for Product Data & Keyword Insights) coreclaw/amazon-global-product-data-scraper https://www.coreclaw.com/coreclaw/amazon-global-product-data-scraper?fpr=chris69 E-Commerce & Marketplaces Amazon Amazon CoreClaw Fetch real-time Amazon product and ranking data by category page URL. Get accurate listing data for product optimization and niche analysis.
12 Amazon Search Results Scraper(for Product & Ranking Analysis) coreclaw/amazon-product-data-scraper https://www.coreclaw.com/coreclaw/amazon-product-data-scraper?fpr=chris69 E-Commerce & Marketplaces Amazon Amazon CoreClaw Enter an Amazon category URL to bulk scrape full category search rankings, product details and ranking data. Support real-time scraping across global marketplaces with no official API key and no usage limits, enabling efficient category competitor analysis, ranking monitoring and niche market research.
13 Amazon Search Scraper odin-kael/amazon-search-product-scraper https://www.coreclaw.com/odin-kael/amazon-search-product-scraper?fpr=chris69 E-Commerce & Marketplaces Amazon Amazon Kael Odin Batch search Amazon products by keyword and extract comprehensive data, including ASIN, title, price, rating, reviews, Prime status, brand badges, and more. Supports multiple Amazon marketplaces. No coding required. Export to CSV/JSON with one click.
14 Amazon Seller Scraper (for Lead Generation) Scrape Amazon Bestsellers (for Market Trends) coreclaw/amazon-global-product-data-scraper-api coreclaw/scrape-amazon-product-data https://www.coreclaw.com/coreclaw/amazon-global-product-data-scraper-api?fpr=chris69 https://www.coreclaw.com/coreclaw/scrape-amazon-product-data?fpr=chris69 E-Commerce & Marketplaces Amazon Amazon CoreClaw Extract product data from Amazon seller storefronts by seller URLs. Capture details such as product title, brand, price, reviews, ASIN, ranking, seller information, and more. Export the data, access it via API, or integrate it with third-party tools. Extract Amazon best sellers product data by Best Sellers page URLs. Capture details such as product title, brand, price, reviews, ASIN, ranking, images, seller information, and more. Export the data, access it via API, or integrate it with third-party tools.
15 Scrape Amazon Bestsellers (for Market Trends) Scrape Amazon Product Details by UPC (Price, Reviews & Sellers) coreclaw/scrape-amazon-product-data coreclaw/scrape-amazon-products https://www.coreclaw.com/coreclaw/scrape-amazon-product-data?fpr=chris69 https://www.coreclaw.com/coreclaw/scrape-amazon-products?fpr=chris69 E-Commerce & Marketplaces Amazon Amazon CoreClaw Extract Amazon best sellers product data by Best Sellers page URLs. Capture details such as product title, brand, price, reviews, ASIN, ranking, images, seller information, and more. Export the data, access it via API, or integrate it with third-party tools. Extract public Amazon product data by product UPC, including product title, brand, price, reviews, ASIN, seller information, ranking, product details, and more. Export the data, access it via API, or integrate it with third-party tools.
16 Scrape Amazon Product Details by UPC (Price, Reviews & Sellers) eBay Product Data Scraper(by URL) coreclaw/scrape-amazon-products coreclaw/ebay-scraper-tool https://www.coreclaw.com/coreclaw/scrape-amazon-products?fpr=chris69 https://www.coreclaw.com/coreclaw/ebay-scraper-tool?fpr=chris69 E-Commerce & Marketplaces eBay Amazon eBay CoreClaw Extract public Amazon product data by product UPC, including product title, brand, price, reviews, ASIN, seller information, ranking, product details, and more. Export the data, access it via API, or integrate it with third-party tools. Extract public eBay product data by URLs. Capture details such as product title, item ID, category, price, seller information, shipping, return policy, and more. Export the data, access it via API, or integrate it with third-party tools.
17 eBay Product Data Scraper(by URL) eBay Product Scraper(by Keywords) coreclaw/ebay-scraper-tool coreclaw/ebay-data-scraper https://www.coreclaw.com/coreclaw/ebay-scraper-tool?fpr=chris69 https://www.coreclaw.com/coreclaw/ebay-data-scraper?fpr=chris69 E-Commerce & Marketplaces eBay eBay CoreClaw Extract public eBay product data by URLs. Capture details such as product title, item ID, category, price, seller information, shipping, return policy, and more. Export the data, access it via API, or integrate it with third-party tools. Extract public eBay product data by keywords. Capture details such as product URL, title, price, reviews, seller information, shipping, return policy, and more. Export the data in structured formats, access it via API, or integrate it with third-party tools.
18 eBay Product Scraper(by Keywords) eBay Store Scraper(by Store URL) coreclaw/ebay-data-scraper coreclaw/ebay-scraper https://www.coreclaw.com/coreclaw/ebay-data-scraper?fpr=chris69 https://www.coreclaw.com/coreclaw/ebay-scraper?fpr=chris69 E-Commerce & Marketplaces eBay eBay CoreClaw Extract public eBay product data by keywords. Capture details such as product URL, title, price, reviews, seller information, shipping, return policy, and more. Export the data in structured formats, access it via API, or integrate it with third-party tools. Extract public eBay product data by store URLs. Capture details such as product title, item ID, price, condition, seller information, reviews, shipping, return policy, and more. Export the data, access it via API, or integrate it with third-party tools.
19 eBay Store Scraper(by Store URL) Google Play Scraper coreclaw/ebay-scraper stephen-curry/google-play-scraper https://www.coreclaw.com/coreclaw/ebay-scraper?fpr=chris69 https://www.coreclaw.com/stephen-curry/google-play-scraper?fpr=chris69 E-Commerce & Marketplaces Google Play Store eBay Google Play Store CoreClaw Stephen Curry Extract public eBay product data by store URLs. Capture details such as product title, item ID, price, condition, seller information, reviews, shipping, return policy, and more. Export the data, access it via API, or integrate it with third-party tools. One-click extraction of core data from Google Play apps, including app name, developer, rating, downloads and reviews. Supports CSV/JSON export. Anti-blocking technology ensures stable scraping with no coding required for one-click structured data export.
20 Facebook Comments Scraper(by URL) Product Hunt Scraper coreclaw/facebook-comments-scraper odin-kael/product-hunt-scraper https://www.coreclaw.com/coreclaw/facebook-comments-scraper?fpr=chris69 https://www.coreclaw.com/odin-kael/product-hunt-scraper?fpr=chris69 E-Commerce & Marketplaces Product Hunt Facebook Other CoreClaw Kael Odin Extract public Facebook comments in bulk via post URLs, including commenter, content, likes and replies. One-click CSV/JSON export, no coding needed. Product Hunt Scraper CoreClaw Worker to scrape trending products by keyword for market research, competitor tracking, lead generation and AI startup trend monitoring. Support API, feed, browser and proxy auto strategy.
21 Facebook Event Scraper (by Event List URL) Quince.com Product Scraper - Prices, Discounts, Reviews & More mn06pz6r/facebook-huo-dong-lie-biao-zhua-qu-gong-ju-by-eventlist-url q9w5f5h8/quince-com-product-scraper-prices-discounts-reviews-and-more https://www.coreclaw.com/mn06pz6r/facebook-huo-dong-lie-biao-zhua-qu-gong-ju-by-eventlist-url?fpr=chris69 https://www.coreclaw.com/q9w5f5h8/quince-com-product-scraper-prices-discounts-reviews-and-more?fpr=chris69 E-Commerce & Marketplaces Quince Facebook Other mn06pz6r Techforce Global Facebook Event Scraper (by Event List URL) extracts event data from Facebook venue event list pages. Provide a venue's `/events` or `/upcoming_hosted_events` URL, and the scraper will automatically discover all individual event links on the page, then concurrently fetch and parse each event's detail page. Search products and walk away with selling prices, retail prices, discounts, hero images, and the latest customer reviews for every product, ready to drop into your spreadsheet, dashboard, or BI tool. The Quince.com Product Scraper turns catalog into clean, structured product data in minutes.
22 Facebook Event Scraper (by Event URL) SHEIN Product Scraper (Keyword/Category-Driven) mn06pz6r/facebook-huo-dong-nei-rong-zhua-qu-gong-ju-by-url yankun-guo/shein_keyword https://www.coreclaw.com/mn06pz6r/facebook-huo-dong-nei-rong-zhua-qu-gong-ju-by-url?fpr=chris69 https://www.coreclaw.com/yankun-guo/shein_keyword?fpr=chris69 E-Commerce & Marketplaces SHEIN Facebook Other mn06pz6r yankun guo Facebook Event Scraper (by Event URL) extracts event data by directly visiting individual Facebook event detail page URLs. When you already have specific event links, this scraper fetches each one concurrently and parses the full event details from the HTML. A scalable tool to automatically discover, parse, and extract structured SHEIN product data through three input modes (keyword, category URL, category ID). It supports multi-regional SHEIN sites (US/UK/DE/FR, etc.), customizable sorting rules, and extraction of core product attributes (price, rating, sales volume, badges, etc.), ideal for price tracking, competitor research, trend analysis, and listing monitoring.
23 Facebook Event Scraper (by Search URL) SHEIN Single Product Extractor (URL/ID) mn06pz6r/facebook-huo-dong-lie-biao-zhua-qu-gong-ju-by-search-url yankun-guo/shein_product_particulars https://www.coreclaw.com/mn06pz6r/facebook-huo-dong-lie-biao-zhua-qu-gong-ju-by-search-url?fpr=chris69 https://www.coreclaw.com/yankun-guo/shein_product_particulars?fpr=chris69 E-Commerce & Marketplaces SHEIN Facebook Other mn06pz6r yankun guo Facebook Event Scraper (by Search URL) extracts event data from Facebook event search and explore pages. Provide an event search URL (e.g. `/events/explore/` filtered by location or category), and the scraper will automatically discover all individual event links on the search results page, then concurrently fetch and parse each event's detail page. A dedicated tool to extract structured detailed data for individual SHEIN products via product URL or product ID. It connects to a remote Chromium instance, automatically bypasses SHEIN's risk verification, loads the target product page, parses complete product attributes, and returns normalized data. Supports 10+ regional SHEIN sites and configurable workflow retries, ideal for product information monitoring, price tracking, competitor research, and trend analysis.
24 Facebook Events Scraper(by Events URL) Shopify Product Scraper coreclaw/facebook-events-scraper odin-kael/shopify-scraper-worker https://www.coreclaw.com/coreclaw/facebook-events-scraper?fpr=chris69 https://www.coreclaw.com/odin-kael/shopify-scraper-worker?fpr=chris69 E-Commerce & Marketplaces Shopify Facebook Other CoreClaw Kael Odin Extract public Facebook event data in bulk via URLs, including details, attendance and organizer info. One-click CSV/JSON export, no coding required. Extract titles, prices, SKUs, variants, images, inventory status & metadata from any Shopify store. Just enter the URL—we handle sitemap discovery, WAF bypass & structured output automatically.
25 Facebook Pages Scraper(by List URL) TikTok Shop Product Scraper ( for E-commerce Data) coreclaw/facebook-events-scraper-api coreclaw/tiktok-shop-scraper https://www.coreclaw.com/coreclaw/facebook-events-scraper-api?fpr=chris69 https://www.coreclaw.com/coreclaw/tiktok-shop-scraper?fpr=chris69 E-Commerce & Marketplaces TikTok Facebook TikTok CoreClaw Extract public Facebook event data in bulk from event list URLs, including basic info, organizer and participant data. Export CSV/JSON with one click, no coding required. Extract public TikTok Shop store data using shop URLs, including store details, product info, pricing, sales data and reviews, without platform API limitations. Supports data export, API calls and third-party integrations.
26 Facebook Post Scraper(by URL) Walmart Product Data Scraper(by URL) coreclaw/facebook-posts-scraper coreclaw/walmart-product-scraper-api https://www.coreclaw.com/coreclaw/facebook-posts-scraper?fpr=chris69 https://www.coreclaw.com/coreclaw/walmart-product-scraper-api?fpr=chris69 E-Commerce & Marketplaces Walmart Facebook Walmart CoreClaw Extract data in real time via URLs, easily capture posts, shares and engagement metrics, free from complex infrastructure maintenance and IP blocks. One-click CSV/JSON export supported. Enter a Walmart product URL to extract product details and related data, including price, SKU, brand, rating, reviews, and more. Ideal for single-product research, price tracking, and product data management. Supports structured export and third-party integrations.
27 Facebook Post Scraper(by URL) Walmart Product Scraper(by Category URL) mn06pz6r/facebook-tie-zi-nei-rong-zhua-qu-gong-ju-by-url coreclaw/walmart-product-by-category-url https://www.coreclaw.com/mn06pz6r/facebook-tie-zi-nei-rong-zhua-qu-gong-ju-by-url?fpr=chris69 https://www.coreclaw.com/coreclaw/walmart-product-by-category-url?fpr=chris69 E-Commerce & Marketplaces Walmart Facebook Walmart mn06pz6r CoreClaw Facebook Post Scraper extracts post content and engagement data from Facebook by visiting individual post URLs. It fetches each post page concurrently and parses the text content, media attachments, reactions, comments, shares, and other metadata. Our Walmart product scraper extracts key data: URL, price, SKU, currency, GTIN, brand, reviews, description, name, category, image, rating, size, color, seller, nutrition, variants, etc. Supports category scraping; results in structured formats.
28 Facebook Posts Scraper Walmart Product Scraper(by Keywords) marianne-turner/facebook-scraper coreclaw/walmart-product-scraper https://www.coreclaw.com/marianne-turner/facebook-scraper?fpr=chris69 https://www.coreclaw.com/coreclaw/walmart-product-scraper?fpr=chris69 E-Commerce & Marketplaces Walmart Facebook Walmart Marianne Turner CoreClaw Extract posts from public Facebook Pages into structured data — post text, timestamps, reactions, comments, shares, author info, media attachments, and more. No Facebook login or API token required. Extract detailed product data from Walmart, including prices, SKUs, brands, ratings, reviews, seller information, nutrition facts, and product variants. Ideal for product research, price monitoring, and competitor analysis. Supports structured exports, API access, and third-party integrations.
29 Facebook Profile Scraper(by URL) Walmart Product Scraper(by SKU) mn06pz6r/facebook-ge-ren-zi-liao-zhua-qu-gong-ju-by-url coreclaw/walmart-product-data-scraper https://www.coreclaw.com/mn06pz6r/facebook-ge-ren-zi-liao-zhua-qu-gong-ju-by-url?fpr=chris69 https://www.coreclaw.com/coreclaw/walmart-product-data-scraper?fpr=chris69 E-Commerce & Marketplaces Walmart Facebook Walmart mn06pz6r CoreClaw Facebook Profile Scraper extracts profile information from Facebook by visiting individual profile URLs. It fetches each profile page concurrently and parses key data such as name, bio, followers, page likes, work history, education, and more. Supports both personal profiles and public pages. Extract detailed Walmart product data using product SKUs, including price, SKU, brand, rating, nutrition information, and product variants. Ideal for product validation, product mapping, and structured product management. Supports structured data export.
30 Facebook Reel Scraper Facebook Comments Scraper(by URL) mmi0cuhn/huo-qu-facebook-shi-pin-xiang-qing coreclaw/facebook-comments-scraper https://www.coreclaw.com/mmi0cuhn/huo-qu-facebook-shi-pin-xiang-qing?fpr=chris69 https://www.coreclaw.com/coreclaw/facebook-comments-scraper?fpr=chris69 Social & Creator Data Facebook Facebook mmi0cuhn CoreClaw Batch extract Facebook Reel video details. Get views, likes, comments, shares, author info, follower count and more. Supports proxy configuration and structured JSON output. Extract public Facebook comments in bulk via post URLs, including commenter, content, likes and replies. One-click CSV/JSON export, no coding needed.
31 Facebook Search Scraper(by Search URL) Facebook Event Scraper (by Event List URL) coreclaw/facebook-events-data-scraper mn06pz6r/facebook-huo-dong-lie-biao-zhua-qu-gong-ju-by-eventlist-url https://www.coreclaw.com/coreclaw/facebook-events-data-scraper?fpr=chris69 https://www.coreclaw.com/mn06pz6r/facebook-huo-dong-lie-biao-zhua-qu-gong-ju-by-eventlist-url?fpr=chris69 Social & Creator Data Facebook Facebook CoreClaw mn06pz6r Extract public Facebook event data in bulk via search URLs, including event details, organizer and attendance info. Export clean CSV/JSON with one click, no coding needed. Facebook Event Scraper (by Event List URL) extracts event data from Facebook venue event list pages. Provide a venue's `/events` or `/upcoming_hosted_events` URL, and the scraper will automatically discover all individual event links on the page, then concurrently fetch and parse each event's detail page.
32 Scrape Facebook Profiles(by URL) Facebook Event Scraper (by Event URL) coreclaw/facebook-profile-scraper mn06pz6r/facebook-huo-dong-nei-rong-zhua-qu-gong-ju-by-url https://www.coreclaw.com/coreclaw/facebook-profile-scraper?fpr=chris69 https://www.coreclaw.com/mn06pz6r/facebook-huo-dong-nei-rong-zhua-qu-gong-ju-by-url?fpr=chris69 Social & Creator Data Facebook Facebook CoreClaw mn06pz6r Scrape Facebook profiles by inputting a profile URL, including basic user information, work experience, education background, contact information, etc., and output them in CSV or JSON format. Facebook Event Scraper (by Event URL) extracts event data by directly visiting individual Facebook event detail page URLs. When you already have specific event links, this scraper fetches each one concurrently and parses the full event details from the HTML.
33 Glassdoor Job Scraper(by URL) Facebook Event Scraper (by Search URL) coreclaw/glassdoor-job-scraper-api mn06pz6r/facebook-huo-dong-lie-biao-zhua-qu-gong-ju-by-search-url https://www.coreclaw.com/coreclaw/glassdoor-job-scraper-api?fpr=chris69 https://www.coreclaw.com/mn06pz6r/facebook-huo-dong-lie-biao-zhua-qu-gong-ju-by-search-url?fpr=chris69 Social & Creator Data Facebook Glassdoor Facebook CoreClaw mn06pz6r Enter URLs to batch extract Glassdoor job data, including company names, job titles, locations, salary ranges, job descriptions and employee reviews. No coding required, export structured CSV/JSON data with one click. Facebook Event Scraper (by Search URL) extracts event data from Facebook event search and explore pages. Provide an event search URL (e.g. `/events/explore/` filtered by location or category), and the scraper will automatically discover all individual event links on the search results page, then concurrently fetch and parse each event's detail page.
34 Glassdoor Jobs Scraper(by List URL) Facebook Events Scraper(by Events URL) coreclaw/glassdoor-scraper coreclaw/facebook-events-scraper https://www.coreclaw.com/coreclaw/glassdoor-scraper?fpr=chris69 https://www.coreclaw.com/coreclaw/facebook-events-scraper?fpr=chris69 Social & Creator Data Facebook Glassdoor Facebook CoreClaw Enter job list URLs to batch extract Glassdoor job data, including company names, job titles, locations, salary ranges, descriptions and employee reviews. No coding required, export structured CSV/JSON data with one click. Extract public Facebook event data in bulk via URLs, including details, attendance and organizer info. One-click CSV/JSON export, no coding required.
35 Cheerio Web Scraping Facebook Pages Scraper(by List URL) odin-kael/cheerio-html-parsing-scraper coreclaw/facebook-events-scraper-api https://www.coreclaw.com/odin-kael/cheerio-html-parsing-scraper?fpr=chris69 https://www.coreclaw.com/coreclaw/facebook-events-scraper-api?fpr=chris69 Social & Creator Data Facebook Google Facebook Kael Odin CoreClaw A high-speed static page scraper based on Cheerio, designed specifically for static HTML pages. Uses Cheerio for HTML parsing, delivering speeds 10-50 times faster than full browser rendering. Extract public Facebook event data in bulk from event list URLs, including basic info, organizer and participant data. Export CSV/JSON with one click, no coding required.
36 Google Search Results (SERP) Scraper API Facebook Post Scraper(by URL) coreclaw/google-search-scraper coreclaw/facebook-posts-scraper https://www.coreclaw.com/coreclaw/google-search-scraper?fpr=chris69 https://www.coreclaw.com/coreclaw/facebook-posts-scraper?fpr=chris69 Social & Creator Data Facebook Google Facebook CoreClaw It queries the Google search engine by keyword and returns a structured SERP summary, including the final search parameters, organic results, related queries, and people-also-ask data. Extract data in real time via URLs, easily capture posts, shares and engagement metrics, free from complex infrastructure maintenance and IP blocks. One-click CSV/JSON export supported.
37 Google Sheets Import Export Tool Facebook Post Scraper(by URL) odin-kael/google-sheets-import-and-export mn06pz6r/facebook-tie-zi-nei-rong-zhua-qu-gong-ju-by-url https://www.coreclaw.com/odin-kael/google-sheets-import-and-export?fpr=chris69 https://www.coreclaw.com/mn06pz6r/facebook-tie-zi-nei-rong-zhua-qu-gong-ju-by-url?fpr=chris69 Social & Creator Data Facebook Google Facebook Kael Odin mn06pz6r A powerful Google Sheets data import export tool designed for data synchronization, backup, and integration between Google Sheets and external systems. Supports three operation modes, two authentication methods, batch processing, data deduplication, and automatic backup. Facebook Post Scraper extracts post content and engagement data from Facebook by visiting individual post URLs. It fetches each post page concurrently and parses the text content, media attachments, reactions, comments, shares, and other metadata.
38 On-Page Content Checker Facebook Posts Scraper odin-kael/content-checker-worker marianne-turner/facebook-scraper https://www.coreclaw.com/odin-kael/content-checker-worker?fpr=chris69 https://www.coreclaw.com/marianne-turner/facebook-scraper?fpr=chris69 Social & Creator Data Facebook Google Facebook Kael Odin Marianne Turner Content Checker Worker monitors specific content on any web page and detects changes by comparing previous and current content. When changes are detected, it provides detailed comparison with before/after screenshots. Extract posts from public Facebook Pages into structured data — post text, timestamps, reactions, comments, shares, author info, media attachments, and more. No Facebook login or API token required.
39 Playwright Web Scraping Facebook Profile Scraper(by URL) odin-kael/cross-browser-web-playwright-scraper mn06pz6r/facebook-ge-ren-zi-liao-zhua-qu-gong-ju-by-url https://www.coreclaw.com/odin-kael/cross-browser-web-playwright-scraper?fpr=chris69 https://www.coreclaw.com/mn06pz6r/facebook-ge-ren-zi-liao-zhua-qu-gong-ju-by-url?fpr=chris69 Social & Creator Data Facebook Google Facebook Kael Odin mn06pz6r A powerful cross-browser web scraping tool using Playwright for complete browser rendering. Supports Chromium, Firefox, and WebKit browser engines. Perfect for dynamic pages, single-page applications (SPAs), infinite scroll pages, and cross-browser testing scenarios. Facebook Profile Scraper extracts profile information from Facebook by visiting individual profile URLs. It fetches each profile page concurrently and parses key data such as name, bio, followers, page likes, work history, education, and more. Supports both personal profiles and public pages.
40 Puppeteer Web Scraping Facebook Reel Scraper odin-kael/full-browser-web-puppeteer-scraper mmi0cuhn/huo-qu-facebook-shi-pin-xiang-qing https://www.coreclaw.com/odin-kael/full-browser-web-puppeteer-scraper?fpr=chris69 https://www.coreclaw.com/mmi0cuhn/huo-qu-facebook-shi-pin-xiang-qing?fpr=chris69 Social & Creator Data Facebook Google Facebook Kael Odin mmi0cuhn A powerful web scraping tool using Puppeteer for complete browser rendering. Supports full browser rendering, automatic Cookie banner closing, URL filtering, and more. Batch extract Facebook Reel video details. Get views, likes, comments, shares, author info, follower count and more. Supports proxy configuration and structured JSON output.
41 RAG Web Browser Facebook Search Scraper(by Search URL) odin-kael/rag-web-browser-worker coreclaw/facebook-events-data-scraper https://www.coreclaw.com/odin-kael/rag-web-browser-worker?fpr=chris69 https://www.coreclaw.com/coreclaw/facebook-events-data-scraper?fpr=chris69 Social & Creator Data Facebook Google Facebook Kael Odin CoreClaw A high-performance web scraper for RAG and AI, featuring Google search integration, dual-mode extraction (HTTP/Browser), and multi-format output. Extract public Facebook event data in bulk via search URLs, including event details, organizer and attendance info. Export clean CSV/JSON with one click, no coding needed.
42 Web Scraper Tool Scrape Facebook Profiles(by URL) odin-kael/universal-web-scraper-tong-yong-wang-ye-pa-chong coreclaw/facebook-profile-scraper https://www.coreclaw.com/odin-kael/universal-web-scraper-tong-yong-wang-ye-pa-chong?fpr=chris69 https://www.coreclaw.com/coreclaw/facebook-profile-scraper?fpr=chris69 Social & Creator Data Facebook Google Facebook Kael Odin CoreClaw A powerful and flexible web scraping tool that automatically crawls websites, extracts structured data, and discovers new links. Scrape Facebook profiles by inputting a profile URL, including basic user information, work experience, education background, contact information, etc., and output them in CSV or JSON format.
43 Webpage Content Extractor Instagram Bulk Post Scraper(by Profiles URL) odin-kael/website-content-extractor coreclaw/instagram-posts-by-profiles-url https://www.coreclaw.com/odin-kael/website-content-extractor?fpr=chris69 https://www.coreclaw.com/coreclaw/instagram-posts-by-profiles-url?fpr=chris69 Social & Creator Data Instagram Google Instagram Kael Odin CoreClaw Intelligently extract website content using Crawl4AI, retrieving page content in various formats (Markdown, HTML, or plain text). Supports configurable depth, wait conditions, CSS selectors, and comprehensive link discovery. Zero-code operation, one-click export in CSV or JSON format. Extract public Instagram post data in bulk by profile URL, including post content, engagement metrics, author information, and media links. Filter by date range and post type. Export to CSV/JSON with one click. No coding required.
44 Website Screenshot Tool Instagram Comment Scraper(by Post URL) odin-kael/website-screenshot-tool coreclaw/instagram-comment-scraper https://www.coreclaw.com/odin-kael/website-screenshot-tool?fpr=chris69 https://www.coreclaw.com/coreclaw/instagram-comment-scraper?fpr=chris69 Social & Creator Data Instagram Google Instagram Kael Odin CoreClaw A powerful website screenshot tool designed specifically for the CoreClaw platform. It captures web page screenshots and returns them as Base64-encoded data embedded in JSON output. Instagram Comment Scraper (by Post URL) extracts comments from Instagram posts and Reels. You can use the scraped comment data for sentiment analysis, audience research, content moderation, and building engagement reports.
45 Google Maps Lead Finder | Local Business Leads & Verified Contacts Instagram Comments Scraper coreclaw/google-maps-lead-finder mn06pz6r/instagram-zuo-pin-ping-lun-cai-ji https://www.coreclaw.com/coreclaw/google-maps-lead-finder?fpr=chris69 https://www.coreclaw.com/mn06pz6r/instagram-zuo-pin-ping-lun-cai-ji?fpr=chris69 Social & Creator Data Instagram Google Maps Instagram CoreClaw mn06pz6r Discover and collect sales-ready local business leads from Google Maps with company profiles, websites, phone numbers, reviews, decision-maker contacts, and verified emails for outreach campaigns. Instagram Comments Scraper extracts comments from Instagram posts, reels, and TV posts using Instagram's GraphQL API. You can use the scraped comment data for sentiment analysis, audience research, content moderation, and building engagement reports.
46 Google Maps Reviews Scraper(by place detail URL) Instagram Content & Profile Scraper coreclaw/google-maps-reviews-scraper marianne-turner/instagram-scraper https://www.coreclaw.com/coreclaw/google-maps-reviews-scraper?fpr=chris69 https://www.coreclaw.com/marianne-turner/instagram-scraper?fpr=chris69 Social & Creator Data Instagram Google Maps Instagram CoreClaw Marianne Turner Google Maps Review Scraper bulk extracts star ratings, text, reviewer details, owner responses, and image URLs. Precisely analyze customer sentiment, monitor competitors, optimize local SEO, and comprehensively boost your business reputation. Supports keyword filtering and multilingual translation, delivers structured data. A unified Instagram scraper designed to extract publicly available data from Instagram through multiple input methods. With CoreClaw, you can pull posts, profile details, comments, reels, and mentions from Instagram URLs or keyword searches with zero code, empowering social media research, influencer analysis, content monitoring, and competitive intelligence
47 Google Maps Scraper Instagram Post Scraper(by Post URL) coreclaw/google-maps-scraper coreclaw/instagram-post-scraper https://www.coreclaw.com/coreclaw/google-maps-scraper?fpr=chris69 https://www.coreclaw.com/coreclaw/instagram-post-scraper?fpr=chris69 Social & Creator Data Instagram Google Maps Instagram CoreClaw Pull business records in bulk from Google Maps — covering reviews and reviewer details, photos, contact info (full name, email, job title), opening hours, prices and more. From there, export the data, trigger runs via API, schedule and watch them, or wire the results into your other tools. Extract public Instagram post data via URLs, including user info, engagement and profile details. One-click CSV/JSON export, batch scraping, no coding needed.
48 Google Play Scraper Instagram Profile Data Scraper(by Profile URL) stephen-curry/google-play-scraper coreclaw/instagram-profile-scraper https://www.coreclaw.com/stephen-curry/google-play-scraper?fpr=chris69 https://www.coreclaw.com/coreclaw/instagram-profile-scraper?fpr=chris69 Social & Creator Data Instagram Google Play Store Instagram Stephen Curry CoreClaw One-click extraction of core data from Google Play apps, including app name, developer, rating, downloads and reviews. Supports CSV/JSON export. Anti-blocking technology ensures stable scraping with no coding required for one-click structured data export. Extract public Instagram profile data by input URLs, including usernames, IDs, bios, locations, website URLs, follower counts, and comment counts. Supports data exporting, API integration, and synchronization with third-party tools.
49 Russia Today News Scraping Instagram Profile Scraper(by UserName ) zy-z/today-russia coreclaw/instagram-profile-data-scraper https://www.coreclaw.com/zy-z/today-russia?fpr=chris69 https://www.coreclaw.com/coreclaw/instagram-profile-data-scraper?fpr=chris69 Social & Creator Data Instagram Google Play Store Instagram zy z CoreClaw Russian International Media offers authoritative global news, multilingual reporting, and in-depth analysis on Russia, world politics, economy, and international affairs for global readers. Extract public Instagram profile data by input username, including usernames, IDs, bios, locations, website URLs, follower counts, and comment counts. Supports data exporting, API integration, and synchronization with third-party tools.
50 Indeed Company Scraper(by Keyword) Instagram Reel Details Scraper(by URL) coreclaw/indeed-scraper-tool mmi0cuhn/instagram-shi-pin-xin-xi-huo-qu https://www.coreclaw.com/coreclaw/indeed-scraper-tool?fpr=chris69 https://www.coreclaw.com/mmi0cuhn/instagram-shi-pin-xin-xi-huo-qu?fpr=chris69 Social & Creator Data Instagram Indeed Instagram CoreClaw mmi0cuhn Extract public Indeed company data in bulk by keywords, including size, industry, addresses, reviews and salary details. Export in CSV/JSON for targeted company search and competitor monitoring, with one-click structured data output. Instagram Reel Details Scraper supports batch scraping Reels: likes, comments, author info, followers, caption, hashtags. Proxy supported, structured JSON output for research & analysis.
51 Indeed Company Scraper(by List URL) Instagram Reels Bulk Scraper(by list URL) coreclaw/indeed-scraper-api coreclaw/instagram-reel-data-scraper https://www.coreclaw.com/coreclaw/indeed-scraper-api?fpr=chris69 https://www.coreclaw.com/coreclaw/instagram-reel-data-scraper?fpr=chris69 Social & Creator Data Instagram Indeed Instagram CoreClaw Extract public Indeed company data in bulk via list URLs, including size, industry, locations, reviews and salary info. Export to CSV/JSON for recruitment research, competitor analysis and business intelligence, with one-click structured data export. Extract public Reel data from Instagram using a list URL, including creator usernames, titles, hashtags, engagement metrics, and more. Ideal for short-form video trend analysis, content monitoring, and competitor research. Supports structured data output.
52 Indeed Job Scraper(by Industry & State) Instagram Reels Scraper(by URL) coreclaw/indeed-job-scraper coreclaw/instagram-all-reel-scraper https://www.coreclaw.com/coreclaw/indeed-job-scraper?fpr=chris69 https://www.coreclaw.com/coreclaw/instagram-all-reel-scraper?fpr=chris69 Social & Creator Data Instagram Indeed Instagram CoreClaw Extract public Indeed company data in bulk by industry and location, including size, sector, addresses, employee reviews and salary info. Export in CSV/JSON for industry and regional market analysis, with one-click structured data output. Extract public Reel data in bulk using Instagram URLs, including creator usernames, captions, hashtags, comment counts, like counts, views, play counts, engagement metrics, and more. Supports data export, API access, and third-party integrations.
53 Indeed Job Search Scraper(by Keyword) Instagram Reels Video Scraper(by URL) coreclaw/indeed-job-scraper-tool coreclaw/instagram-reel-scraper https://www.coreclaw.com/coreclaw/indeed-job-scraper-tool?fpr=chris69 https://www.coreclaw.com/coreclaw/instagram-reel-scraper?fpr=chris69 Social & Creator Data Instagram Indeed Instagram CoreClaw Extract public Indeed job data in bulk by keywords, including title, company, location, salary, description and post date. Export to CSV/JSON for recruitment, talent and salary benchmark analysis, with one-click structured data output. Enter one or more Reel URLs to extract creator details, hashtags, comments, and engagement metrics from public Instagram Reels, with support for media archiving and structured data output.
54 Indeed Scraper(by Company URL) Instagram Video Info Scraper coreclaw/indeed-scraper mn06pz6r/instagram-tie-zi-xiang-qing-cai-ji https://www.coreclaw.com/coreclaw/indeed-scraper?fpr=chris69 https://www.coreclaw.com/mn06pz6r/instagram-tie-zi-xiang-qing-cai-ji?fpr=chris69 Social & Creator Data Instagram Indeed Instagram CoreClaw mn06pz6r Extract public Indeed company data in bulk via company URLs, including size, industry, location, reviews and salary info. Export to CSV/JSON for recruitment research and competitor analysis, with one-click structured data output. Instagram Video Info Scraper can collect detailed public data from Instagram posts, reels, and TV videos, and export it in your preferred format. You can use this data for content analysis, influencer research, or as a data foundation for marketing workflows.
55 Instagram Bulk Post Scraper(by Profiles URL) Username Finder coreclaw/instagram-posts-by-profiles-url odin-kael/username-finder https://www.coreclaw.com/coreclaw/instagram-posts-by-profiles-url?fpr=chris69 https://www.coreclaw.com/odin-kael/username-finder?fpr=chris69 Social & Creator Data Multi-platform Social Instagram Other CoreClaw Kael Odin Extract public Instagram post data in bulk by profile URL, including post content, engagement metrics, author information, and media links. Filter by date range and post type. Export to CSV/JSON with one click. No coding required. Check if a username is available or taken across a vast range of social media platforms, covering over 400+ social networks. Built upon the popular Sherlock project, it supports concurrent requests, multiple detection methods, WAF detection, and detailed results.
56 Instagram Comment Scraper(by Post URL) Reddit Scraper(for Posts, Comments & Media Data Effortlessly) coreclaw/instagram-comment-scraper wahlberg/reddit-scraper https://www.coreclaw.com/coreclaw/instagram-comment-scraper?fpr=chris69 https://www.coreclaw.com/wahlberg/reddit-scraper?fpr=chris69 Social & Creator Data Reddit Instagram Other CoreClaw ewalb Instagram Comment Scraper (by Post URL) extracts comments from Instagram posts and Reels. You can use the scraped comment data for sentiment analysis, audience research, content moderation, and building engagement reports. Scrape public Reddit posts, comments, votes, media, and metadata by URL or keyword. Support sorting, filtering, and structured output for research, monitoring, and analysis.
57 Instagram Comments Scraper TikTok Bulk Video Scraper mn06pz6r/instagram-zuo-pin-ping-lun-cai-ji coreclaw/tiktok-post-data-scraper https://www.coreclaw.com/mn06pz6r/instagram-zuo-pin-ping-lun-cai-ji?fpr=chris69 https://www.coreclaw.com/coreclaw/tiktok-post-data-scraper?fpr=chris69 Social & Creator Data TikTok Instagram TikTok mn06pz6r CoreClaw Instagram Comments Scraper extracts comments from Instagram posts, reels, and TV posts using Instagram's GraphQL API. You can use the scraped comment data for sentiment analysis, audience research, content moderation, and building engagement reports. Extract public TikTok post data via profile URLs, including engagement, viral trends and audio info. One-click CSV/JSON export, zero code required.
58 Instagram Content & Profile Scraper TikTok Comment Scraper(by posts URL) marianne-turner/instagram-scraper coreclaw/tiktok-comments-scraper https://www.coreclaw.com/marianne-turner/instagram-scraper?fpr=chris69 https://www.coreclaw.com/coreclaw/tiktok-comments-scraper?fpr=chris69 Social & Creator Data TikTok Instagram TikTok Marianne Turner CoreClaw A unified Instagram scraper designed to extract publicly available data from Instagram through multiple input methods. With CoreClaw, you can pull posts, profile details, comments, reels, and mentions from Instagram URLs or keyword searches with zero code, empowering social media research, influencer analysis, content monitoring, and competitive intelligence Extract public TikTok video comment data in batches by entering video URLs, including comment content, user information, like counts, reply lists, etc., outputting in CSV or JSON format. Supports sentiment analysis and user insights with zero-code operation and one-click structured data export.
59 Instagram Post Scraper(by Post URL) TikTok Data Extractor coreclaw/instagram-post-scraper q9w5f5h8/tiktok-data-extractor https://www.coreclaw.com/coreclaw/instagram-post-scraper?fpr=chris69 https://www.coreclaw.com/q9w5f5h8/tiktok-data-extractor?fpr=chris69 Social & Creator Data TikTok Instagram TikTok CoreClaw Techforce Global Extract public Instagram post data via URLs, including user info, engagement and profile details. One-click CSV/JSON export, batch scraping, no coding needed. Extract comprehensive TikTok data with a single click profiles with detailed metrics (followers, engagement, verification status), video analytics (views, likes, comments, hashtags), and hashtag trending data. Built with anti-detection technology for reliable scraping.
60 Instagram Profile Data Scraper(by Profile URL) TikTok Profile Data Scraper (by URL) coreclaw/instagram-profile-scraper coreclaw/tiktok-profile-scraper https://www.coreclaw.com/coreclaw/instagram-profile-scraper?fpr=chris69 https://www.coreclaw.com/coreclaw/tiktok-profile-scraper?fpr=chris69 Social & Creator Data TikTok Instagram TikTok CoreClaw Extract public Instagram profile data by input URLs, including usernames, IDs, bios, locations, website URLs, follower counts, and comment counts. Supports data exporting, API integration, and synchronization with third-party tools. By entering URLs, batch extract public TikTok creator profile data, including bio, follower count, content performance, engagement metrics, and more, outputting in CSV or JSON format. Support user analysis and marketing decisions with zero-code operation and one-click export of structured data.
61 Instagram Profile Scraper(by UserName ) TikTok Profile Scraper(by search URL ) coreclaw/instagram-profile-data-scraper coreclaw/tiktok-profile-data-scraper https://www.coreclaw.com/coreclaw/instagram-profile-data-scraper?fpr=chris69 https://www.coreclaw.com/coreclaw/tiktok-profile-data-scraper?fpr=chris69 Social & Creator Data TikTok Instagram TikTok CoreClaw Extract public Instagram profile data by input username, including usernames, IDs, bios, locations, website URLs, follower counts, and comment counts. Supports data exporting, API integration, and synchronization with third-party tools. Extract public TikTok creator profile data using search URLs, including bio, follower counts, content performance and engagement metrics, without platform API limitations. Supports data export, API calls and third-party integrations.
62 Instagram Reel Details Scraper(by URL) TikTok Scraper mmi0cuhn/instagram-shi-pin-xin-xi-huo-qu vew5uoxb/tiktok-duo-gong-neng-jie-kou https://www.coreclaw.com/mmi0cuhn/instagram-shi-pin-xin-xi-huo-qu?fpr=chris69 https://www.coreclaw.com/vew5uoxb/tiktok-duo-gong-neng-jie-kou?fpr=chris69 Social & Creator Data TikTok Instagram TikTok mmi0cuhn vew5uoxb Instagram Reel Details Scraper supports batch scraping Reels: likes, comments, author info, followers, caption, hashtags. Proxy supported, structured JSON output for research & analysis. TikTok Scraper can extract multiple data points from TikTok and export them into the format of your choice. You can then use this data in your own data projects, business reports, and as a basis for new applications.
63 Instagram Reels Bulk Scraper(by list URL) TikTok Video Data Scraper(by URL) coreclaw/instagram-reel-data-scraper vew5uoxb/tiktok-gen-ju-shi-pin-url-huo-qu-shu-ju https://www.coreclaw.com/coreclaw/instagram-reel-data-scraper?fpr=chris69 https://www.coreclaw.com/vew5uoxb/tiktok-gen-ju-shi-pin-url-huo-qu-shu-ju?fpr=chris69 Social & Creator Data TikTok Instagram TikTok CoreClaw vew5uoxb Extract public Reel data from Instagram using a list URL, including creator usernames, titles, hashtags, engagement metrics, and more. Ideal for short-form video trend analysis, content monitoring, and competitor research. Supports structured data output. No coding required. Extract TikTok video data by URL in bulk: likes, comments, views, author followers. Auto-generate spreadsheets for content analysis and influencer research.
64 Instagram Reels Scraper(by URL) TikTok Video Scraper coreclaw/instagram-all-reel-scraper coreclaw/tiktok-posts-scraper-tool https://www.coreclaw.com/coreclaw/instagram-all-reel-scraper?fpr=chris69 https://www.coreclaw.com/coreclaw/tiktok-posts-scraper-tool?fpr=chris69 Social & Creator Data TikTok Instagram TikTok CoreClaw Extract public Reel data in bulk using Instagram URLs, including creator usernames, captions, hashtags, comment counts, like counts, views, play counts, engagement metrics, and more. Supports data export, API access, and third-party integrations. By entering post list URLs, batch extract public TikTok post data, including video content, engagement metrics, viral potential, audio data, and more, outputting in CSV or JSON format. Support content analysis and marketing decisions with zero-code operation and one-click export of structured data.
65 Instagram Reels Video Scraper(by URL) Twitter Post Scraper (by Post URL) coreclaw/instagram-reel-scraper mn06pz6r/gen-ju-tui-wen-url-huo-qu-tui-wen-xin-xi https://www.coreclaw.com/coreclaw/instagram-reel-scraper?fpr=chris69 https://www.coreclaw.com/mn06pz6r/gen-ju-tui-wen-url-huo-qu-tui-wen-xin-xi?fpr=chris69 Social & Creator Data X / Twitter Instagram Other CoreClaw mn06pz6r Enter one or more Reel URLs to extract creator details, hashtags, comments, and engagement metrics from public Instagram Reels, with support for media archiving and structured data output. Twitter Post Scraper (by Post URL) extracts a single Twitter/X post with all its details by post URL. Provide one or more tweet URLs and it will return the full post data including engagement metrics, media, hashtags, and author information.
66 Instagram Video Info Scraper Twitter Post Scraper (by Profile URL) mn06pz6r/instagram-tie-zi-xiang-qing-cai-ji mn06pz6r/gen-ju-ge-ren-zhu-ye-url-huo-qu-tui-wen-xin-xi https://www.coreclaw.com/mn06pz6r/instagram-tie-zi-xiang-qing-cai-ji?fpr=chris69 https://www.coreclaw.com/mn06pz6r/gen-ju-ge-ren-zhu-ye-url-huo-qu-tui-wen-xin-xi?fpr=chris69 Social & Creator Data X / Twitter Instagram Other mn06pz6r Instagram Video Info Scraper can collect detailed public data from Instagram posts, reels, and TV videos, and export it in your preferred format. You can use this data for content analysis, influencer research, or as a data foundation for marketing workflows. Twitter Post Scraper (by Profile URL) extracts recent tweets from any public Twitter/X profile. Provide one or more profile URLs and it will fetch the latest posts along with engagement metrics and author details.
67 LinkedIn Candidate Search (No Cookies) Twitter Profile Scraper (by Profile URL) q9w5f5h8/linkedin-candidate-search-no-cookies mn06pz6r/gen-ju-x-ge-ren-zhu-ye-url-huo-qu-yong-hu-xin-xi https://www.coreclaw.com/q9w5f5h8/linkedin-candidate-search-no-cookies?fpr=chris69 https://www.coreclaw.com/mn06pz6r/gen-ju-x-ge-ren-zhu-ye-url-huo-qu-yong-hu-xin-xi?fpr=chris69 Social & Creator Data X / Twitter LinkedIn Other Techforce Global mn06pz6r Build targeted candidate lists from LinkedIn no account, no cookies, no bans. Get verified names, titles, and profile URLs for any IT role and city in minutes. Used by recruiters and HR agencies for faster, cheaper talent sourcing. Twitter Profile Scraper (by Profile URL) extracts a complete Twitter/X profile and its recent tweets in a single run. Provide one or more profile URLs and it will return the full profile metadata along with an array of recent posts.
68 LinkedIn Company Scraper(by URL) Twitter Profile Scraper (by Username) coreclaw/linkedin-company-scraper mn06pz6r/gen-ju-yong-hu-ming-huo-qu-x-ge-ren-xin-xi https://www.coreclaw.com/coreclaw/linkedin-company-scraper?fpr=chris69 https://www.coreclaw.com/mn06pz6r/gen-ju-yong-hu-ming-huo-qu-x-ge-ren-xin-xi?fpr=chris69 Social & Creator Data X / Twitter LinkedIn Other CoreClaw mn06pz6r Extract public company profile data by input LinkedIn company page URL. Capture details such as company name, company size, industry, description, company page link, and more. Export the data, access it via API, or integrate it with third-party tools. Twitter Profile Scraper (by Username) extracts a complete Twitter/X profile and its recent tweets using just a username. Provide one or more usernames and it will return the full profile metadata along with an array of recent posts.
69 LinkedIn Company Scraper(by URL) Unified YouTube Scraper | Bulk Extract Video Metadata, Subtitles & Comments mn06pz6r/linkedin-gong-si-xin-xi-zhua-qu-gong-ju-by-url marianne-turner/youtube-scraper https://www.coreclaw.com/mn06pz6r/linkedin-gong-si-xin-xi-zhua-qu-gong-ju-by-url?fpr=chris69 https://www.coreclaw.com/marianne-turner/youtube-scraper?fpr=chris69 Social & Creator Data YouTube LinkedIn YouTube mn06pz6r Marianne Turner LinkedIn Company Scraper extracts detailed company information from LinkedIn by company page URL. Provide one or more LinkedIn company URLs, and it will fetch each page and return structured company data including name, industry, size, locations, funding, employees, and recent updates. Auto-detect URLs or keywords to bulk extract full metadata for YouTube videos, channels & playlists. Download subtitles & comments, export to JSON/CSV. Perfect for market research & competitor analysis.
70 LinkedIn Job Listings Bulk Scraper YouTube Channel Scraper(by URL) coreclaw/linkedin-jobs-data-scraper coreclaw/youtube-channel-scraper https://www.coreclaw.com/coreclaw/linkedin-jobs-data-scraper?fpr=chris69 https://www.coreclaw.com/coreclaw/youtube-channel-scraper?fpr=chris69 Social & Creator Data YouTube LinkedIn YouTube CoreClaw Extract public LinkedIn job posting data by job listing URL. Capture details such as job title, company name, job description, experience level, salary range, application link, and more. Export the data, access it via API, or integrate it with third-party tools. Extract public profile data in bulk by entering a URL, including channel name, subscriber count, video count, view count, description and popular videos. Export in CSV or JSON format for competitor analysis and user research, with one-click structured data export.
71 LinkedIn Job Scraper (by Job URL) YouTube Comments & Replies Scraper(by ID) mn06pz6r/linkedin-gang-wei-xin-xi-zhua-qu-gong-ju-by-url coreclaw/youtube-comment-scraper https://www.coreclaw.com/mn06pz6r/linkedin-gang-wei-xin-xi-zhua-qu-gong-ju-by-url?fpr=chris69 https://www.coreclaw.com/coreclaw/youtube-comment-scraper?fpr=chris69 Social & Creator Data YouTube LinkedIn YouTube mn06pz6r CoreClaw LinkedIn Job Scraper (by Job URL) extracts detailed job information from LinkedIn by job detail page URL. Provide one or more LinkedIn job URLs, and it will fetch each page and return structured job data including title, company, salary, description, and applicant count. Extract public YouTube video comments in bulk via video IDs, including content, commenter details, likes, replies, and author interactions. Export structured data to CSV or JSON with one click for sentiment analysis and user insights.
72 LinkedIn Job Scraper (by Keyword) YouTube Scraper mn06pz6r/linkedin-gang-wei-lie-biao-zhua-qu-gong-ju-by-keyword vew5uoxb/youtube-duo-gong-neng-jie-kou https://www.coreclaw.com/mn06pz6r/linkedin-gang-wei-lie-biao-zhua-qu-gong-ju-by-keyword?fpr=chris69 https://www.coreclaw.com/vew5uoxb/youtube-duo-gong-neng-jie-kou?fpr=chris69 Social & Creator Data YouTube LinkedIn YouTube mn06pz6r vew5uoxb LinkedIn Job Scraper (by Keyword) extracts job listings from LinkedIn by keyword and location. It builds a search URL internally from your keyword parameters, fetches listing pages, then retrieves each job detail page to deliver structured, ready-to-use job data. YouTube Scraper can extract video metadata from YouTube through multiple collection modes and export them into the format of your choice. You can then use this data in your own data projects, business reports, and as a basis for new applications.
73 LinkedIn Job Scraper (by Listing URL) YouTube Scraper(by ID) mn06pz6r/linkedin-gang-wei-lie-biao-zhua-qu-gong-ju-by-url coreclaw/youtube-scraper https://www.coreclaw.com/mn06pz6r/linkedin-gang-wei-lie-biao-zhua-qu-gong-ju-by-url?fpr=chris69 https://www.coreclaw.com/coreclaw/youtube-scraper?fpr=chris69 Social & Creator Data YouTube LinkedIn YouTube mn06pz6r CoreClaw LinkedIn Job Scraper (by Listing URL) extracts job listings from LinkedIn by listing page URL. Provide one or more LinkedIn job search or company job listing page URLs, and it will paginate through each listing, then fetch every individual job detail page to deliver structured, ready-to-use job data. Extract public YouTube video data in bulk via video IDs, including title, description, channel info, views, likes, comments and duration. Export structured data to CSV or JSON with one click for content analysis and statistics.
74 LinkedIn Job Scraper(by URL) YouTube Search Scraper(by keywords) coreclaw/linkedin-jobs-scraper-tool coreclaw/youtube-search-filter-scraper https://www.coreclaw.com/coreclaw/linkedin-jobs-scraper-tool?fpr=chris69 https://www.coreclaw.com/coreclaw/youtube-search-filter-scraper?fpr=chris69 Social & Creator Data YouTube LinkedIn YouTube CoreClaw Input LinkedIn job URL to extract public job data, including the job title, company name, job description, experience level, salary range, application link, and more. Supports data export, API calls, and third-party tool integrations. A keyword-based YouTube search results scraper with advanced filtering capabilities. Search by keywords and apply multi-dimensional filters including upload date, content type, duration, and features to quickly identify your target videos.
75 LinkedIn Jobs Search Scraper(by Keyword) YouTube Video Details Scraper (by URL) coreclaw/linkedin-jobs-scraper vew5uoxb/youtube-gen-ju-shi-pin-url-huo-qu-xiang-xi-xin-xi https://www.coreclaw.com/coreclaw/linkedin-jobs-scraper?fpr=chris69 https://www.coreclaw.com/vew5uoxb/youtube-gen-ju-shi-pin-url-huo-qu-xiang-xi-xin-xi?fpr=chris69 Social & Creator Data YouTube LinkedIn YouTube CoreClaw vew5uoxb Extract public LinkedIn job posting data by job keyword. Capture details such as job title, company name, job description, experience level, salary range, application link, and more. Export the data, access it via API, or integrate it with third-party tools. Enter URL to obtain video ID, title, author name, channel ID, subscriber count, view count, publish date, video duration, likes and comments.
76 LinkedIn People Profile Scraper(by URL) YouTube Video List Scraper(by keywords ) coreclaw/linkedin-people-profile-scraper coreclaw/youtube-data-scraper https://www.coreclaw.com/coreclaw/linkedin-people-profile-scraper?fpr=chris69 https://www.coreclaw.com/coreclaw/youtube-data-scraper?fpr=chris69 Social & Creator Data YouTube LinkedIn YouTube CoreClaw Extract public LinkedIn People Profile data by URL, including name, headline, location, current company, work experience, education, skills, follower count, and more. Export the data, access it via API, or integrate it with third-party tools. By entering keywords, batch extract public YouTube channel data, including channel name, subscriber count, video count, view count, description, popular videos, etc., outputting in CSV or JSON format. Supports competitor analysis, user research, zero-code operation, one-click export of structured data.
77 ChatGPT Answer Scraper Google Search Results (SERP) Scraper API yankun-guo/chatgpt_get_sources coreclaw/google-search-scraper https://www.coreclaw.com/yankun-guo/chatgpt_get_sources?fpr=chris69 https://www.coreclaw.com/coreclaw/google-search-scraper?fpr=chris69 Search, Maps & SEO Google Other Google yankun guo CoreClaw Input questions to get full HTML content with cited sources from ChatGPT replies. Supports bulk scraping, automatic retry and source extraction. No technical skills required. Free trial available. It queries the Google search engine by keyword and returns a structured SERP summary, including the final search parameters, organic results, related queries, and people-also-ask data.
78 Coursera and EDX Course Scraper On-Page Content Checker odin-kael/coursera-and-edx-course-scraper odin-kael/content-checker-worker https://www.coreclaw.com/odin-kael/coursera-and-edx-course-scraper?fpr=chris69 https://www.coreclaw.com/odin-kael/content-checker-worker?fpr=chris69 Search, Maps & SEO Google Other Google Kael Odin A powerful course scraper for extracting online courses from Coursera and EDX platforms. Content Checker Worker monitors specific content on any web page and detects changes by comparing previous and current content. When changes are detected, it provides detailed comparison with before/after screenshots.
79 Goodreads Book Info Extractor Google Maps Reviews Scraper(by place detail URL) adil-ayub/goodreads-book-info-extractor coreclaw/google-maps-reviews-scraper https://www.coreclaw.com/adil-ayub/goodreads-book-info-extractor?fpr=chris69 https://www.coreclaw.com/coreclaw/google-maps-reviews-scraper?fpr=chris69 Search, Maps & SEO Google Maps Other Google Maps Adil Ayub CoreClaw Instantly extract Goodreads book data including title, description, ISBN, ASIN, publisher, format, page count, language, genres, awards, characters, ratings, and rating counts. Receive structured JSON data for seamless integration into your applications and workflows. Google Maps Review Scraper bulk extracts star ratings, text, reviewer details, owner responses, and image URLs. Precisely analyze customer sentiment, monitor competitors, optimize local SEO, and comprehensively boost your business reputation. Supports keyword filtering and multilingual translation, delivers structured data.
80 Jobspy - Linkedin, Glassdoor Scraper Google Maps Scraper odin-kael/jobspy coreclaw/google-maps-scraper https://www.coreclaw.com/odin-kael/jobspy?fpr=chris69 https://www.coreclaw.com/coreclaw/google-maps-scraper?fpr=chris69 Search, Maps & SEO Google Maps Other Google Maps Kael Odin CoreClaw Stably scrape job postings from recruitment platforms including Indeed and LinkedIn. Supports remote/full-time/salary filtering, custom proxies, and multi-dimensional precise search. Deploy with one click to obtain overseas job data. Pull business records in bulk from Google Maps — covering reviews and reviewer details, photos, contact info (full name, email, job title), opening hours, prices and more. From there, export the data, trigger runs via API, schedule and watch them, or wire the results into your other tools.
81 Made-in-China Supplier Intelligence Scraper | Extract Company Profiles, Contacts & Trade Data SEO Audit Tool mmi0cuhn/made-in-china-com-zhong-guo-chu-hai-gong-si-xin-xi-huo-qu odin-kael/seo-audit-tool https://www.coreclaw.com/mmi0cuhn/made-in-china-com-zhong-guo-chu-hai-gong-si-xin-xi-huo-qu?fpr=chris69 https://www.coreclaw.com/odin-kael/seo-audit-tool?fpr=chris69 Search, Maps & SEO SEO & Marketing Other SEO & Marketing mmi0cuhn Kael Odin Scrape Made-in-China supplier pages and collect structured company profiles, main products, audit report numbers, trade details, certificates, shipment images, and contact information for B2B sourcing workflows. SEO Audit Tool provides 40+ comprehensive SEO checks covering page basics, semantic structure, link health, media optimization, technical SEO and more. It outputs standardized JSON results for one-stop website SEO health checks, issue detection and optimization analysis.
82 Perplexity AI Answer Scraper with Sources Glassdoor Job Scraper(by URL) yankun-guo/perplexity_get_source coreclaw/glassdoor-job-scraper-api https://www.coreclaw.com/yankun-guo/perplexity_get_source?fpr=chris69 https://www.coreclaw.com/coreclaw/glassdoor-job-scraper-api?fpr=chris69 Jobs & Recruiting Glassdoor Other Glassdoor yankun guo CoreClaw Enter questions or links,no coding required to extract full Perplexity AI answers with source citations in HTML format. Ideal for research, fact-checking and content analysis. Enter URLs to batch extract Glassdoor job data, including company names, job titles, locations, salary ranges, job descriptions and employee reviews. No coding required, export structured CSV/JSON data with one click.
83 Product Hunt Scraper Glassdoor Jobs Scraper(by List URL) odin-kael/product-hunt-scraper coreclaw/glassdoor-scraper https://www.coreclaw.com/odin-kael/product-hunt-scraper?fpr=chris69 https://www.coreclaw.com/coreclaw/glassdoor-scraper?fpr=chris69 Jobs & Recruiting Glassdoor Other Glassdoor Kael Odin CoreClaw Product Hunt Scraper CoreClaw Worker to scrape trending products by keyword for market research, competitor tracking, lead generation and AI startup trend monitoring. Support API, feed, browser and proxy auto strategy. Enter job list URLs to batch extract Glassdoor job data, including company names, job titles, locations, salary ranges, descriptions and employee reviews. No coding required, export structured CSV/JSON data with one click.
84 Quince.com Product Scraper - Prices, Discounts, Reviews & More Indeed Job Scraper(by Industry & State) q9w5f5h8/quince-com-product-scraper-prices-discounts-reviews-and-more coreclaw/indeed-job-scraper https://www.coreclaw.com/q9w5f5h8/quince-com-product-scraper-prices-discounts-reviews-and-more?fpr=chris69 https://www.coreclaw.com/coreclaw/indeed-job-scraper?fpr=chris69 Jobs & Recruiting Indeed Other Indeed Techforce Global CoreClaw Search products and walk away with selling prices, retail prices, discounts, hero images, and the latest customer reviews for every product, ready to drop into your spreadsheet, dashboard, or BI tool. The Quince.com Product Scraper turns catalog into clean, structured product data in minutes. Extract public Indeed company data in bulk by industry and location, including size, sector, addresses, employee reviews and salary info. Export in CSV/JSON for industry and regional market analysis, with one-click structured data output.
85 Reddit Scraper(for Posts, Comments & Media Data Effortlessly) Indeed Job Search Scraper(by Keyword) wahlberg/reddit-scraper coreclaw/indeed-job-scraper-tool https://www.coreclaw.com/wahlberg/reddit-scraper?fpr=chris69 https://www.coreclaw.com/coreclaw/indeed-job-scraper-tool?fpr=chris69 Jobs & Recruiting Indeed Other Indeed ewalb CoreClaw Scrape public Reddit posts, comments, votes, media, and metadata by URL or keyword. Support sorting, filtering, and structured output for research, monitoring, and analysis. Extract public Indeed job data in bulk by keywords, including title, company, location, salary, description and post date. Export to CSV/JSON for recruitment, talent and salary benchmark analysis, with one-click structured data output.
86 SHEIN Product Scraper (Keyword/Category-Driven) LinkedIn Candidate Search (No Cookies) yankun-guo/shein_keyword q9w5f5h8/linkedin-candidate-search-no-cookies https://www.coreclaw.com/yankun-guo/shein_keyword?fpr=chris69 https://www.coreclaw.com/q9w5f5h8/linkedin-candidate-search-no-cookies?fpr=chris69 Jobs & Recruiting LinkedIn Other LinkedIn yankun guo Techforce Global A scalable tool to automatically discover, parse, and extract structured SHEIN product data through three input modes (keyword, category URL, category ID). It supports multi-regional SHEIN sites (US/UK/DE/FR, etc.), customizable sorting rules, and extraction of core product attributes (price, rating, sales volume, badges, etc.), ideal for price tracking, competitor research, trend analysis, and listing monitoring. Build targeted candidate lists from LinkedIn no account, no cookies, no bans. Get verified names, titles, and profile URLs for any IT role and city in minutes. Used by recruiters and HR agencies for faster, cheaper talent sourcing.
87 SHEIN Single Product Extractor (URL/ID) LinkedIn Job Listings Bulk Scraper yankun-guo/shein_product_particulars coreclaw/linkedin-jobs-data-scraper https://www.coreclaw.com/yankun-guo/shein_product_particulars?fpr=chris69 https://www.coreclaw.com/coreclaw/linkedin-jobs-data-scraper?fpr=chris69 Jobs & Recruiting LinkedIn Other LinkedIn yankun guo CoreClaw A dedicated tool to extract structured detailed data for individual SHEIN products via product URL or product ID. It connects to a remote Chromium instance, automatically bypasses SHEIN's risk verification, loads the target product page, parses complete product attributes, and returns normalized data. Supports 10+ regional SHEIN sites and configurable workflow retries, ideal for product information monitoring, price tracking, competitor research, and trend analysis. Extract public LinkedIn job posting data by job listing URL. Capture details such as job title, company name, job description, experience level, salary range, application link, and more. Export the data, access it via API, or integrate it with third-party tools.
88 Shopify Product Scraper LinkedIn Job Scraper (by Job URL) odin-kael/shopify-scraper-worker mn06pz6r/linkedin-gang-wei-xin-xi-zhua-qu-gong-ju-by-url https://www.coreclaw.com/odin-kael/shopify-scraper-worker?fpr=chris69 https://www.coreclaw.com/mn06pz6r/linkedin-gang-wei-xin-xi-zhua-qu-gong-ju-by-url?fpr=chris69 Jobs & Recruiting LinkedIn Other LinkedIn Kael Odin mn06pz6r Extract titles, prices, SKUs, variants, images, inventory status & metadata from any Shopify store. Just enter the URL—we handle sitemap discovery, WAF bypass & structured output automatically. LinkedIn Job Scraper (by Job URL) extracts detailed job information from LinkedIn by job detail page URL. Provide one or more LinkedIn job URLs, and it will fetch each page and return structured job data including title, company, salary, description, and applicant count.
89 Twitter Post Scraper (by Post URL) LinkedIn Job Scraper (by Keyword) mn06pz6r/gen-ju-tui-wen-url-huo-qu-tui-wen-xin-xi mn06pz6r/linkedin-gang-wei-lie-biao-zhua-qu-gong-ju-by-keyword https://www.coreclaw.com/mn06pz6r/gen-ju-tui-wen-url-huo-qu-tui-wen-xin-xi?fpr=chris69 https://www.coreclaw.com/mn06pz6r/linkedin-gang-wei-lie-biao-zhua-qu-gong-ju-by-keyword?fpr=chris69 Jobs & Recruiting LinkedIn Other LinkedIn mn06pz6r Twitter Post Scraper (by Post URL) extracts a single Twitter/X post with all its details by post URL. Provide one or more tweet URLs and it will return the full post data including engagement metrics, media, hashtags, and author information. LinkedIn Job Scraper (by Keyword) extracts job listings from LinkedIn by keyword and location. It builds a search URL internally from your keyword parameters, fetches listing pages, then retrieves each job detail page to deliver structured, ready-to-use job data.
90 Twitter Post Scraper (by Profile URL) LinkedIn Job Scraper (by Listing URL) mn06pz6r/gen-ju-ge-ren-zhu-ye-url-huo-qu-tui-wen-xin-xi mn06pz6r/linkedin-gang-wei-lie-biao-zhua-qu-gong-ju-by-url https://www.coreclaw.com/mn06pz6r/gen-ju-ge-ren-zhu-ye-url-huo-qu-tui-wen-xin-xi?fpr=chris69 https://www.coreclaw.com/mn06pz6r/linkedin-gang-wei-lie-biao-zhua-qu-gong-ju-by-url?fpr=chris69 Jobs & Recruiting LinkedIn Other LinkedIn mn06pz6r Twitter Post Scraper (by Profile URL) extracts recent tweets from any public Twitter/X profile. Provide one or more profile URLs and it will fetch the latest posts along with engagement metrics and author details. LinkedIn Job Scraper (by Listing URL) extracts job listings from LinkedIn by listing page URL. Provide one or more LinkedIn job search or company job listing page URLs, and it will paginate through each listing, then fetch every individual job detail page to deliver structured, ready-to-use job data.
91 Twitter Profile Scraper (by Profile URL) LinkedIn Job Scraper(by URL) mn06pz6r/gen-ju-x-ge-ren-zhu-ye-url-huo-qu-yong-hu-xin-xi coreclaw/linkedin-jobs-scraper-tool https://www.coreclaw.com/mn06pz6r/gen-ju-x-ge-ren-zhu-ye-url-huo-qu-yong-hu-xin-xi?fpr=chris69 https://www.coreclaw.com/coreclaw/linkedin-jobs-scraper-tool?fpr=chris69 Jobs & Recruiting LinkedIn Other LinkedIn mn06pz6r CoreClaw Twitter Profile Scraper (by Profile URL) extracts a complete Twitter/X profile and its recent tweets in a single run. Provide one or more profile URLs and it will return the full profile metadata along with an array of recent posts. Input LinkedIn job URL to extract public job data, including the job title, company name, job description, experience level, salary range, application link, and more. Supports data export, API calls, and third-party tool integrations.
92 Twitter Profile Scraper (by Username) LinkedIn Jobs Search Scraper(by Keyword) mn06pz6r/gen-ju-yong-hu-ming-huo-qu-x-ge-ren-xin-xi coreclaw/linkedin-jobs-scraper https://www.coreclaw.com/mn06pz6r/gen-ju-yong-hu-ming-huo-qu-x-ge-ren-xin-xi?fpr=chris69 https://www.coreclaw.com/coreclaw/linkedin-jobs-scraper?fpr=chris69 Jobs & Recruiting LinkedIn Other LinkedIn mn06pz6r CoreClaw Twitter Profile Scraper (by Username) extracts a complete Twitter/X profile and its recent tweets using just a username. Provide one or more usernames and it will return the full profile metadata along with an array of recent posts. Extract public LinkedIn job posting data by job keyword. Capture details such as job title, company name, job description, experience level, salary range, application link, and more. Export the data, access it via API, or integrate it with third-party tools.
93 Username Finder Jobspy - Linkedin, Glassdoor Scraper odin-kael/username-finder odin-kael/jobspy https://www.coreclaw.com/odin-kael/username-finder?fpr=chris69 https://www.coreclaw.com/odin-kael/jobspy?fpr=chris69 Jobs & Recruiting Multi-platform Jobs Other Kael Odin Check if a username is available or taken across a vast range of social media platforms, covering over 400+ social networks. Built upon the popular Sherlock project, it supports concurrent requests, multiple detection methods, WAF detection, and detailed results. Stably scrape job postings from recruitment platforms including Indeed and LinkedIn. Supports remote/full-time/salary filtering, custom proxies, and multi-dimensional precise search. Deploy with one click to obtain overseas job data.
94 Yahoo Finance Scraper Amazon Seller Scraper (for Lead Generation) odin-kael/worker-yfinance coreclaw/amazon-global-product-data-scraper-api https://www.coreclaw.com/odin-kael/worker-yfinance?fpr=chris69 https://www.coreclaw.com/coreclaw/amazon-global-product-data-scraper-api?fpr=chris69 Lead Generation & Company Intelligence Amazon Other Amazon Kael Odin CoreClaw Get global stock market data from Yahoo Finance, supporting US stocks, Hong Kong stocks, and A-shares. Extract comprehensive data including historical OHLCV, company information, financial statements, dividend history, split history, and analyst ratings. No coding required. Export to CSV or JSON with one click. Extract product data from Amazon seller storefronts by seller URLs. Capture details such as product title, brand, price, reviews, ASIN, ranking, seller information, and more. Export the data, access it via API, or integrate it with third-party tools.
95 Domain Email Finder Google Maps Lead Finder | Local Business Leads & Verified Contacts odin-kael/domain-email-finder coreclaw/google-maps-lead-finder https://www.coreclaw.com/odin-kael/domain-email-finder?fpr=chris69 https://www.coreclaw.com/coreclaw/google-maps-lead-finder?fpr=chris69 Lead Generation & Company Intelligence Google Maps SEO & Marketing Google Maps Kael Odin CoreClaw Find public email addresses for a website or domain. Domain Email Finder is a Coreclaw Python Worker that crawls a target website, checks common contact-related pages, queries selected free public sources, and outputs deduplicated email findings with source attribution, classification, confidence, Discover and collect sales-ready local business leads from Google Maps with company profiles, websites, phone numbers, reviews, decision-maker contacts, and verified emails for outreach campaigns.
96 SEO Audit Tool Indeed Company Scraper(by Keyword) odin-kael/seo-audit-tool coreclaw/indeed-scraper-tool https://www.coreclaw.com/odin-kael/seo-audit-tool?fpr=chris69 https://www.coreclaw.com/coreclaw/indeed-scraper-tool?fpr=chris69 Lead Generation & Company Intelligence Indeed SEO & Marketing Indeed Kael Odin CoreClaw SEO Audit Tool provides 40+ comprehensive SEO checks covering page basics, semantic structure, link health, media optimization, technical SEO and more. It outputs standardized JSON results for one-stop website SEO health checks, issue detection and optimization analysis. Extract public Indeed company data in bulk by keywords, including size, industry, addresses, reviews and salary details. Export in CSV/JSON for targeted company search and competitor monitoring, with one-click structured data output.
97 TikTok Bulk Video Scraper Indeed Company Scraper(by List URL) coreclaw/tiktok-post-data-scraper coreclaw/indeed-scraper-api https://www.coreclaw.com/coreclaw/tiktok-post-data-scraper?fpr=chris69 https://www.coreclaw.com/coreclaw/indeed-scraper-api?fpr=chris69 Lead Generation & Company Intelligence Indeed TikTok Indeed CoreClaw Extract public TikTok post data via profile URLs, including engagement, viral trends and audio info. One-click CSV/JSON export, zero code required. Extract public Indeed company data in bulk via list URLs, including size, industry, locations, reviews and salary info. Export to CSV/JSON for recruitment research, competitor analysis and business intelligence, with one-click structured data export.
98 TikTok Comment Scraper(by posts URL) Indeed Scraper(by Company URL) coreclaw/tiktok-comments-scraper coreclaw/indeed-scraper https://www.coreclaw.com/coreclaw/tiktok-comments-scraper?fpr=chris69 https://www.coreclaw.com/coreclaw/indeed-scraper?fpr=chris69 Lead Generation & Company Intelligence Indeed TikTok Indeed CoreClaw Extract public TikTok video comment data in batches by entering video URLs, including comment content, user information, like counts, reply lists, etc., outputting in CSV or JSON format. Supports sentiment analysis and user insights with zero-code operation and one-click structured data export. Extract public Indeed company data in bulk via company URLs, including size, industry, location, reviews and salary info. Export to CSV/JSON for recruitment research and competitor analysis, with one-click structured data output.
99 TikTok Data Extractor LinkedIn Company Scraper(by URL) q9w5f5h8/tiktok-data-extractor coreclaw/linkedin-company-scraper https://www.coreclaw.com/q9w5f5h8/tiktok-data-extractor?fpr=chris69 https://www.coreclaw.com/coreclaw/linkedin-company-scraper?fpr=chris69 Lead Generation & Company Intelligence LinkedIn TikTok LinkedIn Techforce Global CoreClaw Extract comprehensive TikTok data with a single click profiles with detailed metrics (followers, engagement, verification status), video analytics (views, likes, comments, hashtags), and hashtag trending data. Built with anti-detection technology for reliable scraping. Extract public company profile data by input LinkedIn company page URL. Capture details such as company name, company size, industry, description, company page link, and more. Export the data, access it via API, or integrate it with third-party tools.
100 TikTok Profile Data Scraper (by URL) LinkedIn Company Scraper(by URL) coreclaw/tiktok-profile-scraper mn06pz6r/linkedin-gong-si-xin-xi-zhua-qu-gong-ju-by-url https://www.coreclaw.com/coreclaw/tiktok-profile-scraper?fpr=chris69 https://www.coreclaw.com/mn06pz6r/linkedin-gong-si-xin-xi-zhua-qu-gong-ju-by-url?fpr=chris69 Lead Generation & Company Intelligence LinkedIn TikTok LinkedIn CoreClaw mn06pz6r By entering URLs, batch extract public TikTok creator profile data, including bio, follower count, content performance, engagement metrics, and more, outputting in CSV or JSON format. Support user analysis and marketing decisions with zero-code operation and one-click export of structured data. LinkedIn Company Scraper extracts detailed company information from LinkedIn by company page URL. Provide one or more LinkedIn company URLs, and it will fetch each page and return structured company data including name, industry, size, locations, funding, employees, and recent updates.
101 TikTok Profile Scraper(by search URL ) LinkedIn People Profile Scraper(by URL) coreclaw/tiktok-profile-data-scraper coreclaw/linkedin-people-profile-scraper https://www.coreclaw.com/coreclaw/tiktok-profile-data-scraper?fpr=chris69 https://www.coreclaw.com/coreclaw/linkedin-people-profile-scraper?fpr=chris69 Lead Generation & Company Intelligence LinkedIn TikTok LinkedIn CoreClaw Extract public TikTok creator profile data using search URLs, including bio, follower counts, content performance and engagement metrics, without platform API limitations. Supports data export, API calls and third-party integrations. Extract public LinkedIn People Profile data by URL, including name, headline, location, current company, work experience, education, skills, follower count, and more. Export the data, access it via API, or integrate it with third-party tools.
102 TikTok Scraper Made-in-China Supplier Intelligence Scraper | Extract Company Profiles, Contacts & Trade Data vew5uoxb/tiktok-duo-gong-neng-jie-kou mmi0cuhn/made-in-china-com-zhong-guo-chu-hai-gong-si-xin-xi-huo-qu https://www.coreclaw.com/vew5uoxb/tiktok-duo-gong-neng-jie-kou?fpr=chris69 https://www.coreclaw.com/mmi0cuhn/made-in-china-com-zhong-guo-chu-hai-gong-si-xin-xi-huo-qu?fpr=chris69 Lead Generation & Company Intelligence Made-in-China TikTok Other vew5uoxb mmi0cuhn TikTok Scraper can extract multiple data points from TikTok and export them into the format of your choice. You can then use this data in your own data projects, business reports, and as a basis for new applications. Scrape Made-in-China supplier pages and collect structured company profiles, main products, audit report numbers, trade details, certificates, shipment images, and contact information for B2B sourcing workflows.
103 TikTok Shop Product Scraper ( for E-commerce Data) Domain Email Finder coreclaw/tiktok-shop-scraper odin-kael/domain-email-finder https://www.coreclaw.com/coreclaw/tiktok-shop-scraper?fpr=chris69 https://www.coreclaw.com/odin-kael/domain-email-finder?fpr=chris69 Lead Generation & Company Intelligence SEO & Marketing TikTok SEO & Marketing CoreClaw Kael Odin Extract public TikTok Shop store data using shop URLs, including store details, product info, pricing, sales data and reviews, without platform API limitations. Supports data export, API calls and third-party integrations. Find public email addresses for a website or domain. Domain Email Finder is a Coreclaw Python Worker that crawls a target website, checks common contact-related pages, queries selected free public sources, and outputs deduplicated email findings with source attribution, classification, confidence,
104 TikTok Video Data Scraper(by URL) YouTube Creator Business Email Scraper & Contact Extractor vew5uoxb/tiktok-gen-ju-shi-pin-url-huo-qu-shu-ju coreclaw/youtube-channel-email-scraper https://www.coreclaw.com/vew5uoxb/tiktok-gen-ju-shi-pin-url-huo-qu-shu-ju?fpr=chris69 https://www.coreclaw.com/coreclaw/youtube-channel-email-scraper?fpr=chris69 Lead Generation & Company Intelligence YouTube TikTok YouTube vew5uoxb CoreClaw No coding required. Extract TikTok video data by URL in bulk: likes, comments, views, author followers. Auto-generate spreadsheets for content analysis and influencer research. Pull real YouTube creator business emails in bulk from channel IDs, handles, or URLs. Most other YouTube email scrapers only grab public metadata — this one actually clicks the "View email address" button with logged-in Google accounts to retrieve the genuine business email that creators publish for inquiries. Built for influencer outreach, sponsorship prospecting, and bulk YouTube lead generation at scale. Whether you need a YouTube influencer contact scraper for a one-off campaign or a bulk YouTube email extraction tool for ongoing prospecting, this worker has you covered.
105 TikTok Video Scraper ChatGPT Answer Scraper coreclaw/tiktok-posts-scraper-tool yankun-guo/chatgpt_get_sources https://www.coreclaw.com/coreclaw/tiktok-posts-scraper-tool?fpr=chris69 https://www.coreclaw.com/yankun-guo/chatgpt_get_sources?fpr=chris69 AI & Research ChatGPT TikTok Other CoreClaw yankun guo By entering post list URLs, batch extract public TikTok post data, including video content, engagement metrics, viral potential, audio data, and more, outputting in CSV or JSON format. Support content analysis and marketing decisions with zero-code operation and one-click export of structured data. Input questions to get full HTML content with cited sources from ChatGPT replies. Supports bulk scraping, automatic retry and source extraction. No technical skills required. Free trial available.
106 Walmart Product Data Scraper(by URL) RAG Web Browser coreclaw/walmart-product-scraper-api odin-kael/rag-web-browser-worker https://www.coreclaw.com/coreclaw/walmart-product-scraper-api?fpr=chris69 https://www.coreclaw.com/odin-kael/rag-web-browser-worker?fpr=chris69 AI & Research Google Walmart Google CoreClaw Kael Odin Enter a Walmart product URL to extract product details and related data, including price, SKU, brand, rating, reviews, and more. Ideal for single-product research, price tracking, and product data management. Supports structured export and third-party integrations. A high-performance web scraper for RAG and AI, featuring Google search integration, dual-mode extraction (HTTP/Browser), and multi-format output.
107 Walmart Product Scraper(by Category URL) Perplexity AI Answer Scraper with Sources coreclaw/walmart-product-by-category-url yankun-guo/perplexity_get_source https://www.coreclaw.com/coreclaw/walmart-product-by-category-url?fpr=chris69 https://www.coreclaw.com/yankun-guo/perplexity_get_source?fpr=chris69 AI & Research Perplexity Walmart Other CoreClaw yankun guo Our Walmart product scraper extracts key data: URL, price, SKU, currency, GTIN, brand, reviews, description, name, category, image, rating, size, color, seller, nutrition, variants, etc. Supports category scraping; results in structured formats. Enter questions or links,no coding required to extract full Perplexity AI answers with source citations in HTML format. Ideal for research, fact-checking and content analysis.
108 Walmart Product Scraper(by Keywords) Cheerio Web Scraping coreclaw/walmart-product-scraper odin-kael/cheerio-html-parsing-scraper https://www.coreclaw.com/coreclaw/walmart-product-scraper?fpr=chris69 https://www.coreclaw.com/odin-kael/cheerio-html-parsing-scraper?fpr=chris69 Developer & Web Utilities Google Walmart Google CoreClaw Kael Odin Extract detailed product data from Walmart, including prices, SKUs, brands, ratings, reviews, seller information, nutrition facts, and product variants. Ideal for product research, price monitoring, and competitor analysis. Supports structured exports, API access, and third-party integrations. A high-speed static page scraper based on Cheerio, designed specifically for static HTML pages. Uses Cheerio for HTML parsing, delivering speeds 10-50 times faster than full browser rendering.
109 Walmart Product Scraper(by SKU) Google Sheets Import Export Tool coreclaw/walmart-product-data-scraper odin-kael/google-sheets-import-and-export https://www.coreclaw.com/coreclaw/walmart-product-data-scraper?fpr=chris69 https://www.coreclaw.com/odin-kael/google-sheets-import-and-export?fpr=chris69 Developer & Web Utilities Google Walmart Google CoreClaw Kael Odin Extract detailed Walmart product data using product SKUs, including price, SKU, brand, rating, nutrition information, and product variants. Ideal for product validation, product mapping, and structured product management. Supports structured data export. A powerful Google Sheets data import export tool designed for data synchronization, backup, and integration between Google Sheets and external systems. Supports three operation modes, two authentication methods, batch processing, data deduplication, and automatic backup.
110 Unified YouTube Scraper | Bulk Extract Video Metadata, Subtitles & Comments Playwright Web Scraping marianne-turner/youtube-scraper odin-kael/cross-browser-web-playwright-scraper https://www.coreclaw.com/marianne-turner/youtube-scraper?fpr=chris69 https://www.coreclaw.com/odin-kael/cross-browser-web-playwright-scraper?fpr=chris69 Developer & Web Utilities Google YouTube Google Marianne Turner Kael Odin Auto-detect URLs or keywords to bulk extract full metadata for YouTube videos, channels & playlists. Download subtitles & comments, export to JSON/CSV. Perfect for market research & competitor analysis. A powerful cross-browser web scraping tool using Playwright for complete browser rendering. Supports Chromium, Firefox, and WebKit browser engines. Perfect for dynamic pages, single-page applications (SPAs), infinite scroll pages, and cross-browser testing scenarios.
111 YouTube Channel Scraper(by URL) Puppeteer Web Scraping coreclaw/youtube-channel-scraper odin-kael/full-browser-web-puppeteer-scraper https://www.coreclaw.com/coreclaw/youtube-channel-scraper?fpr=chris69 https://www.coreclaw.com/odin-kael/full-browser-web-puppeteer-scraper?fpr=chris69 Developer & Web Utilities Google YouTube Google CoreClaw Kael Odin Extract public profile data in bulk by entering a URL, including channel name, subscriber count, video count, view count, description and popular videos. Export in CSV or JSON format for competitor analysis and user research, with one-click structured data export. A powerful web scraping tool using Puppeteer for complete browser rendering. Supports full browser rendering, automatic Cookie banner closing, URL filtering, and more.
112 YouTube Comments & Replies Scraper(by ID) Web Scraper Tool coreclaw/youtube-comment-scraper odin-kael/universal-web-scraper-tong-yong-wang-ye-pa-chong https://www.coreclaw.com/coreclaw/youtube-comment-scraper?fpr=chris69 https://www.coreclaw.com/odin-kael/universal-web-scraper-tong-yong-wang-ye-pa-chong?fpr=chris69 Developer & Web Utilities Google YouTube Google CoreClaw Kael Odin Extract public YouTube video comments in bulk via video IDs, including content, commenter details, likes, replies, and author interactions. Export structured data to CSV or JSON with one click for sentiment analysis and user insights. A powerful and flexible web scraping tool that automatically crawls websites, extracts structured data, and discovers new links.
113 YouTube Creator Business Email Scraper & Contact Extractor Webpage Content Extractor coreclaw/youtube-channel-email-scraper odin-kael/website-content-extractor https://www.coreclaw.com/coreclaw/youtube-channel-email-scraper?fpr=chris69 https://www.coreclaw.com/odin-kael/website-content-extractor?fpr=chris69 Developer & Web Utilities Google YouTube Google CoreClaw Kael Odin Pull real YouTube creator business emails in bulk from channel IDs, handles, or URLs. Most other YouTube email scrapers only grab public metadata — this one actually clicks the "View email address" button with logged-in Google accounts to retrieve the genuine business email that creators publish for inquiries. Built for influencer outreach, sponsorship prospecting, and bulk YouTube lead generation at scale. Whether you need a YouTube influencer contact scraper for a one-off campaign or a bulk YouTube email extraction tool for ongoing prospecting, this worker has you covered. Intelligently extract website content using Crawl4AI, retrieving page content in various formats (Markdown, HTML, or plain text). Supports configurable depth, wait conditions, CSS selectors, and comprehensive link discovery. Zero-code operation, one-click export in CSV or JSON format.
114 YouTube Scraper Website Screenshot Tool vew5uoxb/youtube-duo-gong-neng-jie-kou odin-kael/website-screenshot-tool https://www.coreclaw.com/vew5uoxb/youtube-duo-gong-neng-jie-kou?fpr=chris69 https://www.coreclaw.com/odin-kael/website-screenshot-tool?fpr=chris69 Developer & Web Utilities Google YouTube Google vew5uoxb Kael Odin YouTube Scraper can extract video metadata from YouTube through multiple collection modes and export them into the format of your choice. You can then use this data in your own data projects, business reports, and as a basis for new applications. A powerful website screenshot tool designed specifically for the CoreClaw platform. It captures web page screenshots and returns them as Base64-encoded data embedded in JSON output.
115 YouTube Scraper(by ID) Yahoo Finance Scraper coreclaw/youtube-scraper odin-kael/worker-yfinance https://www.coreclaw.com/coreclaw/youtube-scraper?fpr=chris69 https://www.coreclaw.com/odin-kael/worker-yfinance?fpr=chris69 Finance & Markets Yahoo Finance YouTube Other CoreClaw Kael Odin Extract public YouTube video data in bulk via video IDs, including title, description, channel info, views, likes, comments and duration. Export structured data to CSV or JSON with one click for content analysis and statistics. Get global stock market data from Yahoo Finance, supporting US stocks, Hong Kong stocks, and A-shares. Extract comprehensive data including historical OHLCV, company information, financial statements, dividend history, split history, and analyst ratings. No coding required. Export to CSV or JSON with one click.
116 YouTube Search Scraper(by keywords) Zillow Scraper(by URL) coreclaw/youtube-search-filter-scraper coreclaw/zillow-product-by-url https://www.coreclaw.com/coreclaw/youtube-search-filter-scraper?fpr=chris69 https://www.coreclaw.com/coreclaw/zillow-product-by-url?fpr=chris69 Real Estate Zillow YouTube Zillow CoreClaw A keyword-based YouTube search results scraper with advanced filtering capabilities. Search by keywords and apply multi-dimensional filters including upload date, content type, duration, and features to quickly identify your target videos. Extract structured property data from Zillow property detail pages, including price, address, bedrooms, bathrooms, square footage, property type, tax history, price history, coordinates, and market valuations.
117 YouTube Video Details Scraper (by URL) Coursera and EDX Course Scraper vew5uoxb/youtube-gen-ju-shi-pin-url-huo-qu-xiang-xi-xin-xi odin-kael/coursera-and-edx-course-scraper https://www.coreclaw.com/vew5uoxb/youtube-gen-ju-shi-pin-url-huo-qu-xiang-xi-xin-xi?fpr=chris69 https://www.coreclaw.com/odin-kael/coursera-and-edx-course-scraper?fpr=chris69 Education & Knowledge Coursera & edX YouTube Other vew5uoxb Kael Odin Enter URL to obtain video ID, title, author name, channel ID, subscriber count, view count, publish date, video duration, likes and comments. A powerful course scraper for extracting online courses from Coursera and EDX platforms.
118 YouTube Video List Scraper(by keywords ) Goodreads Book Info Extractor coreclaw/youtube-data-scraper adil-ayub/goodreads-book-info-extractor https://www.coreclaw.com/coreclaw/youtube-data-scraper?fpr=chris69 https://www.coreclaw.com/adil-ayub/goodreads-book-info-extractor?fpr=chris69 Education & Knowledge Goodreads YouTube Other CoreClaw Adil Ayub By entering keywords, batch extract public YouTube channel data, including channel name, subscriber count, video count, view count, description, popular videos, etc., outputting in CSV or JSON format. Supports competitor analysis, user research, zero-code operation, one-click export of structured data. Instantly extract Goodreads book data including title, description, ISBN, ASIN, publisher, format, page count, language, genres, awards, characters, ratings, and rating counts. Receive structured JSON data for seamless integration into your applications and workflows.
119 Zillow Scraper(by URL) Russia Today News Scraping coreclaw/zillow-product-by-url zy-z/today-russia https://www.coreclaw.com/coreclaw/zillow-product-by-url?fpr=chris69 https://www.coreclaw.com/zy-z/today-russia?fpr=chris69 News & Media Google Play Store Zillow Google Play Store CoreClaw zy z Extract structured property data from Zillow property detail pages, including price, address, bedrooms, bathrooms, square footage, property type, tax history, price history, coordinates, and market valuations. Russian International Media offers authoritative global news, multilingual reporting, and in-depth analysis on Russia, world politics, economy, and international affairs for global readers.
+90
View File
@@ -0,0 +1,90 @@
from __future__ import annotations
import csv
import re
import sys
import xml.etree.ElementTree as ET
from collections import Counter
from pathlib import Path
ROOT = Path(__file__).resolve().parents[1]
CSV_PATH = ROOT / "data" / "workers.csv"
README_PATH = ROOT / "README.md"
BANNER_PATH = ROOT / "assets" / "coreclaw-api-directory-banner.svg"
REQUIRED_FIELDS = {
"title",
"path",
"url",
"category",
"source",
"platform",
"author",
"description",
}
AFFILIATE_URL = re.compile(
r"^https://www\.coreclaw\.com/[^/?]+/[^/?]+\?fpr=chris69$"
)
def fail(message: str) -> None:
print(f"ERROR: {message}", file=sys.stderr)
raise SystemExit(1)
def main() -> None:
if not CSV_PATH.is_file():
fail(f"missing {CSV_PATH.relative_to(ROOT)}")
if not README_PATH.is_file():
fail("missing README.md")
if not BANNER_PATH.is_file():
fail(f"missing {BANNER_PATH.relative_to(ROOT)}")
with CSV_PATH.open(encoding="utf-8", newline="") as handle:
reader = csv.DictReader(handle)
fields = set(reader.fieldnames or [])
missing_fields = REQUIRED_FIELDS - fields
if missing_fields:
fail(f"CSV is missing fields: {', '.join(sorted(missing_fields))}")
rows = list(reader)
if not rows:
fail("catalog is empty")
paths = [row["path"].strip() for row in rows]
duplicate_paths = sorted(path for path, count in Counter(paths).items() if count > 1)
if duplicate_paths:
fail(f"duplicate Worker paths: {', '.join(duplicate_paths)}")
for index, row in enumerate(rows, start=2):
empty = sorted(field for field in REQUIRED_FIELDS if not row[field].strip())
if empty:
fail(f"CSV row {index} has empty fields: {', '.join(empty)}")
if not AFFILIATE_URL.fullmatch(row["url"].strip()):
fail(f"CSV row {index} has an invalid affiliate URL: {row['url']}")
readme = README_PATH.read_text(encoding="utf-8")
missing_from_readme = [path for path in paths if path not in readme]
if missing_from_readme:
fail(f"README is missing {len(missing_from_readme)} Worker paths")
try:
root = ET.parse(BANNER_PATH).getroot()
except ET.ParseError as error:
fail(f"banner SVG is invalid: {error}")
if not root.tag.endswith("svg"):
fail("banner asset is not an SVG document")
category_counts = Counter(row["category"].strip() for row in rows)
source_count = len({row["source"].strip() for row in rows})
print(
f"Catalog valid: {len(rows)} Workers, "
f"{len(category_counts)} categories, {source_count} sources."
)
for category, count in sorted(category_counts.items()):
print(f" {count:>3} {category}")
if __name__ == "__main__":
main()