JerrySniffs | Replace 4 Search & Scraping Tools With One API

5 min read Original article ↗

Paying separately for web, social & markdown access services? Lol.

JerrySniffs combines web search, Twitter/X search, Reddit search, and URL-to-Markdown fetching into one simple API and MCP server — with generous limits, stackable credits, and no monthly subscription trap.

One $10 pack covers 15K web searches, 3K Twitter/X searches + lookups, 2K Reddit searches, and 15K page fetches as clean Markdown. No subscriptions. Credits stack and never expire.

JerrySniffs jerrysniffs — live sniff

The stack problem

Most agents need four tools before they can research properly

JerrySniffs bundles the messy parts — web search, social search, Reddit signals, and page fetching — behind one API, one MCP server, and one credit balance.

Without JerrySniffs

Separate web search API Separate Twitter/X search workaround Separate Reddit data source Separate scraping or URL-to-Markdown service Multiple dashboards, keys, limits, and bills

VS

With JerrySniffs

15K web searches per $10 pack 3K Twitter/X searches + lookups 2K Reddit searches 15K URL-to-Markdown fetches No subscriptions — credits stack and never expire

One pack. Four jobs.

Search, social signals, and clean page content without stitching tools together

Instead of wiring separate services for SERP data, X/Twitter, Reddit, and scraping, JerrySniffs gives your agents one consistent API surface with one credit balance.

🔍

Web Search

Replace your standalone search API with real-time web results, country targeting, time filters, and configurable result depth.

15,000 searches included

📄

URL → Markdown

Replace fragile scraping scripts with one endpoint that turns public pages into clean, LLM-ready Markdown.

15,000 url → markdown conversions included

𝕏

Twitter / X Search

Search fresh X/Twitter posts and look up tweet details without adding another vendor to your agent stack.

3000 searches/lookups included

🤖

Reddit Search

Find real user opinions, complaints, product chatter, and dev debates without paying for a separate Reddit search workflow.

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.

One integration point

Give your agents one research tool instead of four brittle integrations

🔌

MCP-native

JerrySniffs exposes search, social discovery, Reddit lookup, and page fetching as native MCP tools. Drop one config block into your agent and skip the multi-vendor glue code. Official package: jerrysniffs-mcp on npm.

🔑

Up to 10 named API tokens

Give each agent, environment, or service its own key while keeping usage under one shared credit balance. Revoke one without breaking the rest of your stack.

📋

Full invocation logs via API

Every request is logged — endpoint, input, output, status, duration. Debug your whole research layer from one place instead of checking four dashboards.

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'
});

One balance for everything

No subscription. No four-tool billing mess.

Buy one $10 pack and use it across web search, X/Twitter, Reddit, and URL-to-Markdown. Credits stack, never expire, and do not reset at the end of the month.

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

Replaces the stack

Credit pack

$10

One-time  ·  one balance for all endpoints  ·  no subscription

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

Replace the stack for $10 →

Replace the stack

Move from four integrations to one in minutes

01  —  Sign up

Create your account and get a dashboard for tokens, usage, logs, and credits. No card required to start.

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

02  —  Fund

Add one shared credit pack

One $10 pack works across web search, Twitter/X, Reddit, and URL-to-Markdown. No separate plans, renewals, or monthly resets.

03  —  Build

Call one API from your agent

Use REST or MCP. Your agent can search the web, inspect social signals, query Reddit, and fetch clean Markdown through one integration.

Ready to replace your search-and-scraping stack?

Stop wiring together separate search, social, Reddit, and scraping tools. Start with one $10 pack, one API, and credits that never expire.