hintrix lets AI agents read any website, extract structured data, crawl entire domains, and audit pages for AI search visibility. One API call returns clean Markdown and GEO diagnostics with actionable fixes.
$ curl -X POST https://hintrix.com/v1/scrape \ -H "X-API-Key: hx_live_sk_..." \ -d '{"url": "https://example.com", "mode": ["content", "audit"]}' { "agent": "reveal", "content": { "markdown": "# About Us\n\nWe build tools...", "word_count": 890 }, "audit": { "geo_score": 72, "tech_score": 85, "issues": [...] }, "credits_used": 2 }
// npm install hintrix import { Hintrix } from 'hintrix'; const hx = new Hintrix('hx_live_sk_...'); const page = await hx.scrape('https://example.com', { mode: ['content', 'audit'] }); console.log(page.content.markdown); console.log(page.audit.geo_score); // 72 // Crawl an entire site and collect all pages const { pages } = await hx.crawlAndCollect('https://example.com', { max_pages: 50, onProgress: (s) => console.log(`${s.pages_crawled} pages...`), });
Clean Markdown, HTML, or plain text. Metadata, links, structured data, and Schema.org included.
GEO readiness score with 80+ evidence-backed checks. Issues ranked by impact with copy-paste fixes.
Your agent scrapes a URL and gets clean Markdown that fits directly into a prompt. No parsing, no HTML cleanup.
Crawl a full website and collect content from every page. Build knowledge bases, feed RAG pipelines, or summarize documentation.
Pull prices, products, contacts, or any data as JSON from any page — including SPAs, JSON endpoints, and JS-rendered content.
Check if a page will be cited by Perplexity, ChatGPT Search, or Google AI Overviews. Get a score, issues, and copy-paste fixes.
SPAs, React apps, and client-rendered pages that return empty HTML to normal crawlers. Rendered automatically when needed.
Five endpoints. Content extraction, auditing, structured data, batch processing, and multi-page crawls.
What you can do with hintrix.
npm install hintrix — typed client with retries and polling helpersPay per use. No subscriptions. Credits never expire.
| Action | Credits |
|---|---|
| /v1/scrape | 1 |
| /v1/scrape + audit | 2 |
| /v1/audit | 2 |
| /v1/extract | 2 |
| /v1/batch | per-URL cost |
| /v1/crawl | 1 / page (+1 audit per page) |
| JS rendering | included |
Most crawl APIs give you content or diagnostics. hintrix returns both in a single request.
Other tools return raw Markdown or SEO data. hintrix gives you clean, LLM-ready content and a GEO audit with scores and fixes from the same API call.
No subscriptions. Buy credit packs when you need them. Start with 500 free credits on signup, no credit card required — get 500 more by sharing on X. Credits never expire.
MCP server for Claude Code, Cursor, and Windsurf. Markdown output optimized for LLM context windows. Auto-detection of JS rendering needs.
Every issue comes with a severity rating, impact estimate, and a fix you can copy and paste. No interpretation needed.
Common questions about hintrix.
Social media platforms (Facebook, Instagram, Twitter/X, LinkedIn, TikTok, YouTube, Reddit, Pinterest, Snapchat, Threads) and dark web domains are blocked for legal and ethical reasons.
Yes, by default. You can override this per request with respect_robots_txt: false for URLs where you have explicit permission.
HintrixBot/1.0 (+https://hintrix.com/bot). Website owners can allow or block this in their robots.txt.
Yes. A verification email is sent on signup. You must verify before making API calls.
hintrix uses full browser rendering by default for reliable content extraction. You can disable it with wait_for_js: false for faster plain HTTP scraping. No extra cost either way.
No. Credits never expire. Buy when you need them.
All credit purchases are final and non-refundable.