Scrapeless
Scrapeless offers flexible and feature-rich data acquisition services with extensive parameter customization and multi-format export support.
Installation and Setup
pip install langchain-scrapeless
You'll need to set up your Scrapeless API key:
import os
os.environ["SCRAPELESS_API_KEY"] = "your-api-key"
Tools
The Scrapeless integration provides several tools:
- ScrapelessDeepSerpGoogleSearchTool - Enables comprehensive extraction of Google SERP data across all result types.
- ScrapelessDeepSerpGoogleTrendsTool - Retrieves keyword trend data from Google, including popularity over time, regional interest, and related searches.
- ScrapelessUniversalScrapingTool - Access and extract data from JS-Render websites that typically block bots.
- ScrapelessCrawlerCrawlTool - Crawl a website and its linked pages to extract comprehensive data.
- ScrapelessCrawlerScrapeTool - Extract information from a single webpage.