


















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 — live sniff
Jerry's sniffing kit
Six endpoints. One tiny mouse doing the dirty work. No repeated subscriptions — just credit packs that stay in your pantry until you use them.
🔍
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
📄
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
𝕏
Sniff out fresh posts, conversations, and tweet details by ID. Useful for research agents, trend tracking, and social sentiment workflows.
3000 searches/lookups included
🤖
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
📱
Jerry is still learning the TikTok dance. Short-form content and creator search are coming soon — no surprise add-on pricing.
📸
Profile and post search for visual/social signals. Jerry is peeking through the keyhole; launch coming alongside TikTok.
Built for agent burrows
🔌
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.
🔑
Give each agent, environment, or service its own little snack key. Revoke one without disturbing the rest of the burrow. No shared secrets.
📋
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
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
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
Start sniffing
01 — Sign up
Just an email and password. No credit card required to enter the burrow. Dashboard is live immediately after email verification.
→
02 — Fund
One pack unlocks every endpoint. Credits don't expire, so Jerry can keep them tucked away until your agents need them.
→
03 — Build
Generate a token, add it to your agent config or script, and make your first request. First results in under a minute.
One API for web search, social search, and clean page content. Start with a $10 pack — no subscription trap.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。