Account Signal Enricher avatar

Account Signal Enricher

Pricing

Pay per usage

Go to Apify Store
Account Signal Enricher

Account Signal Enricher

Turns bounded public-company-web research into evidence-backed, CRM-ready account records.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

praveen prakash

praveen prakash

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Categories

Share

Turn bounded public-company-web research into source-backed account records that can enter a CRM, a research process, or an AI workflow. This first release is intentionally deterministic: it records what was publicly observed, where it was observed, when it was retrieved, and what remains unknown.

What it does

For each submitted company home-page URL, the Actor processes a small set of well-known public routes such as the home page, /about, /careers, /pricing, /customers, and /case-studies. It checks public robots.txt by default, never uses authenticated pages, and does not attempt to bypass CAPTCHAs or other access controls.

The Actor returns one dataset item per company with an observed offering summary, public-web signals, ICP-keyword matches, source URLs, evidence excerpts, a deterministic fit-coverage score, and explicit caution reasons. A fit score is an evidence-coverage aid; it is not a prediction of purchase intent.

Input

FieldRequiredPurpose
companyUrlsYesPublic company home-page URLs, one per item.
icpKeywordsNoTerms to look for in public text, such as enterprise, SOC 2, or Salesforce.
maxPagesPerCompanyNoBounded page budget from 1 to 8; default 5.
respectRobotsTxtNoChecks public robots.txt before processing candidate pages; default true.
requestTimeoutSecsNoPer-page public HTTP timeout; default 15 seconds.

Output

Each account record includes status, companyName, companyUrl, offeringSummary, fitScore, confidence, sourceUrls, signals, cautionReasons, and retrievedAt. When a public page cannot be processed, the record preserves the failure state instead of inventing missing information.

Responsible use

Only submit pages that you are permitted to research. You are responsible for confirming that your use complies with applicable law, website terms, privacy obligations, and your own data-governance policies. Do not use this Actor to access private, authenticated, controlled, or access-restricted content.

Example input

{
"companyUrls": ["https://example.com"],
"icpKeywords": ["B2B SaaS", "enterprise"],
"maxPagesPerCompany": 5,
"respectRobotsTxt": true
}

Support

If a result is incomplete, inspect sourceUrls, signals, cautionReasons, and error before treating the record as operationally ready. Report reproducible issues with the input URL and timestamp.