VOOZH about

URL: https://apify.com/fatihtahta/dabang-scraper

โ‡ฑ Dabang Scraper | Korean Real Estate ยท Apify


๐Ÿ‘ Dabang Scraper | Korean Real Estate avatar

Dabang Scraper | Korean Real Estate

Pricing

$3.99 / 1,000 results

Go to Apify Store

Dabang Scraper | Korean Real Estate

Scrape Korean real estate listings from Dabang into clean, structured outputs. Get prices, room/property type, size, address, photos, amenities, and agent contact details. Great for market research, price tracking, inventory monitoring and lead gen.

Pricing

$3.99 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Fatih Tahta

Fatih Tahta

Maintained by Community

Actor stats

2

Bookmarked

4

Total users

1

Monthly active users

17 days ago

Last modified

Share

Dabang Scraper | Fast & Reliable

Slug: fatihtahta/dabang-scraper

Overview

Dabang Scraper collects structured rental listing data such as titles, pricing, room types, sizes, addresses, images, amenities, and agent contact details. It supports collecting listings across multiple listing categories and property types in a consistent, analysis-ready format. Dabang data from https://dabangapp.com is valuable for understanding local supply, pricing, and availability trends in the Korean rental market. Runs are automated and consistent, saving teams hours of manual collection while keeping datasets aligned over time.

Why Use This Actor

  • Market research & analytics: Track supply, pricing bands, and inventory mix across neighborhoods for trend analysis and benchmarking.
  • Product & content teams: Power location pages, market summaries, and listing catalogs with fresh, standardized data.
  • Developers & data engineering: Feed pipelines, ETL jobs, and dashboards with stable JSON records ready for integration.
  • Lead gen & enrichment: Enrich outreach lists with agent and listing context to prioritize high-intent leads.
  • Monitoring & competitive tracking: Watch changes in availability, pricing, and listing volume across regions.

Input Parameters

Provide any combination of URLs, queries, and filters to control what is collected.

ParameterTypeDescriptionDefault
startUrlsstring[]One or more Dabang search, map, category, or listing URLs to collect directly. You can mix listing pages and search/map pages in one run.โ€“
limitintegerMaximum number of listings to save per query. Use smaller numbers for quick sampling or larger values for deeper coverage. Minimum: 10.50000
proxyConfigurationobjectConnection settings for reliability at scale.Apify proxy with RESIDENTIAL group

Example Input

{
"startUrls":[
"https://dabangapp.com/map/onetwo?search=seoul&m_lat=37.5665&m_lng=126.9780&m_zoom=13",
"https://dabangapp.com/room/69475e7ce2932a6d49efc127"
],
"limit":1000,
"proxyConfiguration":{
"useApifyProxy":true,
"apifyProxyGroups":["RESIDENTIAL"]
}
}

Output

6.1 Output destination

The actor writes results to an Apify dataset as JSON records. And the dataset is designed for direct consumption by analytics tools, ETL pipelines, and downstream APIs without post-processing.

6.2 Record envelope (all items)

Every record includes a stable envelope:

  • type (string, required)
  • id (number, required)
  • url (string, required)

Recommended idempotency key: type + ":" + id
Use this key for deduplication and upserts in downstream systems.

6.3 Examples

Example: one-room / two-room listing (type = "onetwo")

{
"type":"onetwo",
"id":"69475e7ce2932a6d49efc127",
"url":"https://dabangapp.com/room/69475e7ce2932a6d49efc127",
"title":"++๋Œ€๋กœ๋ณ€+์—˜๋ฒ +ํฐ์ฃผ๋ฐฉ+ํ…Œ๋ผ์Šค++",
"room_type":"์›๋ฃธ",
"price_type":"์›”์„ธ",
"price_title":"300/30",
"address":"Sample City, Sample District",
"room_size_m2":19.72,
"image_urls":[
"https://d1774jszgerdmk.cloudfront.net/512/DEtCvWoPSfNkZ5YGW1ZwD",
"https://d1774jszgerdmk.cloudfront.net/1024/DEtCvWoPSfNkZ5YGW1ZwD"
],
"agent_name":"Example Realty",
"agent_tel":"000-0000-0000"
}

