B2B ICP Scorer 🎯 avatar

B2B ICP Scorer 🎯

Under maintenance

Pricing

from $5.00 / 1,000 results

Go to Apify Store
B2B ICP Scorer 🎯

B2B ICP Scorer 🎯

Under maintenance

Scrapes B2B websites and uses AI to identify their offering, target audience, and output an ICP score.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Rahul Kasturiya

Rahul Kasturiya

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

19 hours ago

Last modified

Categories

Share

Most B2B lead scrapers just give you lists of domains and emails, leaving you to spend hours checking which ones are actually good targets.

This Actor solves that problem by introducing an Intelligence Layer. It crawls a list of company websites, reads what they do, and uses AI to immediately qualify them for you.

How it works

  1. You feed the Actor a list of URLs (e.g. from a lead database or Google Maps scrape).
  2. It quickly extracts the text content of the website.
  3. It passes the content to OpenAI using your API key.
  4. It outputs an organized dataset containing the company type, core offer, target audience, and an ICP Fit Score.

What you get (Output JSON)

{
"url": "https://example-saas.com",
"company_type": "B2B SaaS",
"core_offer": "Automated workflow orchestration for data teams.",
"target_audience": "Data Engineers and CTOs",
"icp_fit_score": 95,
"reasoning": "Strong B2B software company selling enterprise tooling to technical decision makers."
}

Setup & Privacy

To run this, you need your own OpenAI API Key. We designed it this way so we don't have to mark up token costs. You pay Apify's cheap compute costs, and you pay OpenAI directly at their exact rate (it uses gpt-4o-mini by default which is incredibly cheap).

Your OpenAI API key is handled as a Secret. It is strictly securely passed to the LLM and is never logged in data exports.