VOOZH about

URL: https://apify.com/drobnikj/send-crawler-results

⇱ Send Legacy PhantomJS Crawler Results Β· Apify


πŸ‘ Send Legacy PhantomJS Crawler Results avatar

Send Legacy PhantomJS Crawler Results

Pricing

Pay per usage

Go to Apify Store

Send Legacy PhantomJS Crawler Results

This actor downloads results from Legacy PhantomJS Crawler task and sends them to email as attachments. It is designed to run from finish webhook.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

πŸ‘ Jakub DrobnΓ­k

Jakub DrobnΓ­k

Maintained by Community

Actor stats

4

Bookmarked

25

Total users

1

Monthly active users

4 years ago

Last modified

Share

Apify actor to send results (Apify store)

This actor downloads results from Apify scraper/crawler and send them to email as attachments. It is designed to run from finish webhook of Legacy PhantomJS Crawler.

Usage

From Legacy PhantomJS Crawler task

For a specific task set the following parameters:

Finish webhook URL (finishWebhookUrl)

https://api.apify.com/v2/acts/drobnikj~send-crawler-results/runs?token=APIFY_API_TOKEN

You can find your API token on your Apify account page.

Finish webhook data (finishWebhookData)

Example:

{
"to":"example@example.com",
"subject":"Execution ID: {{executionId}} results",
"text":"Link to html results: https://api.apify.com/v1/execs/{{executionId}}/results?format=html&simplified=1",
"html":"Link to html <a href=\"https://api.apify.com/v1/execs/{{executionId}}/results?format=html&simplified=1\"> results </a>",
"attachResults":[
{
"format":"csv",
"simplified":1
}
]
}

Parameters:

  • to(String) - Email address

  • subject(String) - Email subject

  • text(String) - Email text

  • html(String) - Email html body

  • attachResults(Array) - Array of types of results that will be attach to email. Attribute format is required for each type (all types of format). Use same attributes as Get dataset items api endpoint, simplified, offset, limit etc.

  • textContext(Object) - This object is used for process subject and text. It replace all {{key}} in subject and text with proper value from this object. By default object has all attributes attributes gets on input. Same behavior as HandlebarsJS.

You might also like

Legacy PhantomJS Crawler

apify/legacy-phantomjs-crawler

Replacement for the legacy Apify Crawler product with a backward-compatible interface. The Actor uses PhantomJS headless browser to recursively crawl websites and extract data from them using a piece of front-end JavaScript code.

Example Process Crawl Results

apify/example-process-crawl-results

Iterates through all results from a crawler run and count them. Needs to be called from the crawler's finish webhook by adding an URL to finish the webhook of your crawler. Use this actor as a starting point to develop custom post-processing of data from the crawler.

Modern Web Crawler β€” Adaptive + Stealth + Analytics

brilliant_gum/phantom-reborn-crawler

Modern replacement for the Legacy PhantomJS Crawler. Auto HTTP/Browser detection, basic anti-bot stealth, built-in analytics, data quality scoring, captcha solver integration. Modern Chrome + Cheerio engine β€” no PhantomJS, no abandoned tech. Proxies included.

πŸ‘ User avatar

Yuliia Kulakova

2

Scraper Results Checker

drobnikj/check-crawler-results

This actor checks results from Apify's scrapers or any other actor that stores its result to a dataset, and sends a notification if there are errors. It's designed to run from webhook.

πŸ‘ User avatar

Jakub DrobnΓ­k

19

Website Content Crawler

rupom888/website-content-crawler

Web Crawler

rigelbytes/webcrawler

This web crawler is designed to provide users with complete flexibility by allowing them to use their **own proxies**. The scraper collects all pages from the website and returns extracts the **MetaData**, **Title**, and **Content** of the page in MarkDown.

Bandcamp Crawler

service-paradis/bandcamp-crawler

The Bandcamp.com crawler is a web scraping tool that allows you to extract data from the Bandcamp music platform. With this crawler, you can get information about albums, tracks, and much more. The crawler is built on top of Apify SDK, and you can run it both on the Apify platform and locally.

πŸ‘ User avatar

Alexandre Paradis

72

Kijiji Crawler

service-paradis/kijiji-crawler

The Kijiji crawler is a web scraping tool that allows you to extract data from the Kijiji selling platform. With this crawler, you can get information search results and local advertisement details.

πŸ‘ User avatar

Alexandre Paradis

64

Send Email

apify/send-mail

Send a custom email to one or more recipients. This Actor is useful for notifications and reporting. It can be invoked directly from code or via webhook integration after another Actor finishes.

Related articles

AI data collection (how to feed your LLM)
Read more
How to train an AI chatbot using automated scraping
Read more
The definitive guide to text scraping
Read more