Website Checker avatar
Website Checker
Try for free

No credit card required

View all Actors
Website Checker

Website Checker

lukaskrivka/website-checker
Try for free

No credit card required

Check any website you plan to scrape for expected Compute unit consumption, anti-scraping software, and reliability.

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  "urlsToCheck": [
8    {
9      "url": "https://www.amazon.com/b?ie=UTF8&node=11392907011"
10    }
11  ],
12  "proxyConfiguration": {
13    "useApifyProxy": true,
14    "apifyProxyGroups": [
15      "SHADER",
16      "BUYPROXIES94952",
17      "RESIDENTIAL"
18    ]
19  },
20  "repeatChecksOnProvidedUrls": 10,
21  "maxNumberOfPagesCheckedPerDomain": 1000
22}
23EOF
24
25# Run the Actor using an HTTP API
26# See the full API reference at https://docs.apify.com/api/v2
27curl "https://api.apify.com/v2/acts/lukaskrivka~website-checker/runs?token=$API_TOKEN" \
28  -X POST \
29  -d @input.json \
30  -H 'Content-Type: application/json'
Developer
Maintained by Apify
Actor metrics
  • 5 monthly users
  • 24 stars
  • 100.0% runs succeeded
  • Created in Jan 2020
  • Modified about 1 month ago
Categories