Rever.vn Scraper avatar
Rever.vn Scraper

Pricing

Pay per usage

Go to Apify Store
Rever.vn Scraper

Rever.vn Scraper

Developed by

Dung Nguyen

Dung Nguyen

Maintained by Community

Effortlessly extract real-estate listings from Rever.vn with this fast, reliable crawler. Ideal for market research, analytics, and property monitoring. Supports advanced filtering and seamless integration with Apify datasets for streamlined data workflows.

0.0 (0)

Pricing

Pay per usage

0

1

1

Last modified

10 days ago

Effortlessly extract real-estate listings from Rever.vn with this fast, reliable Apify Actor. Just enter a location and property preferences—get up-to-date data on apartments, land, villas, and more in seconds. Perfect for market research, analytics, or property monitoring, no coding required!


🚀 Features

  • Blazing fast: Designed for high-volume property scraping with Apify's infrastructure.
  • Advanced filters: Search by location, property type, price, area, rooms, direction, and more.
  • Reliable and robust: Smart retries, error handling, and flexible configuration.
  • Seamless Apify integration: Schedule, monitor, and integrate with datasets or APIs.
  • Structured output: Get clean, analyzable data ready for Excel, JSON, or API use.

📊 What data can this Actor extract?

FieldDescription
URLDirect link to property on Rever.vn
Title, NameProperty title and name
Type, StatusProperty type, listing status, exclusive
Price, AreaListed price, size in m²
AddressFull, district, city, geolocation
DetailsNumber of bedrooms, bathrooms, amenities
Agent infoName, profile, contact details
MediaPhotos, 3D view availability
More...Discounts, direction, published state

📝 How to use Rever.vn Scraper

  1. Create a new task using this Actor.
  2. Go to the Input tab and fill in filter options:
    • Location (e.g., ho-chi-minh)
    • Service type (Rent / Buy)
    • Property types (Apartment, Land…)
    • Price/area range, rooms, sort, etc.
  3. Click Run.
  4. Download your data as JSON, CSV, Excel, or via API.

Or run from code:

from apify_client import ApifyClient
client = ApifyClient("APIFY_API_TOKEN")
run = client.actor("dungnt7/rever-vn-scraper").call(run_input={
"location": "dien-bien-phu-binh-thanh-ho-chi-minh",
"service_type": "1",
"property_types": ["1", "16"],
"size": 20
})

💡 Example Input

{
"location": "dien-bien-phu-binh-thanh-ho-chi-minh",
"service_type": "1",
"property_types": ["1", "16"],
"page": 0,
"size": 20,
"sort_by": "1"
}

See Input tab for all options and tooltips.

🗂️ Example Output

[
{
"url": "https://rever.vn/property/abc123",
"title": "Modern Apartment, Binh Thanh",
"property_type": 1,
"address": "Dien Bien Phu, Binh Thanh, Ho Chi Minh",
"area": "68",
"price": "14,000,000",
"bed_rooms": "2",
"bath_rooms": "2",
"agent": {
"name": "Agent Name",
"phone": "+84 123456789"
},
"photos": ["https://..."],
"has_3d": true,
"stage_active_time": 1718000000
// ...
}
]

You can download all results as JSON, CSV, Excel, or via Apify API.

⚙️ Tips & Advanced Options

  • Use filters to narrow to your market: price, district, property type, etc.
  • Use Apify's built-in scheduling to automate regular data collection.
  • Integrate datasets with Google Sheets, Zapier, or other tools.
  • Scrape larger volumes with increased size (max 50 per page).
  • Pro tip: Rely on stage_active_datetime value to perform incremental pulling.

Is scraping Rever.vn legal?

Our scrapers only extract public property data, never private user data. Scraping public data is generally allowed, but always review Vietnamese data laws for your use case.

Found a bug or need help?

Checkout Apify troubleshooting guide or open an issue. We're open for feature requests or custom versions!