Glossary of Terms

Definitions of key terms used in MrScraper

TermsDefinitions
APIApplication Programming Interface; a set of rules that allows different software entities to communicate with each other.
Cheap ModeAn AI Scraper mode optimized for cost efficiency, best suited for simple pages with clear structure such as e-commerce listings and article summaries.
Super ModeAn AI Scraper mode designed for complex pages, unstructured content, or scenarios requiring high precision and accuracy.
CSS SelectorA pattern used to select and target specific HTML elements on a web page for data extraction.
CSVComma-Separated Values; a file format used to store tabular data in plain text, commonly used for exporting scraped data.
EndpointA specific URL where API requests are sent to perform operations such as rerunning a scraper or retrieving data.
HTMLHyperText Markup Language; the standard language for creating web pages and web applications.
JSONJavaScript Object Notation; a lightweight data interchange format that is easy for humans to read and write and easy for machines to parse and generate.
PaginationThe process of navigating through multiple pages of results to extract data from all available pages.
PromptA natural language instruction given to the AI Scraper describing what data to extract from a web page.
ProxyAn intermediary server that separates end users from the websites they browse, often used to enhance privacy and security.
ScrapingThe process of extracting data from websites using automated tools or scripts.
TokenA unit of measurement representing the compute resources consumed by scraper operations; also refers to API tokens used for authentication.