Skip to main content

Overview

ScrapeNinja is a high performance web scraping API that attempts to solve the common challenges web developers face when trying to scrape random e-commerce, social networking or any other website. ScrapeNinja is an API-first SaaS, available on a subscription basis. ScrapeNinja also offers a set of tools to make web scraping easier: cURL converter, ScrapeNinja Playground, and ScrapeNinja Cheerio Playground.

Problems ScrapeNinja Solves

  • Anti-scraping Protection: With its high-performance /scrape engine and Chrome TLS fingerprint, ScrapeNinja effectively bypasses many anti-scraping protections available in the market.
  • JavaScript Challenges: Many modern websites heavily rely on JavaScript for rendering content. The /scrape-js engine can interact with these pages, evaluate JS, intercept AJAX calls, and even make screenshots.
  • Proxy Issues: Instead of depending on a single source, ScrapeNinja has a rotating set of proxies from various regions. This ensures higher availability and decreases chances of IP bans.
  • Data Extraction: Extracting useful data from raw HTML can be challenging. With the Cheerio Extractor functions, users can derive useful data without the need to manually parse through complex HTML structures.

ScrapeNinja Main Features

  • Two rendering engines:
  • Rotating proxies available out of the box (US / EU / Brazil / France / Germany / 4G EU). ScrapeNinja team cooperates with many proxy providers and constantly monitors the proxy health and response quality.
  • Sticky premium proxies (15+ countries) with affordable per-GB pricing (starting from 9 USD / GB). Useful when basic free proxies fail to achieve good results. Order premium proxies
  • Smart retries based on text occurrence, HTTP response status, timeout.
  • Cheerio Extractor functions - Javascript functions which launch Cheerio to extract useful data from provided raw target website HTTP response. Extractor functions are executed in ScrapeNinja cloud and are compatible with both scraping engines.

Target audience

The ScrapeNinja Web Scraping API is primarily aimed at fellow developers. It is a fairly low-level web scraping tool designed to be integrated into a higher level system. In order to build a real web scraper using ScrapeNinja, it is highly recommended that you have a basic understanding of how the HTTP protocol works, how APIs work, how forward and reverse proxies work, and how to use the Chrome Dev Tools. At the same time, over time ScrapeNinja has gained features that allow it to be used in no-code environments, for example the Extractor functionality allows you to extract pure JSON data from any HTML website using no-code tools like Make.com.

Architecture

You can think of ScrapeNinja's rendering engines as of specially hardened Puppeteer (/scrape-js) and specially conditioned cURL (/scrape), which are designed to be interchangeable, so that Javascript extractor functions (which launch Cheerio on ScrapeNinja's servers) are designed to work identically on both engines.

Architecture