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

推荐订阅源

H
Help Net Security
博客园_首页
酷 壳 – CoolShell
酷 壳 – CoolShell
G
Google Developers Blog
Jina AI
Jina AI
C
Check Point Blog
Apple Machine Learning Research
Apple Machine Learning Research
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
GbyAI
GbyAI
Last Week in AI
Last Week in AI
罗磊的独立博客
Hugging Face - Blog
Hugging Face - Blog
阮一峰的网络日志
阮一峰的网络日志
The Cloudflare Blog
M
MIT News - Artificial intelligence
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
J
Java Code Geeks
WordPress大学
WordPress大学
博客园 - 聂微东
月光博客
月光博客
博客园 - 司徒正美
T
The Blog of Author Tim Ferriss
大猫的无限游戏
大猫的无限游戏
Microsoft Security Blog
Microsoft Security Blog

Show HN

Show HN: AI agents for UK GDAD PCF roles and their skills The Two Pillars: Mixer Mode and Meta-Software in the Reorganization of Software Work After AI GitHub - JaiCode08/teleport-env What 1,000+ Harness Experiments Taught Me About Self-Improving Agents Show HN: Liiists, a Markdown-first, iOS and CLI list app SwiperTab – Get this Extension for 🦊 Firefox (en-US) GitHub - kouhxp/fftext: Summarize, explain, fact-check, or translate any text, URL, or file. No GPU. No cloud. One command GitHub - sweetpad-dev/sweetpad: Develop Swift/iOS projects using VSCode GitHub - dogmaticdev/IRON: IRON a.k.a. Intermediate Representation Object Notation is a Interpreter/Database that is used to create Programming Languages. GitHub - sjhalani7/vaen: Package your AI coding harness into a portable .agent file, and share it across repos, teams, & the community without ever having to copy-paste instructions, skills, MCP config, or secrets. Show HN: Gandalf the Grader Show HN: Citadeld – replay any CI failure locally from a single file GitHub - tdortman/cuSBF: High-Performance GPU Super Bloom Filter coral-ai/claude-code-token-xray at main · Coral-Bricks-AI/coral-ai GitHub - ulyssestenn/funes: Funes is a Git-based framework for LLM-managed knowledge work: an AI Librarian ingests raw sources, builds an interlinked Markdown knowledge base, and uses it to produce cited reports, analyses, and other outputs. GitHub - ThatXliner/gah: Git Add Hunk, built for agents to use GitHub - harmont-dev/harmont-cli: Command-line client for the Harmont CI platform GitHub - brooksmcmillin/mcp-authflow: OAuth 2.0 Authorization Server framework for MCP servers GitHub - javaid-codes/audit-supply-chain-agents GitHub - amorey/gochan: A small library of common channel architectures for Go, inspired by Rust GitHub - arifozgun/OpenGem: Free, Open-Source AI API Gateway with Gemini, OpenAI & Anthropic Compatibility in 1 file GitHub - Pranesh950/BioPetals: 🌸 Run BIOxAI models at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading GitHub - cnguyen14/bounty-doctor: Diagnose a GitHub bounty issue before you waste hours: detects honeypot scam repos, AI-bot attempt swarms, and stale contests. Show HN: CoreMCP – MCP Server for On-Prem DBs Show HN: KittyHTML – Render HTML/CSS as an inline image in your terminal GitHub - bingud/filemat: Web-based file manager Show HN: TruthLens – Free multi-signal deepfake image detector GitHub - apexlocal-jz/claude-usage-tray: Windows system-tray app showing your Claude Code rate-limit usage at a glance. Zero deps, ~300 lines of PowerShell. Cross-IDE (works regardless of VS Code, Cursor, plain terminal). Release v0.1.2.1 · kouhxp/yapsnap GitHub - noopolis/moltnet: Self-hostable chat network for AI agents. Pre-built bridges for Claude Code, Codex, and the Claws. Rooms, DMs, history. No Slack bots, no Matrix, no glue code.
JerrySniffs | Cheap Search APIs for AI Agents
JerrySniffs · 2026-06-17 · via 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.