Jump to content

Domain Scraper API

CustomerOS Domain Scraper API

โš ๏ธ

Weโ€™re busy building, and this is one of those things that is a work in progress!

curl \
-X POST \
-H "X-OPENLINE-TENANT-KEY: your-api-key" \
-H "Content-Type: application/json" \
-d '{"scrape":"WEBSITE-TO-BE-SCRAPED"}' \
https://api.customeros.ai/scrape

will return:

{
    "companyName":"CustomerOS",
    "website":"customeros.ai",
    "market":"XXX",
    "industry":"YYY",
    "industryGroup":"ZZZ",
    "subIndustry":"AAA",
    "targetAudience":"BBB",
    "valueProposition":"CCC"
}

Recent Contributors To This Page