Example: apartment listing (type = "apartment")

{
"type":"apartment",
"id":"6938c9ed71c10d7212acd196",
"url":"https://dabangapp.com/room/6938c9ed71c10d7212acd196",
"title":"o์ž„๋Œ€์—…์ „๋ฌธo๋„“๊ณ ๊นจ๋—ํ•œ์ง‘ํด๋ฆญo์ˆ˜์˜ ์—ญ์„ธ๊ถŒo๋ณด์ฆ๊ธˆ์›”์„ธ์กฐ์ •๊ฐ€๋Šฅo๋‹จ๊ธฐ๋ณ„๋„๋ฌธ์˜o",
"room_type":"์•„ํŒŒํŠธ",
"price_type":"์›”์„ธ",
"price_title":"200/30",
"address":"Sample City, Sample District",
"room_size_m2":23,
"image_urls":[
"https://d1774jszgerdmk.cloudfront.net/512/MbxrLFqEJo09mwqUpw8BJ",
"https://d1774jszgerdmk.cloudfront.net/1024/MbxrLFqEJo09mwqUpw8BJ"
],
"agent_name":"Example Realty",
"agent_tel":"000-0000-0000"
}

Example: house / villa listing (type = "house")

{
"type":"house",
"id":"693f6fcb1c7c366a04111cdd",
"url":"https://dabangapp.com/room/693f6fcb1c7c366a04111cdd",
"title":"II ์•ˆ์‹ฌ๋งค๋ฌผ II ๋ณด์ฆ๊ธˆ์กฐ์ ˆ๊ฐ€๋Šฅ II ํ™”์ดํŠธํ†ค II ๋„“์€๋ฐฉ II ํ’€์˜ต์…˜",
"room_type":"์›๋ฃธ",
"price_type":"์›”์„ธ",
"price_title":"100/36",
"address":"Sample City, Sample District",
"room_size_m2":19.84,
"image_urls":[
"https://d1774jszgerdmk.cloudfront.net/512/-Y-6WvWzPHcJ1xWwldoqA",
"https://d1774jszgerdmk.cloudfront.net/1024/-Y-6WvWzPHcJ1xWwldoqA"
],
"agent_name":"Example Realty",
"agent_tel":"000-0000-0000"
}

Example: officetel listing (type = "officetel")

{
"type":"officetel",
"id":"692ec7daa274a3120e605c3a",
"url":"https://dabangapp.com/room/692ec7daa274a3120e605c3a",
"title":"์ „ํ˜ธ์‹ค ๋ณด์œ  // ์ฆ‰์‹œ์ž…์ฃผ ๊ฐ€๋Šฅ // ๋ณด์ฆ๊ธˆ ์กฐ์ ˆ๊ฐ€๋Šฅ",
"room_type":"์˜คํ”ผ์Šคํ…”",
"price_type":"์›”์„ธ",
"price_title":"300/30",
"address":"Sample City, Sample District",
"room_size_m2":26.18,
"image_urls":[
"https://d1774jszgerdmk.cloudfront.net/512/usRRFeI-FQ3BjdCR6qqEM",
"https://d1774jszgerdmk.cloudfront.net/1024/usRRFeI-FQ3BjdCR6qqEM"
],
"agent_name":"Example Realty",
"agent_tel":"000-0000-0000"
}

Field reference

