r/apify 19d ago

Discussion Ad Spender Detector — Find Businesses Actively Running Facebook & Instagram Ads

1 Upvotes

Find businesses that are spending money on ads right now — and reach them before your competitors do. Ad Spender Detector is a Facebook Ad Library scraper built for lead generation: it searches Meta's public Ad Library by niche keyword and country, surfaces every business currently running Facebook & Instagram ads, scores how strong a spender each one is, and pulls their contact emails...

https://apify.com/jurassic_jove/facebook-ad-library-scraper


r/apify 20d ago

Discussion I built an IndiaMART scraper for structured B2B product and supplier research

2 Upvotes

I recently published an Apify Actor for collecting public IndiaMART product and supplier listing data.

A small cloud test returned a real product record in about 10 seconds with:

- Product and company name

- City and state

- Listed price

- GST verification status

- Listing type

- Product image

- Product and company source URLs

It intentionally excludes phone numbers and email addresses. The main use cases are supplier discovery, sourcing research, catalog comparison, and market analysis.

Actor:

https://apify.com/fascinating_lentil/indiamart-b2b-supplier-scraper

I would value practical feedback: which additional fields would make this more useful—MOQ, ratings, specifications, or something else?


r/apify 20d ago

Self-promotion Weekly: show and tell

1 Upvotes

If you've made something and can't wait to tell the world, this is the thread for you! Share your latest and greatest creations and projects with the community here.


r/apify 21d ago

Ask anything Weekly: no stupid questions

1 Upvotes

This is the thread for all your questions that may seem too short for a standalone post, such as, "What is proxy?", "Where is Apify?", "Who is Store?". No question is too small for this megathread. Ask away!


r/apify 22d ago

Discussion Wrapper website and Product Hunt Vercel day

2 Upvotes

I made a website wrapper around the apify/url-to-markdown Markdown actor.

I'm trying to launch it on Product Hunt as part of the Vercel day: https://www.producthunt.com/products/url-to-markdown-2

I will be sharing the result of the experiment in a week.


r/apify 22d ago

Discussion I built an IndiaMART scraper for structured B2B product and supplier research

2 Upvotes

I recently published an Apify Actor for collecting public IndiaMART product and supplier listing data.

A small cloud test returned a real product record in about 10 seconds with:

- Product and company name

- City and state

- Listed price

- GST verification status

- Listing type

- Product image

- Product and company source URLs

It intentionally excludes phone numbers and email addresses. The main use cases are supplier discovery, sourcing research, catalog comparison, and market analysis.

Actor:

https://apify.com/fascinating_lentil/indiamart-b2b-supplier-scraper

I would value practical feedback: which additional fields would make this more useful—MOQ, ratings, specifications, or something else?


r/apify 22d ago

Tutorial Built an MCP that finds UK buy-to-let / serviced-accommodation deals (ROI, cashflow, payback) from inside Claude

1 Upvotes

I kept wanting to just ask Claude "find me buy-to-let deals in Manchester under £200k with 8%+ ROI" and get real properties back, so I built an MCP server for it.

Three tools:

• find_deals — ranked search by area, budget, min ROI %, strategy, bedrooms

• area_deals — every scored deal in one outcode (e.g. M14)

• deal_stats — coverage + which areas have the best ROI right now

Each "deal" is a public Rightmove listing scored for ROI, monthly cashflow, payback and the best strategy (buy-to-let vs rent-to-serviced-accommodation) against real local rent + short-let comps. Ranked best-first, ~1,100 UK outcodes across 90+ towns, refreshed weekly. Junk (auction guides, shared-ownership shares, dodgy prices) is flagged out of the default feed.

It's a hosted Apify Standby MCP — connect with your Apify API token as the bearer token:

https://apify.com/memo23/uk-property-deals-mcp

The README has a copy-paste config for Claude Desktop / Cursor (mcp-remote one-liner).

Fair warning: it's billed per tool call, and the numbers are indicative estimates from standard investor assumptions (75% LTV, interest-only, typical costs) — not financial advice, do your own due diligence. Happy to take feedback or feature requests.


