Save yourself the work of writing custom integrations for Apify and VirusTotal and use n8n instead. Build adaptable and scalable workflows that work with your technology stack. All within a building experience you will love.
In n8n, click the "Add workflow" button in the Workflows tab to create a new workflow. Add the starting point – a trigger on when your workflow should run: an app event, a schedule, a webhook call, another workflow, an AI chat, or a manual trigger. Sometimes, the HTTP Request node might already serve as your starting point.
Create custom Apify and VirusTotal workflows by choosing triggers and actions. Nodes come with global operations and settings, as well as app-specific parameters that can be configured. You can also use the HTTP Request node to query data from any app or service with a REST API.
Run an Actor
Runs an Actor and immediately returns without waiting for the run to finish
Scrape Single URL
Scrape a single URL using the Apify Website Content Crawler Actor and get its content as text, markdown, and HTML
Get Last Run
Retrieves the most recent run of an Actor. This endpoint is useful for quickly accessing the latest run details, including its status and storages, without needing to specify a run ID.
Custom API Call
Run Task
Runs an Actor task and immediately returns its details without waiting for the run to complete. You can optionally override the Actor’s input configuration by providing a custom body.
Custom API Call
Get User Runs List
Gets a list of Actor runs for the user. This endpoint is useful for retrieving a history of runs, their statuses, and other data.
Get run
Gets the details of a specific Actor run by its ID. This endpoint is useful for retrieving information about a run, such as its status, storages, and other metadata.
Custom API Call
Get Items
Retrieves items from a dataset
Custom API Call
Get Key-Value Store Record
Gets a value stored in the key-value store under a specific key
Custom API Call
GetFileReport
Retrieve the latest report on a file.
ScanFile
Send a file for scanning.
GetFileBehaviours
Retrieve a file's behaviors observed during sandbox execution.
GetFileComments
Retrieve comments on a file.
AddFileComment
Post a comment on a file.
GetURLReport
Retrieve the latest report on a URL.
ScanURL
Send a URL for scanning.
GetURLComments
Retrieve comments on a URL.
AddURLComment
Post a comment on a URL.
GetURLVotes
Retrieve votes on a URL.
GetDomainReport
Retrieve the latest report on a domain.
GetDomainComments
Retrieve comments on a domain.
AddDomainComment
Post a comment on a domain.
GetDomainResolutions
Retrieve the resolutions of a domain.
GetDomainSiblings
Retrieve the siblings of a domain.
GetIPAddressReport
Retrieve the latest report on an IP address.
GetIPAddressComments
Retrieve comments on an IP address.
AddIPAddressComment
Post a comment on an IP address.
GetIPAddressResolutions
Retrieve the resolutions of an IP address.
GetIPAddressHistorical
Retrieve the historical data of an IP address.
To set up VirusTotal integration, add the HTTP Request node to your workflow canvas and authenticate it using a predefined credential type. This allows you to perform custom operations, without additional authentication setup. The HTTP Request node makes custom API calls to VirusTotal to query the data you need using the URLs you provide.
Take a look at the VirusTotal official documentation to get a full list of all API endpoints
The world's most popular workflow automation platform for technical teams including
Build complex workflows, really fast