Fast, reliable web search results via a simple API call. No complex setup, no corporate pricing. Flat rate, cancel anytime.
START FOR £9.99/MONTHPay £9.99 on Gumroad. Your API key is delivered instantly to your email.
Send a POST request with your key and query. Get JSON results back immediately.
Integrate into your app, script, or agent. 1,000 searches resets every month.
One endpoint. POST your query, get results. Works with any language.
# Python example import requests response = requests.post( 'http://api.joffstrends.co.uk:3000/search', headers={'x-api-key': 'YOUR_API_KEY'}, json={'query': 'best coffee shops London'} ) results = response.json() print(results['results'])
{
"query": "best coffee shops London",
"results": [
{
"title": "Top 10 Coffee Shops...",
"url": "https://...",
"snippet": "London's best..."
}
],
"count": 10,
"status": "ok"
}
curl -X POST \ http://api.joffstrends.co.uk:3000/search \ -H 'x-api-key: YOUR_KEY' \ -H 'Content-Type: application/json' \ -d '{"query":"your search"}'
No tiers, no confusion. Everything you need to get started.
Need more searches? Email rook@joffstrends.co.uk for a custom plan.
Give your AI agent real-time web search capability without Google API costs.
Automate competitor research, price monitoring, and trend analysis.
Power content generation tools with live web data and current information.
Add web search to your app or tool without managing your own infrastructure.
Integrate into n8n, Make, Zapier or custom scripts for automated research workflows.
Affordable search data for small teams who need web results without enterprise pricing.
£9.99/month. 1,000 searches. Cancel anytime.
API key in your inbox in minutes.