n8n-nodes-mrscraper
v1.2.0
Published
n8n community nodes package for MrScraper
Keywords
Readme
n8n-nodes-mrscraper

This is an n8n community node. It lets you use MrScraper in your n8n workflows.
MrScraper is an AI-powered web scraping tool that allows users to extract structured data from websites without needing extensive coding skills. User can create scraper once via chatting with our agent and use the same logic on other URLs.
Main page: https://mrscraper.com
n8n is a fair-code licensed workflow automation platform.
Installation Operations Credentials Compatibility Usage Resources Version history
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
List of operations supported:
Create AI Scraper
Create AI scraper programmatically. The nodes behave just like the code explained in this docs. There are 3 supported AI scrapers:
- General Agent Scraper: Retrieves URL HTML and converts it to a targeted JSON structure based on your prompt. Ideal for detail pages
- Listing Agent Scraper: Scrapes data from search results or listing pages with pagination, infinite scroll, or load more buttons
- Map Agent Scraper: Scrapes URLs from a starting URL until the specified number of unique URLs has been collected. Ideal for URL scraping on complex landing page.
Rerun
Re-execute your MrScraper scraping agent that you've developed on our platform or from the create AI Scraper. We provide 4 different operations corresponding to the 4 agent types available (manual only available from platform):
- Manual Scraper: Step-by-step scraping agent
- General Agent Scraper: Given a new URL, the agent retrieves its HTML and converts it to the same targeted JSON structure based on your previous prompt.
- Listing Agent Scraper: Given a new URL, the agent perform pagination clicking, infinite scroll, or load more buttons and scrape the data following the previous run when creating the scraper.
- Map Agent Scraper: Re-execute the map agent scraper.
This operation provides parameters that match those in the MrScraper platform.
Result
Retrieve scraping results from MrScraper database:
- Get Many: Returns results in table format with pagination (page number, page size), filters, and sorting options
- Get Latest: Returns N most recent scraping results based on scraper ID
- Get Detail: Returns detailed scraping results including data, screenshots, and HTML
Credentials
MrScraper API Token
MrScraper API token is the only authentication method available for this node. You can find your API key in the MrScraper API Tokens page.
Compatibility
This node has been tested with the following versions of N8N:
- N8N 2.0.3
Usage
- Develop your scraping agent (manual/general/listing/map) through our platform
- Activate scraper API access
- Integrate the param into n8n rerun operation
- Retrieve scraping result with n8n result operation