One-room / two-room fields (type = "onetwo")

  • type (string, required): Record type.
  • id (number, required): Listing identifier.
  • url (string, required): Listing URL.
  • title (string, required): Listing headline.
  • source_url (string, optional): Source page URL.
  • seed_type (string, optional): Seed category.
  • seed_value (string, optional): Seed value used for discovery.
  • room_type (string, optional): Listing room type label.
  • room_desc (string, optional): Short room summary.
  • price_type (string, optional): Price type (e.g., ์›”์„ธ).
  • price_title (string, optional): Price string as displayed.
  • image_urls (array[string], optional): Listing images.
  • dong_name (string, optional): Neighborhood name.
  • description (string, optional): Listing description.
  • room_type_main (string, optional): Primary room category.
  • room_floor (string, optional): Unit floor.
  • building_floor (string, optional): Building floors.
  • maintenance_cost (string, optional): Maintenance fee text.
  • maintenance_cost_value (number, optional): Maintenance fee numeric.
  • price_info (array[array[string]], optional): Price components as strings.
  • price_info_raw (array[array[number]], optional): Price components as numbers.
  • address (string, optional): Address.
  • road_address (string, optional): Road address.
  • jibun_address (string, optional): Jibun address.
  • moving_date (string, optional): Move-in timing.
  • parking (string, optional): Parking availability.
  • parking_total (number, optional): Total parking spaces.
  • direction (string, optional): Exposure direction.
  • building_use_types (array[string], optional): Building use categories.
  • building_approval_date (string, optional): Approval date.
  • tags (array[string], optional): Listing tags.
  • beds (number, optional): Bedroom count.
  • baths (number, optional): Bathroom count.
  • room_size_m2 (number, optional): Exclusive area (mยฒ).
  • provision_size_m2 (number, optional): Supply area (mยฒ).
  • location (array[number], optional): Coordinates [lng, lat].
  • random_location (array[number], optional): Obfuscated coordinates [lng, lat].
  • room_options (array[object], optional): Room options.
  • room_options[].seq (number, optional): Option identifier.
  • room_options[].name (string, optional): Option name.
  • safeties (array[object], optional): Safety features.
  • safeties[].seq (number, optional): Safety identifier.
  • safeties[].name (string, optional): Safety name.
  • agent_id (string, optional): Agent identifier.
  • agent_name (string, optional): Agent name.
  • agent_contact_name (string, optional): Contact name.
  • agent_address (string, optional): Agent address.
  • agent_reg_id (string, optional): Agent registration ID.
  • agent_active (boolean, optional): Agent active flag.
  • agent_profile_url (string, optional): Agent profile image.
  • agent_tel_verified (boolean, optional): Agent phone verification.
  • agent_tel (string, optional): Agent phone number.
  • contact_sms_number (string, optional): SMS contact number.
  • contact_sms_message (string, optional): SMS message template.
  • contact_call_number (string, optional): Call number.
  • contact_show_number (string, optional): Display number.
  • region_gid (number, optional): Region identifier.
  • region_code (number, optional): Region code.
  • region_name (string, optional): Region name.
  • region_full_name (string, optional): Region full name.
  • other_rooms (array[object], optional): Related listings.
  • other_rooms[].id (string, optional): Related listing ID.
  • other_rooms[].title (string, optional): Related listing title.
  • other_rooms[].room_type_str (string, optional): Related room type.
  • other_rooms[].room_desc (string, optional): Related room description.
  • other_rooms[].img_url (string, optional): Related listing image.
  • other_rooms[].price_title (string, optional): Related listing price title.

Apartment fields (type = "apartment")

  • type (string, required): Record type.
  • id (number, required): Listing identifier.
  • url (string, required): Listing URL.
  • title (string, required): Listing headline.
  • source_url (string, optional): Source page URL.
  • seed_type (string, optional): Seed category.
  • seed_value (string, optional): Seed value used for discovery.
  • room_type (string, optional): Listing room type label.
  • complex_name (string, optional): Complex name.
  • room_desc (string, optional): Short room summary.
  • price_type (string, optional): Price type.
  • price_title (string, optional): Price string as displayed.
  • image_urls (array[string], optional): Listing images.
  • dong_name (string, optional): Neighborhood name.
  • description (string, optional): Listing description.
  • room_type_main (string, optional): Primary room category.
  • room_floor (string, optional): Unit floor.
  • building_floor (string, optional): Building floors.
  • maintenance_cost (string, optional): Maintenance fee text.
  • maintenance_cost_value (number, optional): Maintenance fee numeric.
  • price_info (array[array[string]], optional): Price components as strings.
  • price_info_raw (array[array[number]], optional): Price components as numbers.
  • address (string, optional): Address.
  • road_address (string, optional): Road address.
  • jibun_address (string, optional): Jibun address.
  • moving_date (string, optional): Move-in timing.
  • parking (string, optional): Parking availability.
  • parking_total (number, optional): Total parking spaces.
  • parking_per_unit (number, optional): Parking per unit.
  • direction (string, optional): Exposure direction.
  • building_use_types (array[string], optional): Building use categories.
  • building_approval_date (string, optional): Approval date.
  • household_count (string, optional): Household count text.
  • entrance_type (string, optional): Entrance type.
  • tags (array[string], optional): Listing tags.
  • beds (number, optional): Bedroom count.
  • baths (number, optional): Bathroom count.
  • room_size_m2 (number, optional): Exclusive area (mยฒ).
  • provision_size_m2 (number, optional): Supply area (mยฒ).
  • location (array[number], optional): Coordinates [lng, lat].
  • random_location (array[number], optional): Obfuscated coordinates [lng, lat].
  • room_options (array[object], optional): Room options.
  • room_options[].seq (number, optional): Option identifier.
  • room_options[].name (string, optional): Option name.
  • safeties (array[object], optional): Safety features.
  • safeties[].seq (number, optional): Safety identifier.
  • safeties[].name (string, optional): Safety name.
  • agent_id (string, optional): Agent identifier.
  • agent_name (string, optional): Agent name.
  • agent_contact_name (string, optional): Contact name.
  • agent_address (string, optional): Agent address.
  • agent_reg_id (string, optional): Agent registration ID.
  • agent_active (boolean, optional): Agent active flag.
  • agent_profile_url (string, optional): Agent profile image.
  • agent_tel_verified (boolean, optional): Agent phone verification.
  • agent_tel (string, optional): Agent phone number.
  • contact_sms_number (string, optional): SMS contact number.
  • contact_sms_message (string, optional): SMS message template.
  • contact_call_number (string, optional): Call number.
  • contact_show_number (string, optional): Display number.
  • complex_id (string, optional): Complex identifier.
  • complex_household_num (number, optional): Complex households.
  • complex_parking_num (number, optional): Complex parking spaces.
  • complex_parking_average (number, optional): Complex parking average.
  • complex_jibun_address (string, optional): Complex jibun address.
  • complex_road_address (string, optional): Complex road address.
  • complex_building_approval_type (string, optional): Approval type.
  • complex_building_approval_date (string, optional): Approval date.
  • space_exclusive_m2 (number, optional): Exclusive area (mยฒ).
  • space_supply_m2 (number, optional): Supply area (mยฒ).
  • space_contract_m2 (number, optional): Contract area (mยฒ).
  • space_entrance_type (string, optional): Entrance type.
  • space_beds (number, optional): Bedroom count.
  • space_baths (number, optional): Bathroom count.
  • space_household_num (number, optional): Household count.
  • region_gid (number, optional): Region identifier.
  • region_code (number, optional): Region code.
  • region_name (string, optional): Region name.
  • region_full_name (string, optional): Region full name.
  • education (object, optional): Nearby education info.
  • education.elementary_school (array[object], optional)
  • education.middle_school (array[object], optional)
  • education.high_school (array[object], optional)
  • education.nursery_school (array[object], optional)
  • education.kinder_school (array[object], optional)
  • education.*[].name (string, optional): School name.
  • education.*[].distance (number, optional): Distance in meters.
  • other_rooms (array[object], optional): Related listings.
  • other_rooms[].id (string, optional): Related listing ID.
  • other_rooms[].title (string, optional): Related listing title.
  • other_rooms[].room_type_str (string, optional): Related room type.
  • other_rooms[].room_desc (string, optional): Related room description.
  • other_rooms[].img_url (string, optional): Related listing image.
  • other_rooms[].price_title (string, optional): Related listing price title.
  • space_variants (array[object], optional): Variant sizes.
  • space_variants[].space_seq (number, optional): Variant identifier.
  • space_variants[].pyeong_type (string, optional): Variant type.
  • space_variants[].exclusive_space (number, optional): Exclusive area (mยฒ).

