
Wordpress Sites Vulnerabilities Scanner
Pricing
$4.99/month + usage

Wordpress Sites Vulnerabilities Scanner
Check wordpress site(s) for their vulnerabilities based on Wordfence vulnerabilities database. Bulk check hundreds WP sites at once if needed.
0.0 (0)
Pricing
$4.99/month + usage
0
Total users
1
Monthly users
1
Runs succeeded
>99%
Last modified
8 days ago
You can access the Wordpress Sites Vulnerabilities Scanner 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.
1import { ApifyClient } from 'apify-client';2
3// Initialize the ApifyClient with your Apify API token4// Replace the '<YOUR_API_TOKEN>' with your token5const client = new ApifyClient({6 token: '<YOUR_API_TOKEN>',7});8
9// Prepare Actor input10const input = {11 "urls": [12 "https://bluewatermn.com/contact-us/",13 "http://www.adoraela.com/",14 "http://www.treslitrosbeer.co/",15 "https://bayoucitybins.com/",16 "https://flagwaterproofing.com/",17 "https://tonguetiephoenix.com/",18 "https://carscashforjunkclunkersyonkersny.com/",19 "https://elastostar.com/",20 "https://www.ivyrehab.com/location/lawrenceville-nj/",21 "http://ek9training.com/",22 "http://www.fgyonline.com/",23 "https://brentwdavis.com/",24 "http://www.goodneighborbarber.com/",25 "http://curiositysatisfieddogcamp.com/",26 "http://aneesupholstery.com/",27 "https://daytonphysicians.com/hematology-and-oncology-team/",28 "http://www.csd-epi.com/",29 "http://celekmediaconsulting.com/",30 "https://www.cloudlogix.io/",31 "https://www.airrosti.com/provider/Kevine-Norris-DC/"32 ]33};34
35// Run the Actor and wait for it to finish36const run = await client.actor("xmiso_scrapers/wordpress-sites-vulnerabilities-scanner").call(input);37
38// Fetch and print Actor results from the run's dataset (if any)39console.log('Results from dataset');40console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);41const { items } = await client.dataset(run.defaultDatasetId).listItems();42items.forEach((item) => {43 console.dir(item);44});45
46// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs
Wordpress Sites Vulnerabilities Scanner API in JavaScript
The Apify API client for JavaScript is the official library that allows you to use Wordpress Sites Vulnerabilities Scanner API in JavaScript or TypeScript, providing convenience functions and automatic retries on errors.
Install the apify-client
$npm install apify-client
Other API clients include: