惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

C
Check Point Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 聂微东
月光博客
月光博客
博客园 - 司徒正美
爱范儿
爱范儿
aimingoo的专栏
aimingoo的专栏
量子位
Recent Announcements
Recent Announcements
V
V2EX
P
Proofpoint News Feed
小众软件
小众软件
云风的 BLOG
云风的 BLOG
腾讯CDC
宝玉的分享
宝玉的分享
Microsoft Azure Blog
Microsoft Azure Blog
大猫的无限游戏
大猫的无限游戏
Vercel News
Vercel News
The GitHub Blog
The GitHub Blog
A
About on SuperTechFans
B
Blog
博客园_首页
GbyAI
GbyAI
博客园 - Franky

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
JerrySniffs | Cheap Search APIs for AI Agents
JerrySniffs · 2026-06-17 · via Hacker News: Show HN

Give your AI agent a nose for the web.

JerrySniffs scurries across Google Search, Twitter/X Search, Reddit Search, and fetches any web page in clean markdown, with detailed logs for you to debug.

Every 10$ gives you 15K google searches, 3K Twitter/X, 2K Reddit, and 15K page fetches as clean markdown. And credits never expire, and you can buy as many of them.

JerrySniffs jerrysniffs — live sniff

Jerry's sniffing kit

Everything your agent needs to sniff out useful web data

Six endpoints. One tiny mouse doing the dirty work. No repeated subscriptions — just credit packs that stay in your pantry until you use them.

🔍

Web Search

Jerry sniffs through real-time web results returing the best search results for your query. Country targeting, time filters, and configurable result depth included.

15,000 searches included

📄

URL → Markdown

Drop in a public URL and Jerry chews through the page into clean, LLM-ready Markdown. No scraper boilerplate, no Cheerio, no Playwright drama.

15,000 url → markdown conversions included

𝕏

Twitter / X Search

Sniff out fresh posts, conversations, and tweet details by ID. Useful for research agents, trend tracking, and social sentiment workflows.

3000 searches/lookups included

🤖

Reddit Search

Jerry dives into Reddit threads to find what real users are saying — complaints, opinions, product chatter, dev debates, and community signals.

2,000 searches included

📱

TikTok Search coming soon

Jerry is still learning the TikTok dance. Short-form content and creator search are coming soon — no surprise add-on pricing.

📸

Instagram Search coming soon

Profile and post search for visual/social signals. Jerry is peeking through the keyhole; launch coming alongside TikTok.

Built for agent burrows

Your agents get a tiny research mouse on command

🔌

MCP-native

JerrySniffs exposes every endpoint as a native MCP tool. Drop the config block into any compatible agent framework and Jerry shows up ready to sniff. Official package: jerrysniffs-mcp on npm.

🔑

Up to 10 named API tokens

Give each agent, environment, or service its own little snack key. Revoke one without disturbing the rest of the burrow. No shared secrets.

📋

Full invocation logs via API

Every sniff is logged — endpoint, input, output, status, duration. Query your history for debugging, auditing, or credit tracking.

mcp-config.json

curl

node.js



{
  "mcpServers": {
    "jerrysniffs": {
      "command": "npx",
      "args": ["-y", "jerrysniffs-mcp"],
      "env": {
        "API_KEY": "your-api-key-here"
      }
    }
  }
}


search  ·  twitter_search  ·  tweet_lookup
reddit_search_posts  ·  url_to_markdown


export TOKEN="paste-api-token-here"


curl -sS https://jerrysniffs.online/api/v1/search \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"query":"site:docs.stripe.com webhooks","limit":10,"country":"US"}'


curl -sS https://jerrysniffs.online/api/v1/twitter_search \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"query":"openai agents","search_type":"Latest","limit":10}'


curl -sS https://jerrysniffs.online/api/v1/url_to_markdown \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://example.com/","proxy":"http://username:[email protected]:8080"}'


const apiKey = process.env.JERRYSNIFFS_API_KEY;

async function post(path, body) {
  const res = await fetch(`https://jerrysniffs.online${path}`, {
    method: 'POST',
    headers: {
      'Authorization': `Bearer ${apiKey}`,
      'Content-Type': 'application/json'
    },
    body: JSON.stringify(body)
  });
  if (!res.ok) throw new Error(`JerrySniffs API failed: ${res.status}`);
  return res.json();
}

const data = await post('/api/v1/search', {
  query: 'site:docs.stripe.com webhooks',
  limit: 10,
  country: 'US'
});

Snack packs

Pay once. Let Jerry Sniff forever.

No monthly cheese tax, no renewal anxiety. Buy capacity when you need it, use it at your pace. Packs stack neatly.

Free tier

$0

A small nibble before the full feast

1 API token

100 URL → Markdown

Web search requires a credit pack

Social search requires a credit pack

Create account — free

Most popular

Credit pack

$10

One-time  ·  never expires  ·  packs stack

Web searches15,000

Twitter / X searches1,500

Tweet lookups1,500

Reddit searches2,000

URL → Markdown15,000

Up to 10 named API tokens

Credits never expire — no billing-cycle pressure

Buy more anytime — they just add up

Detailed sniff logs for debugging, auditing and credit-tracking

Use through MCP, REST or Dashboard — Jerry works everywhere

Feed Jerry for $10 →

Start sniffing

Up and running in three tiny steps

01  —  Sign up

Create your account

Just an email and password. No credit card required to enter the burrow. Dashboard is live immediately after email verification.

02  —  Fund

Grab a $10 snack pack

One pack unlocks every endpoint. Credits don't expire, so Jerry can keep them tucked away until your agents need them.

03  —  Build

Send Jerry sniffing

Generate a token, add it to your agent config or script, and make your first request. First results in under a minute.

Ready to send Jerry sniffing?

One API for web search, social search, and clean page content. Start with a $10 pack — no subscription trap.