Serper API

134 posts

Serper API banner
Serper API

Serper API

@serperapi

The World's Fastest and Cheapest Google Search API. Lightning-fast Google SERP results in 1-2s, for only $0.30 per 1,000 queries. First 2,500 queries free!

شامل ہوئے Şubat 2023
1.2K فالونگ1.3K فالوورز
Serper API ری ٹویٹ کیا
@levelsio
@levelsio@levelsio·
✨ Today I rebuilt 🏔️ AltaVista Search, the main search engine before Google existed The problem: if you press the 🔍Search button in MSIE4 it'll open a sidebar with AltaVista in it that opens: http:// home . microsoft . com/search/search.asp But that URL doesn't resolve anymore of course, so how do I make this work? I asked Claude Code and built a Dnsmasq DNS server that routes all regular DNS queries to Cloudflare but for home . microsoft . com it hijacks it and sends it to my own server Then I let Nginx respond to that doamin and show the Altavista Search sidebar, I had to rebuild the design from a video on YouTube because I couldn't find any actual archeological remains of it anymore Also Altavista Search of course doesn't exist anymore so it can't respond to queries either so I use a SERP API to query search results from Google and display them instead This is stuff I wouldn't even be close to doing before AI, I'd have no idea how to configure Dnsmasq to spoof queries like this The search engine results are proxied via my HTTP proxy so MSIE4 can open most sites (because old browsers don't support HTTPS and most JS!)
@levelsio@levelsio

✨ Added a CRT curvature distortion to @pieter now It takes the Em-DOSBox and processes it in WebGL and builds a new with the distortion of a classic CRT screen which had this convex curvature (like an old TV) even though the screen itself was square I had this working on DOSBox on MacOS and on Linux with CRT-Pi shader, but on web it doesn't support shaders so I had to build my own with Claude Code in JS, very easy I remember trying this a year ago and Claude Code fucked it up so bad that I gave up, so I think the models have improved a lot Tomorrow I'll try add some scanlines, it really helps make the simulation more passable (and nostalgic!) 😊👌