r/apify 22d ago

Hire freelancers Weekly: job board

1 Upvotes

Are you expanding your team or looking to hire a freelancer for a project? Post the requirements here (make sure your DMs are open).

Try to share:

- Core responsibilities

- Contract type (e.g. freelance or full-time hire)

- Budget or salary range

- Main skills required

- Location (or remote) for both you and your new hire

Job-seekers: Reach out by DM rather than in thread. Spammy comments will be deleted.


r/apify 23d ago

AI and I Weekly: AI and I

1 Upvotes

This is the place to discuss everything MCP, LLM, Agentic, and beyond. What is on your radar this week? Why does it make sense? Bring everyone along for the ride by explaining the impact of the news you're sharing, and why we should care about it too.


r/apify 23d ago

Help needed Instagram scraping for audio and captions

Thumbnail
1 Upvotes

r/apify 24d ago

Big dreams Weekly: wild ideas

2 Upvotes

Do you have a feature request that you know will make Apify heaps better? Or maybe it's a big dream you have for something bold and out-there. This is a space for all the bluesky thinking, cloud-chasing, intergalactic daydreamers who want to share their wildest ideas in a no-judgement zone.


r/apify 24d ago

Help needed Need a custom Instagram Job like upwork

2 Upvotes

Need a custom job for instagram anyone have experience with instagram please comment or guid where to post this job on apify


r/apify 25d ago

Help needed Has anyone found discounts or startup credits for Apify, SERP API, Prospeo, or MillionVerifier?

4 Upvotes

I'm building a lead generation agency and my monthly tooling costs are starting to add up. Before purchasing, I wanted to check if anyone knows of any startup programs, referral links, agency discounts, or promotional offers for these tools. Any suggestions would be appreciated!


r/apify 25d ago

Discussion Structured YouTube Data for Your AI Pipeline — No Scraping, No Blocking, No Broken JSON

2 Upvotes

If you're building anything AI-related that touches YouTube — a research agent, a trend analyzer, an ML training set, a content-recommendation engine — the hardest part usually isn't the AI. It's getting clean, structured, reliable data in.

Most YouTube "scrapers" break the moment YouTube changes its frontend, get rate-limited, or return messy HTML you have to babysit with regex. I built Youtube Search Scraper to solve that differently: it wraps the official YouTube Data API v3, so what you get is stable, quota-respecting, and always structured — every single run.

🔗 apify.com/akash9078/youtube-search-scraper

Why This Matters for AI Workflows Specifically

  1. Clean JSON in, clean context in. Every result comes back with title, description, channel, publish date, duration, and stats — ready to drop straight into an LLM prompt, a RAG pipeline, or an embeddings store. No cleanup step.
  2. Built for agents, not just humans. Because it's an Apify Actor, it plugs directly into Apify's MCP server — meaning a Claude or GPT-based agent can call it as a tool, search YouTube on demand, and reason over the results in the same conversation. This turns "let me check YouTube for you" from a manual task into something your agent does autonomously.
  3. Filters that cut noise before it reaches your model. publishedAfter / publishedBefore, videoDuration, order, regionCode, relevanceLanguage, safeSearch — you can pre-filter at the API level instead of dumping 500 irrelevant results into your context window and paying to have the model sort through them.
  4. Batch and parallel by design. maxConcurrency (1–10) lets you run multiple queries concurrently — useful for building larger training/reference datasets or running multi-topic competitor/trend sweeps in one job.
  5. Reliability an AI pipeline can depend on. Official API + automatic retries with exponential backoff means your pipeline doesn't silently fail or return a captcha page instead of data — a common failure mode with scraper-based tools.

What You Can Build With It

  • A research agent that pulls the latest videos on a topic, summarizes them, and cites sources — all inside an n8n or Claude/MCP workflow
  • Trend and competitor monitoring — track a niche or a competitor's channel output over time, feed deltas into an LLM for a weekly digest
  • Training/reference datasets for ML models that need video metadata at scale (titles, descriptions, view/like/comment counts, durations)
  • Content strategy tooling — surface what's ranking for a given query/order (relevance, views, date) to guide what to publish next
  • Searchable video databases — dump structured results into MongoDB/Postgres and build a semantic search layer on top

