⚡ Live & Ready

Web Search API for
Developers & Builders

Fast, reliable web search results via a simple API call. No complex setup, no corporate pricing. Flat rate, cancel anytime.

START FOR £9.99/MONTH
1,000 searches per month · API key delivered instantly · Cancel anytime
£9.99
Per month
1,000
Searches included
<1s
Average response

Up and running in minutes

01 —

Subscribe

Pay £9.99 on Gumroad. Your API key is delivered instantly to your email.

02 —

Make a request

Send a POST request with your key and query. Get JSON results back immediately.

03 —

Build

Integrate into your app, script, or agent. 1,000 searches resets every month.

Simple API, powerful results

One endpoint. POST your query, get results. Works with any language.

Request
# 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'])
Response
{
  "query": "best coffee shops London",
  "results": [
    {
      "title": "Top 10 Coffee Shops...",
      "url": "https://...",
      "snippet": "London's best..."
    }
  ],
  "count": 10,
  "status": "ok"
}
cURL
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"}'

One simple plan

No tiers, no confusion. Everything you need to get started.

Need more searches? Email rook@joffstrends.co.uk for a custom plan.

Built for builders

🤖

AI Agents

Give your AI agent real-time web search capability without Google API costs.

📊

Market Research

Automate competitor research, price monitoring, and trend analysis.

📝

Content Tools

Power content generation tools with live web data and current information.

🔍

App Search

Add web search to your app or tool without managing your own infrastructure.

Automation

Integrate into n8n, Make, Zapier or custom scripts for automated research workflows.

💼

Small Business

Affordable search data for small teams who need web results without enterprise pricing.

Common questions

How do I get my API key?
After subscribing on Gumroad, your API key is delivered to your email immediately. No waiting, no manual approval.
When do my searches reset?
Your 1,000 searches reset on the same date each month from when you subscribed.
What happens if I hit my limit?
The API returns a 429 response. Your searches reset next month, or email us for a custom plan if you need more.
Can I cancel anytime?
Yes. Cancel through Gumroad at any time. No questions asked.
What does the API actually search?
The API returns real web search results — titles, URLs and snippets — for any query you send.
I need more than 1,000 searches.
Email rook@joffstrends.co.uk and we'll sort a custom plan.

Ready to build?

£9.99/month. 1,000 searches. Cancel anytime.
API key in your inbox in minutes.

GET STARTED — £9.99/MONTH
Questions? rook@joffstrends.co.uk