House / villa fields (type = "house")

  • type (string, required): Record type.
  • id (number, required): Listing identifier.
  • url (string, required): Listing URL.
  • title (string, required): Listing headline.
  • source_url (string, optional): Source page URL.
  • seed_type (string, optional): Seed category.
  • seed_value (string, optional): Seed value used for discovery.
  • room_type (string, optional): Listing room type label.
  • room_desc (string, optional): Short room summary.
  • price_type (string, optional): Price type.
  • price_title (string, optional): Price string as displayed.
  • image_urls (array[string], optional): Listing images.
  • dong_name (string, optional): Neighborhood name.
  • description (string, optional): Listing description.
  • room_type_main (string, optional): Primary room category.
  • room_floor (string, optional): Unit floor.
  • building_floor (string, optional): Building floors.
  • maintenance_cost (string, optional): Maintenance fee text.
  • maintenance_cost_value (number, optional): Maintenance fee numeric.
  • price_info (array[array[string]], optional): Price components as strings.
  • price_info_raw (array[array[number]], optional): Price components as numbers.
  • address (string, optional): Address.
  • jibun_address (string, optional): Jibun address.
  • moving_date (string, optional): Move-in timing.
  • parking (string, optional): Parking availability.
  • parking_total (number, optional): Total parking spaces.
  • direction (string, optional): Exposure direction.
  • building_use_types (array[string], optional): Building use categories.
  • building_approval_date (string, optional): Approval date.
  • tags (array[string], optional): Listing tags.
  • beds (number, optional): Bedroom count.
  • baths (number, optional): Bathroom count.
  • room_size_m2 (number, optional): Exclusive area (mยฒ).
  • provision_size_m2 (number, optional): Supply area (mยฒ).
  • location (array[number], optional): Coordinates [lng, lat].
  • random_location (array[number], optional): Obfuscated coordinates [lng, lat].
  • room_options (array[object], optional): Room options.
  • room_options[].seq (number, optional): Option identifier.
  • room_options[].name (string, optional): Option name.
  • safeties (array[object], optional): Safety features.
  • safeties[].seq (number, optional): Safety identifier.
  • safeties[].name (string, optional): Safety name.
  • agent_id (string, optional): Agent identifier.
  • agent_name (string, optional): Agent name.
  • agent_contact_name (string, optional): Contact name.
  • agent_address (string, optional): Agent address.
  • agent_reg_id (string, optional): Agent registration ID.
  • agent_active (boolean, optional): Agent active flag.
  • agent_profile_url (string, optional): Agent profile image.
  • agent_tel_verified (boolean, optional): Agent phone verification.
  • agent_tel (string, optional): Agent phone number.
  • contact_sms_number (string, optional): SMS contact number.
  • contact_sms_message (string, optional): SMS message template.
  • contact_call_number (string, optional): Call number.
  • contact_show_number (string, optional): Display number.
  • region_gid (number, optional): Region identifier.
  • region_code (number, optional): Region code.
  • region_name (string, optional): Region name.
  • region_full_name (string, optional): Region full name.
  • other_rooms (array[object], optional): Related listings.
  • other_rooms[].id (string, optional): Related listing ID.
  • other_rooms[].title (string, optional): Related listing title.
  • other_rooms[].room_type_str (string, optional): Related room type.
  • other_rooms[].room_desc (string, optional): Related room description.
  • other_rooms[].img_url (string, optional): Related listing image.
  • other_rooms[].price_title (string, optional): Related listing price title.

