Endpoints
| Endpoint | Purpose |
|---|---|
POST /page-find | Discover relevant URLs on a domain for keywords |
POST /page-scrape | Extract structured content from one URL |
POST /page-analyze | LLM analysis of one page against a question |
Find pages first
When you don’t know the exact URL:Scrape a page
Analyze a page
vs /research
| Situation | Use |
|---|---|
| You know the URL and need its content | /page-scrape |
| You know the URL and need one answered question | /page-analyze |
| You need cross-source synthesis on an account | /research |