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 packs as you need.

JerrySniffs jerrysniffs — live sniff
Sources
Web Search
Twitter / X
Reddit
URL → Markdown
TikTok soon
Instagram soon
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 returning 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.

Official MCP package

Use jerrysniffs-mcp from npm for MCP-compatible agents. View the package or read the MCP setup docs.

mcp-config.json
curl
node.js
// Add JerrySniffs to any MCP-compatible agent
// Official npm package: https://www.npmjs.com/package/jerrysniffs-mcp
{
  "mcpServers": {
    "jerrysniffs": {
      "command": "npx",
      "args": ["-y", "jerrysniffs-mcp"],
      "env": {
        "API_KEY": "your-api-key-here"
      }
    }
  }
}

// Your agent now has access to:
search  ·  twitter_search  ·  tweet_lookup
reddit_search_posts  ·  url_to_markdown
# API token from dashboard usage page
export TOKEN="paste-api-token-here"

# Web search
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"}'

# Twitter search
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}'

# URL to Markdown
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"}'
// Uses the REST API shape documented in API.md
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.

Launched on Tiny Startups
Listed on PitchWall
Featured on Twelve Tools