Search the web,
programmatically.
Six content types, forty-plus locations, real-time results — ranked, deduplicated, and returned as clean JSON your agent can act on.
Pay-as-you-go. No subscription, no minimum — and your credits never expire.
Target searches by country so your agent sees what local users see.
Constrain recency from the last hour to the last year.
Include or exclude specific sites to keep results on-topic.
One endpoint. Six kinds of web.
Switch content type with a single parameter — every type returns its own structured fields.
Web-wide search across all indexed pages
Breaking news and recent articles
High-resolution images with metadata
Video content from major platforms
Product listings with prices and ratings
Academic papers and citations
One call. That's the integration.
01from llmlayer import LLMLayerClient0203client = LLMLayerClient(api_key="YOUR_LLMLAYER_API_KEY")0405results = client.search_web(06 query="EU AI regulation",07 search_type="news", # general · news · images · videos · shopping · scholar08 recency="day", # hour · day · week · month · year09 location="us", # 40+ locations10)1112for r in results.results:13 print(r["title"], r["link"])
Start with nothing to lose.
Free credits on signup, no card. The meter only moves when you call.