Kyero.com Scraper avatar

Kyero.com Scraper

Try for free

2 hours trial then $10.00/month - No credit card required now

Go to Store
Kyero.com Scraper

Kyero.com Scraper

memo23/apify-kyero-cheerio
Try for free

2 hours trial then $10.00/month - No credit card required now

Effortlessly extract detailed property data from Kyero.com with our advanced scraper. Whether you're analyzing the market or searching for the perfect home, this tool gives you fast, reliable access to listing prices, features, agent info, and more. Streamline your real estate workflow today!

Overview

The Kyero.com Scraper is a powerful tool designed to extract comprehensive property data from Kyero.com. Whether you’re a real estate professional, property investor, or researcher, this scraper efficiently collects detailed information about properties listed for sale across Spain and other locations on Kyero.com.

Kyero.com is a popular real estate platform showcasing thousands of property listings, making it an ideal resource for anyone interested in buying or analyzing property markets.

Features

  • Extract Property Listings: Scrape data for properties, including price, location, size, and other attributes.
  • Collect Agent Information: Gather details about the listing agents or agencies.
  • Image and Media URLs: Extract URLs for property images and other media.
  • Flexible Input Options: Start scraping from any URL or listing page.
  • Customizable Scraping Settings: Adjust settings for concurrency, retries, and maximum items to tailor the scraping process.
  • Built-in Proxy Support: Ensure reliable and anonymous scraping using proxy configurations.

How to Use

  1. Set Up: Ensure you have an Apify account and access to the Apify platform.
  2. Provide Start URLs: Add URLs from Kyero.com to define your scraping scope.
  3. Adjust Scraper Settings: Modify settings such as maxItems, maxConcurrency, and minConcurrency based on your needs.
  4. Run the Scraper: Start the scraper on the Apify platform.
  5. Download Results: Export the scraped data in your preferred format, such as JSON, CSV, or Excel.

Input Configuration

Here is an example of how to set up the input for the Kyero.com Scraper:

1{
2    "startUrls": [
3        "https://www.kyero.com/en/spain-property-for-sale-0l55529?sort=created_at_desc"
4    ],
5    "maxItems": 30,
6    "maxConcurrency": 50,
7    "minConcurrency": 1,
8    "maxRequestRetries": 100,
9    "proxy": {
10        "useApifyProxy": true,
11        "apifyProxyGroups": [
12            "RESIDENTIAL"
13        ]
14    }
15}

Input Fields Explanation

  • Start URLs (startUrls): URLs to start scraping from. For example, search result pages or property listings.
  • Max Items (maxItems): Maximum number of listings to scrape in a single run. Default is 30.
  • Max Concurrency (maxConcurrency): Maximum number of concurrent requests. Default is 50.
  • Min Concurrency (minConcurrency): Minimum number of concurrent requests. Default is 1.
  • Max Request Retries (maxRequestRetries): Number of times the scraper retries a failed request before stopping. Default is 100.
  • Proxy Configuration (proxy): Configure proxy settings for anonymity and reliability.

Output Structure

The scraper produces a list of property listings with detailed information. Below is an example of the output:

1{
2    "id": 18450828,
3    "name": "Apartment in El Masnou, Barcelona province",
4    "price": 345000,
5    "price_formatted": "€345,000",
6    "reference_no": "VBM2412004",
7    "location_id": 4281,
8    "images": [
9        "https://d2hhh2ewuz3i8z.cloudfront.net/crop/960x720/https://production-kyero-property-images.s3.amazonaws.com/18450/18450828/353852749_original.jpg",
10        "https://d2hhh2ewuz3i8z.cloudfront.net/crop/960x720/https://production-kyero-property-images.s3.amazonaws.com/18450/18450828/353852750_original.jpg"
11    ],
12    "path": "/en/property/18450828-apartment-for-sale-el-masnou",
13    "bedroom_count": 3,
14    "bathroom_count": 1,
15    "built_m2": 79,
16    "plot_m2": 0,
17    "short_html_description": "Near transport, near beach, close to all amenities, dining area, dining room with fireplace, fireplace, terrace, independent kitchen, lounge, clos...",
18    "property_type": {
19        "id": 1,
20        "key": "apartment",
21        "property_group_id": 1
22    },
23    "agent": {
24        "id": 9598,
25        "name": "aProperties Real Estate Barcelona",
26        "logo_url": "https://d2hhh2ewuz3i8z.cloudfront.net/fit/125x125/https://production-kyero-property-images.s3.amazonaws.com/agents/9/9598.jpg?checksum=b33c77fb6092e1e606067eba75626fb2",
27        "path": "/en/estate-agents-spain/aproperties-real-estate-barcelona-a9598"
28    },
29    "virtual_tour_url": null,
30    "video_url": null,
31    "remote_viewing_enabled": false,
32    "feature_keys": [
33        "lift",
34        "terrace",
35        "near_shops",
36        "near_beach",
37        "near_transport",
38        "pool",
39        "resale_only"
40    ],
41    "badges": [],
42    "primary_badge": "near_beach",
43    "plot_m2_formatted": "0 m²",
44    "build_m2_formatted": "79 m²",
45    "advertiser": "aProperties Real Estate Barcelona",
46    "address": "El Masnou, Costa Garraf / Maresme, Barcelona province, Catalonia, Spain",
47    "bedrooms": "3",
48    "bathrooms": "1",
49    "buildSize": "79",
50    "description": null,
51    "photos": [
52        "https://d2hhh2ewuz3i8z.cloudfront.net/crop/480x320/https://production-kyero-property-images.s3.amazonaws.com/18450/18450828/353852749_original.jpg",
53        "https://d2hhh2ewuz3i8z.cloudfront.net/crop/480x320/https://production-kyero-property-images.s3.amazonaws.com/18450/18450828/353852750_original.jpg"
54    ]
55}

Output Fields Explanation

  • id: Unique identifier for the property listing.
  • name: Title of the property.
  • price: Price of the property.
  • price_formatted: Human-readable price format.
  • reference_no: Reference number assigned by the agent or listing platform.
  • location_id: Location identifier for the property.
  • images: Array of image URLs.
  • path: Relative URL to the property listing.
  • bedroom_count: Number of bedrooms.
  • bathroom_count: Number of bathrooms.
  • built_m2: Built area in square meters.
  • plot_m2: Plot area in square meters.
  • short_html_description: Brief description of the property.
  • property_type: Object containing type and group ID of the property.
  • agent: Information about the listing agent.
  • virtual_tour_url: URL for the virtual tour, if available.
  • video_url: URL for a video of the property, if available.
  • remote_viewing_enabled: Boolean indicating if remote viewing is supported.
  • feature_keys: Array of key features of the property.
  • badges: Array of additional badges associated with the property.
  • primary_badge: The main badge for the property.
  • plot_m2_formatted: Human-readable plot area.
  • build_m2_formatted: Human-readable built area.
  • advertiser: Name of the advertiser or listing agency.
  • address: Full address of the property.
  • bedrooms: Number of bedrooms as a string.
  • bathrooms: Number of bathrooms as a string.
  • buildSize: Built size in square meters as a string.
  • description: Detailed description of the property, if available.
  • photos: Array of photo URLs in a lower resolution.

Explore More Scrapers

If you found the Kyero.com Scraper useful, check out other powerful scrapers and actors at memo23's Apify profile. We offer a wide range of tools to streamline your web scraping and automation needs.

Support

Additional Services

Developer
Maintained by Community

Actor Metrics

  • 3 monthly users

  • 0 No stars yet

  • >99% runs succeeded

  • Created in Nov 2024

  • Modified 22 days ago