A lead lands in your CRM with a company name and a website. Nothing else. Someone on the team now has to open the site, squint at it, guess whether it's worth a call, and hunt for a contact address — and they'll do that a few hundred times this month. The parts that are actually machine-readable (what the site runs on, which social accounts it links, which emails it publishes) are sitting in the HTML the whole time.

SiteIntel fetches a page and hands that back as JSON. One GET, one URL in, structured fields out.

The request

Auth is standard RapidAPI headers. The url param is a full https:// URL — a bare domain won't work, so normalize before you call.

curl -s 'https://siteintel.p.rapidapi.com/v1/analyze?url=https%3A%2F%2Fstripe.com' \