Data insights
Success rate
—
Last 100 scrape calls
Tokens saved
—
vs. raw HTML (est., last 100 successful scrapes)
Usage
Plan:
API key
Send as x-api-key on
POST /api/scrape.
Quick integrations
Paste-ready snippets — swap the sample URL and you’re done. Each stack is ~5 lines of real logic.
LangChain
Use SnapAPI instead of WebBaseLoader — one POST, then a
Document for your chain.
LlamaIndex
Feed clean Markdown from SnapAPI straight into
VectorStoreIndex.from_documents.
n8n
HTTP Request node — no custom node required.
- Add an HTTP Request node.
- Method
POST· URL -
Headers:
Content-Type=application/json·x-api-key= your dashboard key - Body → JSON — minimal body (change the URL to any page you need):
Map json.markdown (or text_content) into the next
node — e.g. embeddings, OpenAI, or storage.
Playground
Live POST /api/scrape against your key.
Recent logs
Last 5 /api/scrape calls from this account.
| Time | URL | Status |
|---|
Higher quotas — see pricing on the home page.