Officetel fields (type = "officetel")

  • type (string, required): Record type.
  • id (number, required): Listing identifier.
  • url (string, required): Listing URL.
  • title (string, required): Listing headline.
  • source_url (string, optional): Source page URL.
  • seed_type (string, optional): Seed category.
  • seed_value (string, optional): Seed value used for discovery.
  • room_type (string, optional): Listing room type label.
  • complex_name (string, optional): Complex name.
  • room_desc (string, optional): Short room summary.
  • price_type (string, optional): Price type.
  • price_title (string, optional): Price string as displayed.
  • image_urls (array[string], optional): Listing images.
  • dong_name (string, optional): Neighborhood name.
  • description (string, optional): Listing description.
  • room_type_main (string, optional): Primary room category.
  • room_floor (string, optional): Unit floor.
  • building_floor (string, optional): Building floors.
  • maintenance_cost (string, optional): Maintenance fee text.
  • maintenance_cost_value (number, optional): Maintenance fee numeric.
  • price_info (array[array[string]], optional): Price components as strings.
  • price_info_raw (array[array[number]], optional): Price components as numbers.
  • address (string, optional): Address.
  • road_address (string, optional): Road address.
  • jibun_address (string, optional): Jibun address.
  • moving_date (string, optional): Move-in timing.
  • parking (string, optional): Parking availability.
  • parking_total (number, optional): Total parking spaces.
  • parking_per_unit (number, optional): Parking per unit.
  • direction (string, optional): Exposure direction.
  • building_use_types (array[string], optional): Building use categories.
  • building_approval_date (string, optional): Approval date.
  • household_count (string, optional): Household count text.
  • entrance_type (string, optional): Entrance type.
  • tags (array[string], optional): Listing tags.
  • beds (number, optional): Bedroom count.
  • baths (number, optional): Bathroom count.
  • room_size_m2 (number, optional): Exclusive area (mยฒ).
  • provision_size_m2 (number, optional): Supply area (mยฒ).
  • location (array[number], optional): Coordinates [lng, lat].
  • random_location (array[number], optional): Obfuscated coordinates [lng, lat].
  • room_options (array[object], optional): Room options.
  • room_options[].seq (number, optional): Option identifier.
  • room_options[].name (string, optional): Option name.
  • safeties (array[object], optional): Safety features.
  • safeties[].seq (number, optional): Safety identifier.
  • safeties[].name (string, optional): Safety name.
  • agent_id (string, optional): Agent identifier.
  • agent_name (string, optional): Agent name.
  • agent_contact_name (string, optional): Contact name.
  • agent_address (string, optional): Agent address.
  • agent_reg_id (string, optional): Agent registration ID.
  • agent_active (boolean, optional): Agent active flag.
  • agent_profile_url (string, optional): Agent profile image.
  • agent_tel_verified (boolean, optional): Agent phone verification.
  • agent_tel (string, optional): Agent phone number.
  • contact_sms_number (string, optional): SMS contact number.
  • contact_sms_message (string, optional): SMS message template.
  • contact_call_number (string, optional): Call number.
  • contact_show_number (string, optional): Display number.
  • complex_id (string, optional): Complex identifier.
  • complex_household_num (number, optional): Complex households.
  • complex_parking_num (number, optional): Complex parking spaces.
  • complex_parking_average (number, optional): Complex parking average.
  • complex_jibun_address (string, optional): Complex jibun address.
  • complex_road_address (string, optional): Complex road address.
  • complex_building_approval_type (string, optional): Approval type.
  • complex_building_approval_date (string, optional): Approval date.
  • space_exclusive_m2 (number, optional): Exclusive area (mยฒ).
  • space_supply_m2 (number, optional): Supply area (mยฒ).
  • space_contract_m2 (number, optional): Contract area (mยฒ).
  • space_entrance_type (string, optional): Entrance type.
  • space_beds (number, optional): Bedroom count.
  • space_baths (number, optional): Bathroom count.
  • space_household_num (number, optional): Household count.
  • region_gid (number, optional): Region identifier.
  • region_code (number, optional): Region code.
  • region_name (string, optional): Region name.
  • region_full_name (string, optional): Region full name.
  • education (object, optional): Nearby education info.
  • education.elementary_school (array[object], optional)
  • education.middle_school (array[object], optional)
  • education.high_school (array[object], optional)
  • education.nursery_school (array[object], optional)
  • education.kinder_school (array[object], optional)
  • education.*[].name (string, optional): School name.
  • education.*[].distance (number, optional): Distance in meters.
  • other_rooms (array[object], optional): Related listings.
  • other_rooms[].id (string, optional): Related listing ID.
  • other_rooms[].title (string, optional): Related listing title.
  • other_rooms[].room_type_str (string, optional): Related room type.
  • other_rooms[].room_desc (string, optional): Related room description.
  • other_rooms[].img_url (string, optional): Related listing image.
  • other_rooms[].price_title (string, optional): Related listing price title.
  • space_variants (array[object], optional): Variant sizes.
  • space_variants[].space_seq (number, optional): Variant identifier.
  • space_variants[].pyeong_type (string, optional): Variant type.
  • space_variants[].exclusive_space (number, optional): Exclusive area (mยฒ).