English
24
3
138
82.6K
Serper API ری ٹویٹ کیا
👋 Jan
👋 Jan@jandotai·
Introducing Jan-v1: 4B model for web search, an open-source alternative to Perplexity Pro. In our evals, Jan v1 delivers 91% SimpleQA accuracy, slightly outperforming Perplexity Pro while running fully locally. Use cases: - Web search - Deep Research Built on the new version of Qwen's Qwen3-4B-Thinking (up to 256k context length), fine-tuned for reasoning and tool use in Jan. You can run the model in Jan, llama.cpp, or vLLM. To enable search in Jan, go to Settings → Experimental Features → On, then Settings → MCP Servers → enable a search-related MCP such as Serper. Use the model: - Jan-v1-4B: huggingface.co/janhq/Jan-v1-4B - Jan-v1-4B-GGUF: huggingface.co/janhq/Jan-v1-4… Credit to the @Alibaba_Qwen team for Qwen3 4B Thinking & @ggerganov for llama.cpp.
English
98
426
3.5K
689.3K
Serper API ری ٹویٹ کیا
Grok
Grok@grok·
To implement a search-enabled AI like Lucy in a Swift iOS app: 1. Use MLKit or llama.cpp via Swift package to run the Qwen3-1.7B model locally. 2. Integrate search via APIs (e.g., Google Custom Search or Serper.dev) in your agent loop. 3. Handle tools: Call WKWebView for page visits, parse with SwiftSoup. 4. For efficiency, quantize the model with AutoAWQ and manage token limits. Test on iPhone 14+ for 20+ tokens/s. Check GitHub for Lucy repos.
English
0
1
4
861
Serper API ری ٹویٹ کیا
Cline
Cline@cline·
Context switching between coding and research breaks flow. If you're a developer, this might look like opening the browser, google searching, read docs, forget what you were doing, and repeat. Cline leverages the @serperapi Search MCP Server to do contextual deep research during your coding flow: Cline already understands your codebase. Now it can use that context to formulate targeted research queries, search the web, and synthesize information -- all while you stay in your editor. The difference is massive: instead of explaining your problem again to a browser-based LLM, Cline already knows what you're working on. It can search documentation, Stack Overflow, and GitHub issues with the exact context of your specific implementation. You get the research you need presented right where you're working, with the proper context already applied. No more "this answer is close but doesn't quite fit my situation." Try the Serper Search MCP Server in our marketplace, built by our very own @NighttrekETH. It's how research should work - contextual, specific, and integrated into your workflow.
English
7
10
189
15.4K
Serper API ری ٹویٹ کیا
Cline
Cline@cline·
🔍 @serperapi Search: Your AI-Powered Research Assistant This powerful MCP plugin for Cline transforms how developers interact with web searches. Here's what it can do: 💡 Smart Search & Knowledge Graphs - Ask naturally: "Show me 2025 electric car market trends" - Get structured data, knowledge graphs, and distilled insights - Perfect for quick market research and tech trends ⚙️ Advanced Search Control - Filter by location, date, and more - Example: "Find programming laptops in San Francisco, newer than 2024" - Get precisely targeted results for your needs 🎯 Instant Research Synthesis - Compare multiple sources automatically - Example: "Summarize top 3 results for Node.js performance tips" - No more manual tab-jumping or note-taking 🔄 Intelligent Follow-ups - Explores related questions automatically - Maintains context between searches - Feels like chatting with a tech-savvy colleague 🔗 Seamless Tool Integration - Send findings directly to Obsidian or Slack - Perfect for documentation and team sharing - Streamlines your development workflow Think of it as your personal research assistant that speaks developer, understands context, and helps you work smarter, not harder. Pro tip: Use it to quickly validate technical approaches or stay current with emerging technologies – all through natural language commands. 💻
Cline tweet media
English
1
2
21
3.5K
Serper API ری ٹویٹ کیا
Harsh Gawas
Harsh Gawas@HarshGawas25·
I found my second love after my gf: @serperapi !! Since this helped me scrape articles from prominent platforms which were crucial inputs for my AI tool by bypassing the captchas like a breeze This api is just a game changer for scrape freaks like me.
English
2
1
7
1.3K
Serper API ری ٹویٹ کیا
Matt Pocock
Matt Pocock@mattpocockuk·
Give me the best API's to hook up to AI agents. I want stuff that's frictionless to get an API key for, like Serper for Google Search.
English
8
1
53
11.4K
Serper API ری ٹویٹ کیا
Developers Digest
Developers Digest@devdigest·
Today I am open sourcing my LLM API Engine How it works: 1. Describe your API in plain text 2. Generate the schema with @OpenAI Structured outputs 3. Configure sources from @SerperApi 4. /extract data with @firecrawl 🔥 5. Store the data @Upstash 6. Deploy a live endpoint Repo + YouTube 🎥👇
English
7
31
259
37.4K
Serper API ری ٹویٹ کیا
Malhar Ujawane
Malhar Ujawane@justmalhar·
🚀Beta Release: rSearch*: The AI-Powered Reasoning Engine Your ultimate research assistant, combining CoT reasoning from @deepseek_ai's R1 and blazing fast search results via @serperapi 🧵 Follow this thread to explore more
Malhar Ujawane tweet media
English
7
6
28
35.6K
Quentin Daems ⚡️
Quentin Daems ⚡️@ShvZFR·
@samuelpigny do we know exactly what change? I know SerpAPI were very expensive compare to any other API (dataforseo for example)
English
1
0
2
81
Sam @ FrogDR
Sam @ FrogDR@samuelpigny·
Bad news today for many SEO tools. Scrapping Google SERPs has just become much less easy, thus way more expensive. Let's see if I can fix my SERP tracker Serpivore 😢
English
3
0
4
543
Serper API ری ٹویٹ کیا
Chris Brownridge
Chris Brownridge@chrisbrownridge·
added functionality so our slack AI coworker/list builder can find contact details for a list of conference attendees - just give it names/companies & it works! took original AI SDR template from @Replit, now we've also added @PeopleDataLabs & @serperapi so we can find linkedin profile urls, company domains. would take a human hours to find right contact data for long lists. this robot can do it in seconds
English
1
3
20
6.2K
Serper API ری ٹویٹ کیا
Tanay Mehta
Tanay Mehta@tanay_mehta·
Been playing with the idea of making a purely LLM agent-powered code transpiler using @langchain and Langgraph 🌟 Currently it: - Generates technical summary of input code - Generates a step-by-step plan on how to transpile - Generates questions over unclear parts of the code and searches the internet (using @serperapi) for answers and adds these to the plan - Transpiles the code and loops until it compiles Repo (see: Complex transpile): github.com/tanaymeh/llm-t…
Tanay Mehta tweet media
English
0
3
30
2.5K
Serper API ری ٹویٹ کیا
Mitra - ai/acc
Mitra - ai/acc@rekpero·
1/6 🎉 Excited to announce AIPE: AI Pipeline Engine! 🚀 AIPE is a powerful tool for creating and executing complex AI workflows with @langchain. Chain together web searching using @serperapi, text generation using @ollama, speech processing, and image generation into a cohesive pipeline, all configurable through a simple YAML file. github.com/rekpero/AIPE
English
1
3
19
5.8K
Serper API ری ٹویٹ کیا
khazzan Yassine
khazzan Yassine@KhazzanYassine·
Excited to announce the open-source release of openperplex.com, AI-powered search engine! Tech stack: Inference: @GroqInc Content chunking: @cohere + semantic-chunkers LLM: @Meta LLama 3 70B Reranking: @JinaAI_ Search: @Serperapi Backend: @FastAPI Frontend: @vuejs GitHub repos: Backend: github.com/YassKhazzan/op… Frontend: github.com/YassKhazzan/op… Try it out !! #OpenSource #AI #SearchEngine
English
31
140
774
136.8K
Serper API ری ٹویٹ کیا
meng shao
meng shao@shao__meng·
OpenPlexity Pages # OpenPlexity Page vs Perplexity Pages # OpenPlexity Page 是 Perplexity Pages 的开源替代项目, 旨在将研究转化为视觉上吸引人、全面的页面内容。 # 与众不同的地方 # > 开源:与 Perplexity Pages 不同,OpenPlexity Pages 是完全开源的,允许社区贡献和定制化。 > 注重隐私:您的数据由您自己掌控。OpenPlexity Pages 在本地运行,确保您的研究和内容保持私密。 > 可定制化:调整您的内容语气,以与您的目标受众产生共鸣,从普通读者到主题专家。 > 适应性:轻松修改您文章的结构——添加、重新排列或删除部分,以最好地适应您的材料。 > 视觉化:使用 AI 生成的视觉元素增强您的文章,或整合您自己的图像。 # 重要特性 # > 本地 LLM 支持(即将推出!):利用 Llama3 和 Mixtral 通过 Ollama @ollama 进行内容生成。 > 无缝创作:轻松将您的研究转化为结构良好、格式优美的文章。 > 始终最新:与基于静态嵌入的工具不同,OpenPlexity Pages 使用实时搜索结果,确保您的内容保持最新。 # 开源支撑 # > Meta Llama3 @AIatMeta 提供大模型 > Groq @GroqInc 提供大模型 API 快速推理 > Ollama @ollama 提供本地模型运行 > CrewAI @crewAIInc 提供 Agents 构建能力 > Serper @serperapi 提供搜索能力 主要作者: @alxfazio · @mutatedmindcom · @breezeight 开源地址: github.com/alexfazio/Open…
meng shao tweet media
中文
1
17
72
6.5K