Website Homepage Content avatar

Website Homepage Content

Pricing

Pay per event

Go to Apify Store
Website Homepage Content

Website Homepage Content

Scrape and extract homepage content for any domain: text, tagline, description, meta keywords, and detected language.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Enrich-CRM

Enrich-CRM

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

🌐 Enrich-CRM β€” Homepage Content

Extract homepage content from any company website: tagline, description, meta keywords, and detected language.

Powered by Enrich-CRM Β· Real-time data Β· No cached profiles Β· <1s response Β· GDPR compliant Β· EU servers


What does this Actor do?

Scrape and extract structured content from any company homepage: the main tagline, meta description, meta keywords, and detected language. Useful for understanding what a company does at a glance, powering AI-based qualification, or enriching account records with value proposition data.

Use cases

  • Auto-summarise what a prospect does for pre-call research
  • Feed homepage content into an LLM for ICP scoring or personalisation
  • Detect language and tailor multilingual outreach

Input parameters

Waterfall logic: provide more identifiers to increase accuracy. The API tries them in order until a confident match is found.

ParameterDescriptionExample
apiId(Optional) Your Enrich-CRM API key. Leave empty to use the built-in key (Apify fees apply).YOUR_KEY
items(Optional) JSON array for batch mode β€” see below.[{"email": "..."}]
domainCompany domain to scrape. Primary identifier.enrich-crm.com
companyLinkedinUrlCompany LinkedIn page URL.https://www.linkedin.com/company/enrich-crm/
companyLinkedinSalesNavUrlCompany Sales Navigator URL.https://www.linkedin.com/sales/company/105261719
companyLinkedinIdNumerical LinkedIn company ID.105261719
companyLinkedinSalesNavIdNumerical Sales Navigator company ID.105261719

Single-item example

{
"domain": "notion.so"
}

Batch mode example

Pass an items array to enrich multiple records in one run:

{
"items": [
{
"domain": "notion.so"
},
{
"domain": "notion.so"
}
]
}

Results are saved to the Actor's default dataset β€” one row per input item.


Response fields

FieldTypeDescription
_successbooleantrue if a result was found
_inputobjectThe input parameters sent for this item
taglinestringMain homepage headline / tagline
descriptionstringHomepage body description or value proposition
metaTitlestringHTML meta title tag
metaDescriptionstringHTML meta description tag
keywordsarrayMeta keywords extracted from the page
languagestringDetected page language (ISO 639-1, e.g. 'en', 'fr')
scrapedAtstringTimestamp of the scrape (ISO 8601)

Pricing

ModelCost
First 10 calls per actorFree β€” no credit card required
Additional results$0.03 per result (charged only when data is found)
Bring Your Own Key (BYOK)Provide your apiId β†’ billed directly by Enrich-CRM (1 credit = 1 result found)

A "result" means the API returned a non-empty profile. If no data is found for an input, no credit or Apify charge applies.


All Enrich-CRM Actors