IndexMachine
URL indexing with DNS-verified proof

Get your pages indexed — and see verified proof for just $0.01 per URL

Submit the URLs you own and we work them through our indexing pipeline — then log every search-engine crawl that follows and prove it's genuine by DNS. No plugins, no link spam, nothing added to your site.

How it works

From your dashboard to Google — verified end to end

You add the URLs you own. We handle the indexing work and hand you a verified record of every crawl — with no setup on your side.

01

Add the URLs you own

Paste the links you want indexed into a project — in the dashboard or via the API. 1 credit per URL. No plugins, no code, nothing to install.

02

We work the queue for you

Each URL goes through our indexing pipeline and stays in the queue until its processing allowance is used up. Nothing is installed on your site and we never place links to it — your site is never touched.

03

Every crawl is verified by DNS

A fake “Googlebot” header is trivial to spoof, so we don't trust it. Each crawl we report is confirmed by reverse-DNS + forward-confirm against a real Google host. Unverified hits are never counted and never cost you a credit.

04

See the proof in your logs

Every crawl of your URLs is logged with the crawler's IP and user-agent. Copy an IP, run a reverse-DNS lookup yourself — you'll see it's genuinely Google. Full transparency.

Verify it yourself

We don't ask you to trust us — we let you check

Anyone can fake a “Googlebot” user-agent. We validate every crawler we report: its IP must reverse-resolve to a Google-owned host, and that host must forward-resolve back to the same IP. Only verified crawls appear in your report — unverified ones are discarded and never touch your credits.

  • Every crawl of your URLs is logged.
  • We show the crawler IP addresses in your dashboard log.
  • Copy any IP and run a reverse-DNS lookup — you'll confirm it's Google.
  • We never place links on your site, or anywhere else.
# A real hit from your log — verify it yourself:
$ host 66.249.66.1
1.66.249.66.in-addr.arpa domain name pointer
    crawl-66-249-66-1.googlebot.com.

$ host crawl-66-249-66-1.googlebot.com
crawl-66-249-66-1.googlebot.com has address 66.249.66.1
# ✓ reverse + forward confirm → genuine Googlebot

What you buy is defined up front: we process each URL you submit, and we log and DNS-verify the crawls that follow. We don't modify your site, we don't touch search results or rankings, and we never guarantee an indexing outcome — search engines decide that on their own.

Indexing modes

Pick the processing tier per URL

Choose per batch how much of our processing each URL gets. A higher tier keeps a URL in the queue longer and gives it more attempts before it's marked done.

Standard

base

The base processing allowance per URL.

1 credit / URL = $0.01

Priority

1.5×

Half again the processing per URL — it stays in the queue longer and gets more attempts.

1.5 credit / URL = $0.015

Maximum

Double the processing — for the pages that matter most to you.

2 credit / URL = $0.02

🎁 Bingbot crawls are included free as a bonus on every tier. Bing indexing is still in beta — in the future you'll be able to target Bing separately.

Scheduled release

Release a large batch over days, not in one go

Got a backlog of thousands of URLs? Turn on scheduled release and we spread the batch evenly over the days you choose — the first portion starts immediately, the rest is released automatically. It keeps a big backfill in step with your publishing schedule and your credit spend predictable.

  • Spread any batch over 1 to 30 days.
  • Pay once upfront — credits don't change, only the timing.
  • Watch the queue, release everything now, or cancel & get refunded for URLs not yet processed.
  • Works in the dashboard and via the API (drip_days).
# Release 1,000 URLs evenly over 14 days
curl -X POST https://app.indexmachine.net/api/v1/urls \
  -H "X-API-Key: YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
        "urls": ["https://example.com/1", "..."],
        "drip_days": 14
      }'

# → { "added": 1000, "scheduled": 928, ... }
Developer API

Automate it with the API

Everything you can do in the dashboard, you can do programmatically. Generate a key, then push URLs, pick an indexing mode, and check your balance from your own tools or CI.

  • POST /v1/urls — add URLs (project, tier, scheduled release)
  • GET /v1/credits — check your balance
  • GET /v1/projects — list your projects
  • Safe by default: per-key rate limits & abuse protection
