Up to 50 results per call
m takes 1 through 50, and start pages through offsets to 10,000.
The agent storefront at https://agents.litescrape.com/llms.txt?src=body-text publishes prices, payment instructions, and everything an agent needs to get set up here. Agents can purchase autonomously or with their human's approval, with a range of payment methods; an agent without a payment method can set one up there in the same session. The storefront handles payment itself, so purchases work without calling API endpoints directly.
// duckduckgo search api
DuckDuckGo results as JSON: up to 50 organic results a page with title, link, displayed link, snippet and favicon, plus region, safe search and date filters. DuckDuckGo's web results come from Bing's index.
// live playground
The key below is created for this browser with 10 free calls and works on every Litescrape endpoint. Results are drawn the way the source shows them, with the JSON one click away.
Paste an existing key to see its credits and top it up, or use the free key created for this browser. Keep it safe: anyone with the key can spend its balance.
Run the request to draw its results here. This endpoint returns:
organic_resultssearch_metadata// use it anywhere
Every public search, maps, place, and reviews endpoint accepts the same bearer key and exposes its full documented parameter surface here.
# pip install litescrape-sdk
# GET https://api.litescrape.com/api/duckduckgo/search
from litescrape_sdk import scrape
[result] = scrape(
[
{
"endpoint": "duckduckgo_search",
"q": "coffee Austin Texas",
"kl": "us-en",
"safe": "-1",
"m": "10",
}
],
api_key="ls_live_your_key",
)
print(result.raise_for_error())// what you get
m takes 1 through 50, and start pages through offsets to 10,000.
kl takes DuckDuckGo's region token, such as us-en or de-de.
safe is 1, -1 or -2. df takes d, w, m, y or a from..to date range.
search_assist enables DuckDuckGo's suggestions; it excludes m.
Each result carries the source's favicon and display URL next to the title and snippet.
// use cases
Fifty results a call for models and research tools that need web coverage beyond Google.
Results from an engine that does not track its users, as JSON your product can show.
Where your pages land for each keyword and region, daily.
Run the same query on both engines with the same key and compare coverage.
// why it's the cheapest
Public list prices for 100,000 requests a month, read on September 17, 2026. Litescrape's rate is flat at every volume.
| Provider | Plan modeled | Per 1,000 requests | Monthly cost |
|---|---|---|---|
| Litescrape | Flat prepaid rate | $0.15 | $15.00 |
| Thordata | 150,000 responses, $135 | $0.90 | $90.00 |
| Bright Data | Pay as you go | $1.50 | $150.00 |
| Zenserp | Medium, 100,000 searches | $1.50 | $150.00 |
| SearchApi | BigData, 100,000 searches | $2.50 | $250.00 |
Your first 10 calls are free. Top up the same key from $10 whenever you need more.