Ready-to-run examples for a portfolio of pay-per-event data APIs (Apify Actors) built on official sources — company registries, court auctions, trademark offices, SEC filings, clinical trials and second-hand marketplaces. Every Actor returns clean, typed JSON and is exposed as an MCP tool for AI agents.
| Actor | What it answers | Try it |
|---|---|---|
| eBay Sold Price Appraiser | Real market value of any item from confirmed eBay sold listings — median, percentiles, trend, liquidity + cleaned comps. | examples/ebay-sold-price-appraiser.mjs |
| Second-hand Deal Scanner EU | Underpriced Vinted/Wallapop/Milanuncios listings vs real eBay sold prices, ranked by estimated resale profit (ES/FR/DE/IT/UK). | examples/second-hand-deal-scanner-es.mjs |
| Spanish Company Feed (BORME) | Daily structured feed of Spanish Companies Registry acts: incorporations, dissolutions, insolvencies. | examples/borme-company-feed.mjs |
| Spain Public Auctions (BOE) | Judicial & tax auctions with auction value, cadastral reference, charges and market comparison. | examples/spain-boe-auctions.mjs |
| Global Trademark Watch | New trademark filings across USPTO, EUIPO, WIPO and 70+ offices, with opposition deadlines. | examples/trademark-watch-tmview.mjs |
| Insider Trading Feed (SEC Form 4) | Insider buys & sells for any US-listed stock, with roles, share counts and totals. | examples/insider-trading-feed.mjs |
| Clinical Trials Watch | New & updated clinical trials by condition, sponsor or drug, from the official registry. | examples/clinical-trials-watch.mjs |
| Startup Funding Feed (SEC Form D) | US private funding rounds from the primary regulatory source — days before the press. Now with daysSinceFirstSale and slowFill signals. |
examples/startup-funding-feed.mjs |
| Pokémon Card Price Checker | Real market value of any Pokémon card from confirmed eBay sold listings. | examples/pokemon-card-price-checker.mjs |
| Chrono24 Watch Market Analyzer | Market analysis for any luxury watch: median, percentiles, market depth, dealer mix. | examples/chrono24-watch-analyzer.mjs |
| Catawiki Deal Finder | Live auction lots vs Catawiki’s own expert estimates: discount %, reserve status, closing time. | examples/catawiki-deal-finder.mjs |
| Patent Watch | New patent publications by keyword or company, worldwide, structured. | examples/patent-watch.mjs |
| Airbnb Market Analyzer | Supply and nightly price stats for any city from a geo-scoped Airbnb scan. | examples/airbnb-market-analyzer.mjs |
| Booking Hotel Price Analyzer | A city’s hotel market: median and percentile prices, supply depth and the hotels behind them. | examples/booking-hotel-price-analyzer.mjs |
| US Contract Opportunities Feed (SAM.gov) | Live federal contract opportunities with deadlines, set-aside labels and official contacts. | examples/samgov-opportunities-feed.mjs |
| SEC 13F Holdings Feed | Any fund manager’s portfolio: top holdings with weights and quarter-over-quarter changes. | examples/sec-13f-holdings-feed.mjs |
| SEC 8-K Events Feed | Material corporate events (M&A, earnings, executive changes, delistings) decoded from 8-K item codes. | examples/sec-8k-events-feed.mjs |
| UK Company Data (Companies House) | KYC-grade UK company checks: profile, officers, beneficial owners, charges and filings with verifiable risk flags. | examples/companies-house-feed.mjs |
| Vinted Search Feed | Clean Vinted listings and a price snapshot (median, quartiles) for any query, across 9 European markets. | examples/vinted-search-feed.mjs |
export APIFY_TOKEN=your_token # free account: https://apify.com
node examples/ebay-sold-price-appraiser.mjs
Each example uses the plain run-sync API — no SDK required.
Every Actor is a tool on the Apify MCP Server. One config exposes any of them to Claude, Cursor or any MCP client:
{
"mcpServers": {
"data-tools": {
"url": "https://mcp.apify.com?tools=jdepablos/startup-funding-feed,jdepablos/insider-trading-feed,jdepablos/trademark-watch-tmview",
"headers": { "Authorization": "Bearer <APIFY_TOKEN>" }
}
}
}