Skip to main content AI Studio  add-on for Spider.
AI Studio · Add-on

The web, extracted in plain English.

Describe the data you need. Spider's AI endpoints crawl, scrape, search, and drive real browsers, then hand back structured JSON, ready for your pipeline.

7-day free trialFrom $6/moNo selectors, ever
POST /ai/scrapeLive
Prompt
"Extract product names and prices"
Response· 200 OK
[
  { "name": "Widget Pro",  "price": "$49.99" },
  { "name": "Gadget Plus", "price": "$29.99" },
  { "name": "Tool Max",    "price": "$79.99" }
]
Scraping
How it works

Prompt in. JSON out.

Every AI Studio request follows the same three steps, no matter which endpoint you call.

Send a prompt

Pass a URL and describe what you want in plain English. No selectors, no XPath, no parsers.

AI extracts

Spider renders the page in a real browser, then runs your prompt against the DOM.

Get JSON

Clean structured output, ready for your database, API, or AI pipeline.

Endpoints

Five ways to ask.

One extraction pattern per endpoint. All five share the same prompt-driven request shape and your existing API key.

Integration

One field, structured results.

Add a prompt field to any AI request. Works with every Spider SDK and the API key you already issued.

Request
$ curl -X POST \
  https://api.spider.cloud/ai/scrape \
  -H "Authorization: Bearer $API_KEY" \
  -d '{
    "url": "https://example.com",
    "prompt": "Extract product names and prices"
  }'
Response200 OK
[
  { "name": "Widget Pro",  "price": "$49.99" },
  { "name": "Gadget Plus", "price": "$29.99" },
  { "name": "Tool Max",    "price": "$79.99" }
]
Python · Node · Go SDKsUses existing API keyWorks with any site
Plans

Every plan, every endpoint.

Tiers set your throughput; the whole AI surface is included from day one. Runs alongside your pay-as-you-go credits.

Starter
$6/mo
1 req/s · 7-day trial
LiteRecommended
$30/mo
5 req/s
Standard
$125/mo
10 req/s
Scale
$600/mo
25 req/s · Team access
Starter includes a 7-day free trial· Annual billing saves 2 months · Enterprise from $2,000/mo
Start extracting

Ship your first prompt in minutes.

Subscribe, grab your existing API key, and send one request. No selectors to maintain, no infrastructure to run.