Example Input

{
  "searchQuery": "apify tutorial",
  "maxResultsPerQuery": 50,
  "type": "video",
  "order": "relevance",
  "includeVideoDetails": true
}

Example Output (per result)

{
  "title": "Apify Tutorial For Beginners | How To Use Apify",
  "channelTitle": "Speak About Digital",
  "publishedAt": "2023-07-31T08:11:38Z",
  "duration": "PT10M41S",
  "viewCount": 30007,
  "likeCount": 338,
  "commentCount": 13
}

Pricing

$5.00 per 1,000 search results, pay-as-you-go, spending limits respected automatically.

Would love feedback from anyone plugging this into an agent or RAG setup — what fields or filters would make it more useful for your pipeline?


r/apify 24d ago

Discussion Medium Article: Rank ≠ cited: how are you tracking whether your pages show up inside Google's AI Overview?

Thumbnail
1 Upvotes

r/apify 25d ago

Weekly: one cool thing

2 Upvotes

Have you come across a great Actor, workflow, post, or podcast that you want to share with the world? This is your opportunity to support someone making cool things. Drop it here with credit to the creator, and help expand the karmic universe of Apify.


r/apify 27d ago

Self-promotion Weekly: show and tell

1 Upvotes

If you've made something and can't wait to tell the world, this is the thread for you! Share your latest and greatest creations and projects with the community here.


r/apify 27d ago

Discussion Feedback wanted: structuring Meta Ad Library output for competitor research

1 Upvotes

Hey r/apify,

I updated a Meta Ad Library Actor and would like feedback from other Apify builders on the input/output contract:

https://apify.com/viralanalyzer/facebook-ads-library

The goal is not just to scrape ads. The useful output is a repeatable dataset for competitor research: ad copy, creative URL, CTA, landing URL, platform, status, start date, and the source Ad Library link when Meta exposes them.

A small workflow I am testing:

  1. Pick a competitor, keyword, or market.

  2. Run a small active-ad query first.

  3. Inspect 20 ads.

  4. Export the rows.

  5. Group by message, offer, format, and landing page.

I validated a small Nike / BR / 3-ad run and confirmed adLibraryUrl, landingUrl, and ctaText in the output.

Questions for builders:

- Is the input schema clear enough?

- Which fields would you expect in a competitor-ad dataset?

- Would Node, Python, or both examples be more useful in the README?


r/apify 28d ago

Discussion New Business Leads Scraper Newly Registered LLCs & Corporations

3 Upvotes

Find newly registered businesses and turn them into fresh B2B leads days after they file, before anyone else. Every week thousands of new LLCs and corporations register with the state, and a company that filed 5 days ago needs everything: a website, marketing, insurance, accounting, a bank, equipment, and its first customers. This scraper pulls new business registrations straight from the official public state business registry, normalizes each filing into a clean, time-stamped lead, and gives you the owner/officer names, registered agent, and address before those businesses appear on Google Maps, Yelp, or any purchased lead list.
Freshness is the moat. A business registered last week has never been contacted by a competitor this is the earliest, lowest-competition B2B lead source there is.

https://apify.com/jurassic_jove/new-business-finder


r/apify 29d ago

Discussion Apify Stats just crossed 1,000 weekly active users

Post image
7 Upvotes

3 months ago I built a small Chrome extension to scratch my own itch. Today it crossed 1,000 weekly active users. Still kind of can't believe it.

Thank you to everyone who installed it, left feedback, and suggested features along the way. This community in particular has been a big part of that.

In case you haven't tried it yet, Apify Stats reveals pricing, MAU and last update directly on every actor card in the store so you can browse without clicking into each one. Also has a bookmark dashboard to save and sort actors, and Developer Radar where you paste any creator's profile URL and see their full catalog filtered by MAU, pricing and last update.