Data guarantees & handling

  • Best-effort extraction: fields may vary by region/session/availability/UI experiments.
  • Optional fields: null-check in downstream code.
  • Deduplication: recommend type + ":" + id.

Notes & Limitations

  • Respect Dabangโ€™s terms of service and applicable laws.
  • Avoid excessive frequency or overly aggressive schedules.
  • Pricing, availability, and details can vary by region, time, and session state.
  • Validate data for compliance before using it in production workflows.

Support

For help, open an issue on the actorโ€™s page in Apify Console. Include the input you used (redacted if needed), the run ID, a clear expected vs. actual description, and a small output sample if relevant.

You might also like

Dabang Scraper โ€” Korea Property Data & API

sian.agency/dabang-property-scraper

Scrape Dabang (๋‹ค๋ฐฉ) Korean real-estate into clean datasets โ€” rooms, officetels and apartments with deposit/rent (์›”์„ธยท์ „์„ธ), exact coordinates, full address, nearest subway and photos. Filter by area, deal type and price. No account or API key needed. ๋‹ค๋ฐฉ ๋ถ€๋™์‚ฐ ์Šคํฌ๋ž˜ํผ ยท ๋งค๋ฌผ ๋ฐ์ดํ„ฐยทAPI.

๐Ÿ‘ User avatar

SIรN Oรœ

2

MLS Scraper - Real Estate Listings

alizarin_refrigerator-owner/mls-scraper

Extract real estate listings from MLS databases. Get property details, prices, photos, agent info & market data. Perfect for real estate analytics, investment research & market monitoring.

OnTheMarket Scraper | $2 / 1k | Fast & Reliable

fatihtahta/onthemarket-scraper

Scrape UK property listings from OnTheMarket (rentals, for-sale, and new homes) into clean, structured outputs. Get prices, addresses, property type, beds/baths, photos, features, agent details, and coordinates. Great for market research, price tracking, inventory monitoring and lead gen.

29

5.0

Real Estate Agent Email Scraper

contacts-api/real-estate-agent-email-scraper

Real estate agent email scraper to extract verified realtor emails from property listings, agency websites, and directories ๐Ÿ“ง๐Ÿก Perfect for lead generation, outreach, and real estate marketing. Fast, accurate, and reliable data extraction.

๐Ÿ  PropertyFinder Scraper

api-empire/propertyfinder-scraper

๐Ÿ  PropertyFinder Scraper extracts real estate listings, prices, locations, and property details from Property Finder. ๐Ÿš€ Fast & reliable for data research, lead gen, and market analysis. ๐Ÿ“ˆ Perfect for real estate teams & analysts.

Zillow Agent Rental Listings Scraper

zillowscraper/zillow-agent-rental-listings-scraper

Scrape rental listings from Zillow agents with property details like price, address, and size. Great for market analysis, data aggregation, or real estate automation tools.

๐Ÿ‘ User avatar

Zillow Scraper

103

5.0

Redfin Scraper - US Real Estate Listings & Sold Homes Data

haketa/redfin-scraper

Redfin scraper & API for US real estate: search homes for sale and rent and export address, price, beds, baths, square feet, lot size, property type, MLS, agent, photos and coordinates. US property market data and real-estate lead generation โ€” fast, no login.