IndexNow URL Submitter avatar

IndexNow URL Submitter

Pricing

from $0.01 / 1,000 results

Go to Apify Store
IndexNow URL Submitter

IndexNow URL Submitter

IndexNow is an open protocol supported by Bing, Yandex & to notify search engines immediately when content is created, updated, or deleted. Instead of waiting, you can proactively tell them about changes using the IndexNow protocol. Get your content indexed within minutes instead of waiting days.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

0

Monthly active users

6 days ago

Last modified

Share

Submit URLs to Bing, Yandex, and Seznam instantly via the IndexNow protocol. Get your new and updated content indexed within minutes instead of waiting for crawlers.

Features

  • Batch Submission: Submit up to 10,000 URLs per run
  • Multi-Engine: Submit to Bing, Yandex, Seznam, or all at once via IndexNow
  • Auto Key Generation: Automatically generate an API key if you don't have one
  • URL Validation: Validates URL format and host consistency
  • Webhook Integration: Get notified when submission completes
  • Demo Mode: Test the actor without making real API calls

Quick Start

{
"input": "your input here"
}

Demo Mode

Set demoMode: true to test with sample data (no charges). When you're ready for real results, set demoMode: false or omit it.

{
"demoMode": true,
...
}

Input Parameters

ParameterTypeDescription
urlsarrayList of URLs to submit (max 10,000)
apiKeystringYour IndexNow API key (auto-generated if not provided)
searchEnginestringEndpoint: indexnow, bing, yandex, or seznam
hoststringDomain host (extracted from URLs if not provided)
keyLocationstringURL where key file is hosted
webhookUrlstringWebhook URL for completion notification
demoModebooleanRun with sample data (default: true)

Output Format

{
"totalUrls": 3,
"submitted": 3,
"failed": 0,
"skipped": 0,
"results": [
{
"url": "https://example.com/blog/new-post",
"status": "success",
"responseCode": 200,
"message": "URLs submitted successfully"
}
],
"apiKey": "abc123def456...",
"keyLocationUrl": "https://example.com/abc123def456.txt",
"searchEngine": "indexnow",
"submittedAt": "2024-12-30T10:30:00.000Z"
}

Pricing

This actor uses pay-per-event billing: This actor uses pay-per-event pricing:

EventPrice
apify-actor-start$0.05 per run
urls_submitted$0.001 per URL

Example costs:

  • 100 URLs: $0.05 + (100 × $0.001) = $0.15
  • 1,000 URLs: $0.05 + (1,000 × $0.001) = $1.05
  • 10,000 URLs: $0.05 + (10,000 × $0.001) = $10.05

Use Cases

Content Publishing

Notify search engines immediately when you publish new blog posts, articles, or product pages.

E-Commerce Updates

Submit product pages when prices change, inventory updates, or new items are added.

News Websites

Get breaking news indexed within minutes for maximum visibility.

SEO Automation

Integrate with your CI/CD pipeline to submit URLs after deployments.

Social Media Syndication

Combined with our poster actors, automatically submit posted content URLs.


Common Problems & Solutions

"Invalid API key" error

Cause: Your API key is wrong, expired, or doesn't have the right permissions. Fix: Double-check your API key. Make sure you copied it exactly without extra spaces.

"Rate limit exceeded" error

Cause: You've hit the API's rate limits. Fix: Wait a few minutes, then try again. Consider reducing the number of concurrent requests.

Empty or incomplete results

Cause: The target may have anti-scraping protection or the data doesn't exist. Fix:

  • Check if the URL/search query is correct
  • Try with different parameters
  • Some sites may block automated access

Demo data showing instead of real results

Cause: demoMode is still set to true. Fix: Set demoMode: false and provide your API key(s).

📞 Support


Built by John Rippy | Actor Arsenal