Google Rank Checker avatar
Google Rank Checker
Try for free

Pay $1.00 for 1,000 results

View all Actors
Google Rank Checker

Google Rank Checker

caprolok/google-rank-checker
Try for free

Pay $1.00 for 1,000 results

Maximize your SEO impact with Google Rank Checker. Effortlessly monitor keyword rankings, analyze competitors, and tailor your strategy for peak online visibility. A must-have tool for smart, data-driven SEO optimization.

The code examples below show how to run the Actor and get its results. To run the code, you need to have an Apify account. Replace <YOUR_API_TOKEN> in the code with your API token, which you can find under Settings > Integrations in Apify Console. Learn more

1# Set API token
2API_TOKEN=<YOUR_API_TOKEN>
3
4# Prepare Actor input
5cat > input.json <<'EOF'
6{
7  "keywords": [
8    "Iphone",
9    "Samsung Galaxy"
10  ],
11  "urls": [
12    "www.apple.com",
13    "www.samsung.com",
14    "www.amazon.com",
15    "www.flipkart.com",
16    "www.croma.com",
17    "www.gadgetsnow.com",
18    "www.tomsguide.com",
19    "www.91mobiles.com"
20  ]
21}
22EOF
23
24# Run the Actor using an HTTP API
25# See the full API reference at https://docs.apify.com/api/v2
26curl "https://api.apify.com/v2/acts/caprolok~google-rank-checker/runs?token=$API_TOKEN" \
27  -X POST \
28  -d @input.json \
29  -H 'Content-Type: application/json'
Developer
Maintained by Community
Actor metrics
  • 4 monthly users
  • 1 star
  • 95.7% runs succeeded
  • Created in Dec 2023
  • Modified 15 days ago