Scrapers

Scrapers overview

The full catalog of 24 built-in scrapers and their MCP tools.

PyScrappy ships 24 scrapers. Every scraper that works without a proxy is also exposed as an MCP tool (last column). Scrapers marked needs proxy are blocked by anti-bot systems and require a proxy or scraping-API service.

ScraperWhat it doesBrowser?MCP tool
GenericScraperScrape any URL with auto-extractionOptionalscrape_url
Data / Research
WikipediaScraperArticles, sections, infoboxesNoscrape_wikipedia
IMDBScraperMovie/TV info (via OMDb API; needs OMDB_API_KEY)Nolookup_movie
StockScraperQuotes, history, profiles (Yahoo Finance)Noscrape_stock
NewsScraperRSS/Atom feeds, article extractionNoscrape_news
ImageSearchScraperImage search + downloadNosearch_images
LinkedInJobsScraperPublic job listingsNosearch_linkedin_jobs
GitHubScraperRepository search via GitHub APINosearch_github
HackerNewsScraperStory search via HN APINosearch_hackernews
OpenLibraryScraperBook search via Open LibraryNosearch_books
WeatherScraperCurrent weather via Open-Meteo (no key)Noget_weather
CryptoScraperCrypto prices via CoinGecko (no key)Noget_crypto
CurrencyScraperExchange rates + conversion (no key)Noconvert_currency
DictionaryScraperWord definitions (Free Dictionary API)Nodefine_word
E-Commerce
AmazonScraperProduct searchNosearch_amazon
NeweggScraperElectronics / hardware searchNosearch_newegg
IKEAScraperFurniture / home search (per-country)Nosearch_ikea
Social Media
YouTubeScraperVideo search, channel scrapingOptionalsearch_youtube
InstagramScraperProfiles, hashtag posts (needs proxy)Recommended-
TwitterScraperTweet search (needs proxy)Recommended-
Music
SpotifyScraperTrack/playlist search (needs proxy)Recommended-
SoundCloudScraperTrack searchOptionalsearch_soundcloud
Food Delivery
ZomatoScraperRestaurant listings by cityRecommendedscrape_zomato
UberEatsScraperRestaurants by city + full menusNosearch_ubereats, get_ubereats_menu

Focused guides

  • Data & research: Wikipedia, stocks, news, IMDB, weather, crypto, currency, dictionary.
  • E-commerce: Amazon, Newegg, IKEA (per-country pricing).
  • Food delivery: Zomato and Uber Eats (city listings + menus).

All other scrapers follow the same construct → .scrape(...)ScrapeResult pattern shown in the Quickstart.