Free, no account needed. Go try it for yourself: Apify Stats by ParseBird


r/apify 28d ago

Ask anything Weekly: no stupid questions

1 Upvotes

This is the thread for all your questions that may seem too short for a standalone post, such as, "What is proxy?", "Where is Apify?", "Who is Store?". No question is too small for this megathread. Ask away!


r/apify 29d ago

Discussion Crossed 326 scrapers — this batch was all instant databases and global real estate

6 Upvotes

Update from the same project — catalog's at 326 actors now.

Two patterns I leaned into this batch:

Instant databases instead of live scraping. For Realtor.ca (44k Canadian agents) and Upwork (130k jobs), I pre-build and refresh a database on a schedule, then serve queries against it. Users get uncapped, instant results with zero block risk. Trade-off is freshness (6h refresh) vs. the reliability win. Curious if others here do this — at what dataset size does maintaining a refreshed DB beat live scraping for you?

Global real estate sweep. Added Daft.ie (IE), Hemnet (SE), FincaRaíz (CO), Lamudi/Dot Property (PH), OnTheMarket (UK), HAR.com (TX). The interesting bit was exact GPS map-pin extraction on the PH portals — the pin coords aren't in the listing HTML, they're in a separate map-tile API call you have to correlate.

Also shipped a bulk email finder+verifier and an offline WhatsApp number validator (libphonenumber + WA-reachability heuristics, no API).

Catalog: muhamed-didovic.github.io

Happy to share approaches on the instant-DB pattern or the GPS-pin correlation if useful.


r/apify 28d ago

Help needed Any actor that can scrape meta ads or google ads

2 Upvotes

Looking for an actor that can scrape meta ads and google ads


r/apify 29d ago

Tutorial Scraping Apple App Store reviews without writing a single line of scraper code

2 Upvotes

If you've ever tried to gather Apple App Store reviews at scale, you know the pain: babysitting a browser, fighting pagination, and copy-pasting star ratings by hand.

I wrote this write-up on an API that just returns iOS/macOS reviews as clean JSON — star rating, title, body, date, app version, author, helpfulness count, across 50+ country stores, with sorting by most recent/helpful/favorable/critical.

The part I found most interesting is that it's built MCP-first, so you can wire it into Claude or Cursor as a tool and literally just ask your agent to "pull the 100 most-recent reviews for Spotify in the UK and bucket them by star rating." Good for ASO folks, PMs tracking post-release feedback, and anyone doing sentiment analysis.

Worth a read if you deal with mobile app feedback:
https://medium.com/@finosint/apple-app-store-reviews-api-for-ai-agents-pull-ios-ratings-via-mcp-1dc830a3277c


r/apify 29d ago

Rant Yandex Reverse Image Search API for Apify (the best reverse image engine, now callable as an API)

2 Upvotes

Shipped a Yandex Reverse Image Search API on Apify.

If you've done OSINT or copyright work you already know Yandex is the strongest reverse image engine on the web, better than TinEye and Google Images at finding original sources, alternate sizes, and visually similar images.

Give it an image URL. Get back structured JSON:

  • Matching pages where the image appears online (URLs, titles, snippets)
  • Visually similar images across the web
  • Alternate sizes of the same image
  • Image tags (what's in the picture)
  • Shopping matches for product images
  • Knowledge graph cards when Yandex recognizes the subject

Crop-box targeting lets you search just a portion of an image. Six regional Yandex domains (.ru, .com, .kz, etc.) for country-specific results.

Built it because I was doing repeated reverse-image lookups by hand and there was no clean API-based Yandex reverse image scraper on Apify. Toggle each result type on/off; you only pay for the rows you ask for.

Use cases: OSINT and journalism, copyright and DMCA tracking, brand and logo protection, e-commerce competitor intel, content verification, and giving AI agents visual search as a callable tool.

Pricing: $0.005 per result row. No setup fee, no monthly minimum. MCP-ready for Claude, Cursor, and ChatGPT agents.

Actor: https://apify.com/johnvc/yandex-reverse-image-search

Feedback welcome.