Skip to content

Commit

Permalink
docs: remove the monetization banner and h1 from actors (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
barjin authored Nov 24, 2023
1 parent a0f5d83 commit 681e35b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 20 deletions.
4 changes: 0 additions & 4 deletions packages/actor-scraper/cheerio-scraper/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[![Webinar on Building and Monetization of Actors](https://raw.githubusercontent.com/apify-projects/actor-readme-images/master/Build%20and%20monetize_Webinar%20Store%20banner.jpg)](https://apify.com/resources/build-monetize-actors)

# Cheerio Scraper

Cheerio Scraper is a ready-made solution for crawling websites using plain HTTP requests. It retrieves the HTML pages, parses them using the [Cheerio](https://cheerio.js.org) Node.js library and lets you extract any data from them. Fast.

Cheerio is a server-side version of the popular [jQuery](https://jquery.com) library. It does not require a
Expand Down
4 changes: 0 additions & 4 deletions packages/actor-scraper/jsdom-scraper/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[![Webinar on Building and Monetization of Actors](https://raw.githubusercontent.com/apify-projects/actor-readme-images/master/Build%20and%20monetize_Webinar%20Store%20banner.jpg)](https://apify.com/resources/build-monetize-actors)

## What is JSDOM Scraper?

JSDOM Scraper is a ready-made solution for crawling websites using plain HTTP requests. It retrieves the HTML pages, parses them using the [JSDOM](https://github.com/jsdom/jsdom) Node.js library and lets you extract any data from them using the Window API you know from browsers. Fast.

JSDOM is a server-side emulation of the standard browser Window API. It does not require a browser; instead, it constructs a DOM tree from a provided HTML string. The user is then presented with an API to work with that DOM tree.
Expand Down
4 changes: 0 additions & 4 deletions packages/actor-scraper/playwright-scraper/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[![Webinar on Building and Monetization of Actors](https://raw.githubusercontent.com/apify-projects/actor-readme-images/master/Build%20and%20monetize_Webinar%20Store%20banner.jpg)](https://apify.com/resources/build-monetize-actors)

# Playwright Scraper

Playwright Scraper is the most powerful scraper tool in our arsenal (aside from developing your own actors).

It uses the Playwright library to programmatically control a headless Chromium or Firefox browser, and it can make it do almost anything. If using [Web Scraper](https://apify.com/apify/web-scraper) doesn't cut it for your use case, then Playwright Scraper is what you need.
Expand Down
4 changes: 0 additions & 4 deletions packages/actor-scraper/puppeteer-scraper/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[![Webinar on Building and Monetization of Actors](https://raw.githubusercontent.com/apify-projects/actor-readme-images/master/Build%20and%20monetize_Webinar%20Store%20banner.jpg)](https://apify.com/resources/build-monetize-actors)

# Puppeteer Scraper

Puppeteer Scraper is one of the most powerful scraper tools in our arsenal (aside from developing your own actors).

It uses the Puppeteer library to programmatically control a headless Chrome browser, and it can make it do almost anything. If using [Web Scraper](https://apify.com/apify/web-scraper) doesn't cut it for your use case, then Puppeteer Scraper is what you need.
Expand Down
4 changes: 0 additions & 4 deletions packages/actor-scraper/web-scraper/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[![Webinar on Building and Monetization of Actors](https://raw.githubusercontent.com/apify-projects/actor-readme-images/master/Build%20and%20monetize_Webinar%20Store%20banner.jpg)](https://apify.com/resources/build-monetize-actors)

# Web Scraper

Web Scraper is a generic easy-to-use actor for crawling arbitrary web pages
and extracting structured data from them using a few lines of JavaScript code.
The actor loads web pages in the Chromium browser and renders dynamic content.
Expand Down

0 comments on commit 681e35b

Please sign in to comment.