Dabang Scraper | Fast & Reliable | $4 / 1k avatar
Dabang Scraper | Fast & Reliable | $4 / 1k

Pricing

$3.99 / 1,000 results

Go to Apify Store
Dabang Scraper | Fast & Reliable | $4 / 1k

Dabang Scraper | Fast & Reliable | $4 / 1k

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

5.0

(1)

Developer

Fatih Tahta

Fatih Tahta

Maintained by Community

Actor stats

2

Bookmarked

2

Total users

1

Monthly active users

9 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.