Domain Scraper API
Openline 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.openline.ai/scrape
will return:
{
"companyName":"CustomerOS",
"website":"customeros.ai",
"market":"XXX",
"industry":"YYY",
"industryGroup":"ZZZ",
"subIndustry":"AAA",
"targetAudience":"BBB",
"valueProposition":"CCC"
}