There's An AI For That Scraper - AI Tools + Maker Emails avatar

There's An AI For That Scraper - AI Tools + Maker Emails

Pricing

from $3.00 / 1,000 results

Go to Apify Store
There's An AI For That Scraper - AI Tools + Maker Emails

There's An AI For That Scraper - AI Tools + Maker Emails

A fresh, structured feed of trending / newly-launched AI tools with maker-contact enrichment. Source #1: TheresAnAIForThat (Cloudflare-protected), scraped with a real browser + residential proxies.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Alex

Alex

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

AI Tools Launch Radar

A fresh feed of the AI tools that are trending right now, with the maker's email attached.

Every day new AI tools launch and climb the charts. This Actor turns that stream into clean, structured data you can actually use: a ranked list, full tool details, and, when you want it, the maker's contact email and social links for outreach.

Source #1 is TheresAnAIForThat (TAAFT), which sits behind a Cloudflare managed challenge. A normal HTTP scraper just gets a 403 Just a moment page. This Actor runs a real Chromium browser with residential proxies and browser fingerprinting, so it returns the actual data instead of a challenge screen.


Who buys this

  • Agencies and dev-tool vendors building a lead list of AI-tool makers to pitch.
  • AI newsletter and directory creators who need a fresh, deduped feed every day.
  • Investors and scouts watching the AI-tool launch pipeline.
  • SEO / GEO researchers tracking which tools are rising in a category.

What you get

Three tiers, one Actor.

1. list mode — the ranking, fast and cheap

rank, name, slug, toolUrl, task, website, period.

2. detail mode — the full record

Everything in list, plus description, primaryCategory, categoryPath, tags, image, rating, reviews, launchDate.

3. enrichContacts — the lead layer

For each tool, visits the maker's website and adds emails and socialLinks. This is the outreach-ready data.

Real sample output (detail + enrichContacts)

ToolCategoryWebsiteMaker emailRating
CriticlyProductivitygetcriticly.appleecy@getcriticly.app5.0
GleanPersonal assistantglean.comhello@glean.com5.0
ACME.BOTSEO contentacme.bothuman@acme.bot4.4
remioKnowledge basesremio.aiinfo@remio.ai4.1
TeachCatalystAITeachingteachcatalystai.comyusufullaah@gmail.com3.0
{
"rank": 7,
"name": "StockNewsAI",
"slug": "stocknewsai",
"toolUrl": "https://theresanaiforthat.com/ai/stocknewsai/",
"task": "Stock market news",
"website": "https://www.babbl.dev/",
"description": "AI-powered stock news and sentiment...",
"primaryCategory": "Stock market news",
"categoryPath": ["Personal", "Wealth", "Stocks", "Stock market news"],
"tags": ["API", "Finance", "Information", "Invest", "Stocks", "Summary"],
"image": "https://media.theresanaiforthat.com/stocknewsai.png",
"rating": 4.3,
"reviews": 12,
"launchDate": "February 22, 2025",
"emails": ["support@babbl-labs.com"],
"socialLinks": {
"twitter": "https://twitter.com/babbllabs",
"linkedin": "https://linkedin.com/company/babbl-labs"
},
"period": "month",
"scrapedAt": "2026-08-22T08:35:10.547Z",
"source": "theresanaiforthat.com"
}

Input

OptionTypeDefaultNotes
periodday | week | monthmonthWhich trending window to pull.
modelist | detaillistdetail returns the full record.
enrichContactsbooleanfalseAdd the maker's email + socials. Forces detail.
maxItemsinteger50The trending page yields about 50 tools per period.
categoryUrlsarray of URLs[]Advanced: scrape any TAAFT task/category list page instead of trending.
proxyConfigurationproxy objectRESIDENTIALKeep residential. Datacenter IPs usually fail the Cloudflare challenge.

Example input

{
"period": "week",
"mode": "detail",
"enrichContacts": true,
"maxItems": 50,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}

Pricing

Pay only for what you pull (pay-per-event).

EventPriceWhen
tool$0.003 eachPer tool returned (list or detail).
contact$0.01 eachPer maker email found (only with enrichContacts).
Minimum per run$1.00Covers a small run.

Example: a detail run of 300 tools with contacts, where 200 makers expose an email, costs about 300 × $0.003 + 200 × $0.01 = $2.90.


Tips

  • Run it on a schedule to keep a live feed of what is trending, with fresh maker leads.
  • Start in list mode to scan, then re-run the winners in detail + enrichContacts.
  • Use categoryUrls to track one niche instead of the global trending list.
  • Export to JSON, CSV, Excel, or Google Sheets from the run page, or pull via the Apify API.

Notes and limits

  • Only public data is collected. No login, no private data.
  • Email discovery depends on the maker publishing a contact address; large companies often hide it, so the contact hit rate varies by niche.
  • The trending list is roughly the top 50 per period; use categoryUrls to go wider.
  • If a run returns nothing, a Cloudflare session was blocked. Keep residential proxies on; the Actor already retries with fresh sessions.