Kyero Property Search Scraper
Pricing
from $2.50 / 1,000 results
Kyero Property Search Scraper
Scrape property listings from Kyero.com with structured data including price, location, size, agent info, and media URLs. Perfect for real estate analysts, investors, and developers needing bulk property data.
Pricing
from $2.50 / 1,000 results
Rating
0.0
(0)
Developer
Stealth mode
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Kyero.com Property Search Scraper: Extract Real Estate Listings at Scale
What Is Kyero.com?
Kyero.com is a major European real estate portal specializing in properties for sale and rent, particularly across Spain, Portugal, France, and Italy. The Kyero Property Scraper automates extraction of listing data from search result pages — saving hours of manual research for investors, agents, and market analysts.
Overview
This scraper processes Kyero.com search/listing pages and returns structured property records. It suits:
- Investors researching price trends by location
- Real estate agents monitoring competitor listings
- Developers feeding data into property aggregators
Input Format
{"urls": ["https://www.kyero.com/en/paris-property-for-sale-0l63322?page=2"],"ignore_url_failures": true,"max_items_per_url": 50}
| Field | Type | Description |
|---|---|---|
urls | Array of strings | Search result page URLs to scrape. Add one per line or use bulk edit. |
max_items_per_url | Integer | Max listings collected per URL. Default: 20. |
ignore_url_failures | Boolean | If true, skips failed URLs and continues the run instead of stopping. |
Tip: Use paginated URLs (e.g.,
?page=2) to scrape beyond the first results page.
Output Format
Sample output
{"id": 19810884,"name": "Country house in Allemans-du-Dropt, Lot-et-Garonne","price": 169600,"price_formatted": "€ 169,600","reference_no": "D4849","payment_scheme": "for_sale","location_id": 55978,"images": ["https://images.kyero.com/crop/960x720/https://production-kyero-property-images.s3.amazonaws.com/19810/19810884/388372367_original.jpg","https://images.kyero.com/crop/960x720/https://production-kyero-property-images.s3.amazonaws.com/19810/19810884/388372368_original.jpg","https://images.kyero.com/crop/960x720/https://production-kyero-property-images.s3.amazonaws.com/19810/19810884/388372369_original.jpg","https://images.kyero.com/crop/960x720/https://production-kyero-property-images.s3.amazonaws.com/19810/19810884/388372370_original.jpg","https://images.kyero.com/crop/960x720/https://production-kyero-property-images.s3.amazonaws.com/19810/19810884/388372371_original.jpg"],"images_count": 15,"path": "/en/property/19810884-country-house-for-sale-allemans-du-dropt?prime_boost_id=19810884","bedroom_count": 2,"bathroom_count": 1,"built_m2": 83,"plot_m2": 4613,"short_html_description": "Charming single-storey house, built in the 2000s, nestled on a large plot of 4,613 m². Located in the countryside, this property offers a peaceful...","property_type": {"id": 6,"key": "country house","property_group_id": 4},"agent": {"id": 26018,"name": "Chrome Immobilier Duras","logo_url": "https://images.kyero.com/fit/125x125/https://production-kyero-property-images.s3.amazonaws.com/agents/26/26018.jpg?checksum=be01bbcdd1ecdf4d3078c9b7be1d63d2","status": "live","path": "/en/france/estate-agents/profile/chrome-immobilier-duras-a26018","prime": true,"type": "2"},"virtual_tour_url": null,"video_url": null,"remote_viewing_enabled": true,"feature_keys": ["garage","garden","near_shops","near_transport","resale_only"],"badges": ["remote_viewing"],"plot_m2_formatted": "4,613 m²","build_m2_formatted": "83 m²","featured": true}
Each property returns up to 25 fields:
Identification
| Field | Meaning |
|---|---|
ID | Kyero's internal listing ID |
Name | Listing title |
Reference No | Agent's own reference number |
Path | Relative URL path to the listing detail page |
Pricing
| Field | Meaning |
|---|---|
Price | Raw numeric price value |
Price Formatted | Human-readable price (e.g., € 250,000) |
Payment Scheme | Payment structure (e.g., full purchase, rental) |
Property Details
| Field | Meaning |
|---|---|
Property Type | Category (e.g., apartment, villa, land) |
Bedroom Count | Number of bedrooms |
Bathroom Count | Number of bathrooms |
Built M2 / Build M2 Formatted | Interior built area (raw + formatted) |
Plot M2 / Plot M2 Formatted | Land plot area (raw + formatted) |
Short HTML Description | Brief HTML listing description |
Feature Keys | Amenity tags (e.g., pool, garage, terrace) |
Location & Media
| Field | Meaning |
|---|---|
Location ID | Kyero location identifier |
Images | Array of image URLs |
Images Count | Total number of listing photos |
Virtual Tour URL | 360° or virtual tour link (if available) |
Video URL | Video walkthrough link (if available) |
Remote Viewing Enabled | Whether remote viewing is offered |
Agent & Visibility
| Field | Meaning |
|---|---|
Agent | Agent name and contact metadata |
Badges | Listing badges (e.g., "New", "Reduced") |
Featured | Whether the listing has paid featured placement |
How to Use
- Run a search on Kyero.com and copy the results page URL.
- Paste into the
urlsarray — add multiple URLs for different regions or property types. - Set
max_items_per_urlbased on how many listings you need. - Enable
ignore_url_failures: truefor bulk runs. - Export results as JSON or CSV.
Note: Ensure scraped data is used in compliance with Kyero.com's Terms of Service.
Use Cases
- Track price movements across European property markets
- Build custom property search tools or dashboards
- Conduct investment due diligence across multiple regions
- Analyze listing volume and agent activity by location