VOOZH about

URL: https://apify.com/prolific_mandala/scraper-test-3

โ‡ฑ Scraper Test ยท Apify


๐Ÿ‘ Scraper Test avatar

Scraper Test

Under maintenance

Pricing

Pay per usage

Go to Apify Store

Scraper Test

Under maintenance

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Mike

Mike

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

0

Monthly active users

9 months ago

Last modified

Categories

Share

Yad2 Real Estate Scraper

A robust web scraper for Yad2.co.il (Israel's leading real estate platform) built with Python, Playwright, and Crawlee. Features automatic CAPTCHA solving using AntiCaptcha service.

Features

  • ๐Ÿ  Comprehensive Scraping: Extracts property listings with price, location, rooms, and description
  • ๐Ÿค– CAPTCHA Solving: Automatic reCAPTCHA solving using AntiCaptcha service
  • ๐ŸŒ Proxy Support: Uses Apify residential proxies with Israel geo-targeting
  • ๐Ÿ”„ Retry Logic: Intelligent retry mechanism for failed requests
  • ๐Ÿ“Š Structured Data: Exports clean, structured JSON data
  • ๐Ÿ›ก๏ธ Anti-Detection: Browser fingerprint masking and human-like behavior

Quick Start

Required Input

{
"start_urls":[
"https://www.yad2.co.il/realestate/rent?city=6200",
"https://www.yad2.co.il/realestate/forsale?city=5000"
],
"anticaptcha_key":"your_anticaptcha_api_key_here"
}

Input Parameters

ParameterTypeRequiredDescription
start_urlsArrayโœ…List of Yad2 URLs to scrape
anticaptcha_keyStringโŒAntiCaptcha API key for CAPTCHA solving
proxy_countryStringโŒProxy country code (default: "IL")
headlessBooleanโŒRun in headless mode (default: true)
max_listings_per_pageIntegerโŒMax listings per page (default: 100)

Output Format

Each scraped listing includes:

{
"url":"https://www.yad2.co.il/realestate/rent?city=6200",
"listing_index":1,
"title":"ื“ื™ืจืช 3 ื—ื“ืจื™ื ื‘ืชืœ ืื‘ื™ื‘",
"price":"โ‚ช4,500",
"address": "ืชืœ ืื‘ื™

You might also like