# Add URLs in the Priority tier via the API
curl -X POST https://app.indexmachine.net/api/v1/urls \
  -H "X-API-Key: YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
        "urls": ["https://example.com/page"],
        "mode": "boost"
      }'

# → { "added": 1, "credits_spent": 1.5, ... }
Pricing

No subscriptions. Just credits.

You never pay a monthly fee. 1 credit = $0.01 and adds 1 URL to the queue. Minimum purchase $10. Credits never expire.

Every pack includes
  • DNS-verified Googlebot crawls
  • Bingbot crawls free (beta bonus)
  • Standard / Priority / Maximum tiers
  • Per-URL logs & full API access

Top up any amount from $10 up — credits never expire. New accounts start with 50 free credits, no card required.

FAQ

Questions & answers

What does IndexMachine actually do?+

You add the URLs you own in your dashboard or via the API. IndexMachine takes each one through its indexing pipeline so the page gets discovered and crawled sooner, then logs and independently verifies each search-engine crawl of that URL so you have proof of the result. You don't run anything yourself, and we never place links to your site.

Do I need to install anything?+

No. There are no plugins and no code to add. Everything happens from your dashboard or API — you just add URLs and top up credits. (A free WordPress plugin is available if you'd rather submit straight from WordPress, but it's optional.)

How do you know a crawl was really Googlebot?+

A spoofed 'Googlebot' user-agent is trivial to fake, so we don't trust it. Every crawler IP is verified by reverse-DNS and forward-confirm — the IP must reverse-resolve to a Google-owned host and that host must resolve back to the same IP. Only verified crawls are reported; unverified ones never consume your credits.

Can I check the verification for myself?+

Absolutely — that's the point. We log every crawl of your URLs and show the crawler IP addresses in your dashboard. Copy any IP and run a reverse-DNS lookup yourself (e.g. `host 66.249.66.1`); you'll see it resolves to a googlebot.com host.

Do you put links to my site anywhere?+

No — never. We do not place links on your site or on any other site, and we don't touch your markup, your content, or your rankings. Your site stays exactly as you built it and there is no link spam involved.

What are the indexing modes?+

Standard is the base processing allowance per URL (1 credit / $0.01). Priority gives each URL 50% more processing for 1.5 credits/URL, and Maximum doubles it for 2 credits/URL — a higher tier keeps the URL in the queue longer and gives it more attempts. You choose the tier per batch, in the dashboard or via the API.

Can I release URLs gradually instead of all at once?+

Yes — turn on scheduled release when adding a batch and pick how many days to spread it over (up to 30). The first day's portion starts immediately and the rest is released automatically over time. It's useful for pacing a large backlog to match your publishing schedule and for spreading your credit spend. You pay upfront as usual; you can release the whole queue early or cancel it (and get refunded for URLs not yet processed). It's available in the dashboard and via the API's drip_days parameter.

What about Bing?+

Bingbot crawls are included free as a bonus on every mode — you don't pay extra for them. Bing indexing is still in beta; in the future you'll be able to target Bing separately.

How does pricing work?+

No subscriptions — you buy credits. 1 credit = $0.01 and adds 1 URL to the queue (Normal mode). The minimum purchase is $10, credits never expire, and there are no per-hit fees. New accounts start with 50 free credits, no card required.

Is there an API?+

Yes. Generate a personal API key in your dashboard and add URLs, pick an indexing mode, list projects, and check your balance programmatically. It has built-in rate limits and abuse protection. Full docs and examples are in the dashboard.

What data do you keep?+

We log the crawls of your URLs (time, crawler type, IP, user-agent, and the URL) so you can see and verify them. Raw logs are kept on a rolling window; aggregated daily counts are kept for reporting. See our Privacy Policy for details.

Start indexing your URLs today

Create a workspace, get 50 free credits, and add your first URLs in minutes.

Questions? [email protected] · Telegram @indexmachine