Google Indexing API Bulk URL Submission avatar
Google Indexing API Bulk URL Submission

Pricing

$30.00/month + usage

Go to Store
Google Indexing API Bulk URL Submission

Google Indexing API Bulk URL Submission

Developed by

Mohamed Moo

Mohamed Moo

Maintained by Community

This Actor allows you to submit multiple URLs for indexing in bulk through Google's Indexing API. It avoids the need to manually request each URL to be indexed via the Google Search Console interface. With this tool, you can quickly submit up to 100 URLs at once.

0.0 (0)

Pricing

$30.00/month + usage

0

Total users

1

Monthly users

1

Last modified

6 hours ago

You can access the Google Indexing API Bulk URL Submission programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

$echo '{
< "urlsTxt": "https://example.com/\\nhttps://example.com/products/",
< "sitemapUrl": "https://example.com/sitemap.xml",
< "serviceAccount": "{\\n \\"type\\": \\"service_account\\",\\n \\"project_id\\": \\"your-project-id\\",\\n \\"private_key_id\\": \\"your-private-key-id\\",\\n \\"private_key\\": \\"-----BEGIN PRIVATE KEY-----\\\\nYOUR_PRIVATE_KEY\\\\n-----END PRIVATE KEY-----\\\\n\\",\\n \\"client_email\\": \\"your-service-account@your-project.iam.gserviceaccount.com\\",\\n \\"client_id\\": \\"your-client-id\\",\\n \\"auth_uri\\": \\"https://accounts.google.com/o/oauth2/auth\\",\\n \\"token_uri\\": \\"https://oauth2.googleapis.com/token\\",\\n \\"auth_provider_x509_cert_url\\": \\"https://www.googleapis.com/oauth2/v1/certs\\",\\n \\"client_x509_cert_url\\": \\"https://www.googleapis.com/robot/v1/metadata/x509/your-service-account@your-project.iam.gserviceaccount.com\\"\\n}"
<}' |
<apify call mabdulmoghni/google-indexing-api-bulk-url-submission --silent --output-dataset

Google Indexing API Bulk URL Submission API through CLI

The Apify CLI is the official tool that allows you to use Google Indexing API Bulk URL Submission locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: