VOOZH about

URL: https://apify.com/vivid_astronaut/property-valuation

⇱ Property Valuation API Β· Apify


Pricing

from $5.00 / 1,000 results

Go to Apify Store

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Fabio Suizu

Fabio Suizu

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

5 months ago

Last modified

Categories

Share

Property Valuation service powered by Azure. Fast, reliable, and scalable API.

Features

  • Fast Processing: Lightning-fast property valuation api powered by Azure
  • Reliable: 99.9% uptime with automatic failover
  • Scalable: Handle single requests or bulk operations
  • Secure: Enterprise-grade security with API key authentication
  • Well Documented: Comprehensive API documentation and examples

Use Cases

  • Development: Integrate into your development workflow
  • Automation: Build automated pipelines
  • Integration: Connect with other services

Input Parameters

ParameterTypeRequiredDescription
dataobjectNoInput data to process. Send your API request payload here.
endpointstringNoSpecific endpoint to call (e.g., /api/v1/process)

Output Format

{
"success":true,
"result":{ ... },
"timestamp":"2026-01-07T00:00:00Z"
}

Code Examples

JavaScript (Node.js)

import{ ApifyClient }from'apify-client';
const client =newApifyClient({token:'YOUR_API_TOKEN'});
const input ={
"data":{},
"endpoint":"/api/v1/process"
};
const run =await client.actor("vivid_astronaut/property-valuation").call(input);
const{ items }=await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

Python

from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
run_input ={
"data":{},
"endpoint":"/api/v1/process"
}
run = client.actor("vivid_astronaut/property-valuation").call(run_input=run_input)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

cURL

curl-X POST "https://api.apify.com/v2/acts/vivid_astronaut~property-valuation/runs?token=YOUR_API_TOKEN"\
-H"Content-Type: application/json"\
-d'{
"data": {},
"endpoint": "/api/v1/process"
}'

Pricing

Model: Pay per result Price: $0.005 per result

You only pay for successful results. Platform usage costs are included.

API Documentation

Full API documentation is available at:

Support

Version History

See ./CHANGELOG.md for version history.


Powered by Azure Cloud Infrastructure

You might also like

Turkish Property Valuation Engine

seralifatih/turkish-real-estate-api-3

Analyze Turkish property prices across Emlakjet, Hepsiemlak, and Sahibinden to generate valuation reports, comparable property records, price-per-square-meter benchmarks, and optional rental yield insights. Ideal for investors, proptech tools, and valuation workflows.

πŸ‘ User avatar

Fatih Δ°lhan

9

Domain.com.au Property Valuation Report

codingfrontend/domain-valuation-report

Get property value estimates from Domain.com.au using their property valuation feature, including estimated ranges, capital growth, and suburb stats.

πŸ‘ User avatar

codingfrontend

2

Domain Property Details Scraper

stealth_mode/domain-property-details-scraper

Scrape comprehensive property details from Domain.com.au, Australia's leading real estate platform. Extract detailed property information including prices, features, agent details, media assets, and market data. Essential for real estate analysis, property valuation, and market intelligence.

13

Myhome Property Search Scraper

stealth_mode/myhome-property-search-scraper

Extract comprehensive property listings from MyHome.ie, Ireland's largest property portal. Scrape detailed real estate data including prices, locations, BER ratings, agent details, and property features. Ideal for real estate analysis, market research, property valuation.

16

Myhome Property Details Scraper

stealth_mode/myhome-property-details-scraper

Scrape comprehensive property listings from MyHome.ie, Ireland's largest property portal. Extract detailed data including prices, BER ratings, photos, virtual tours, and agent details for market analysis, property valuation, and real estate intelligence across the Irish property market.

🏠 Zillow Price History Scraper

vulnv/zillow-price-history-scraper

Extract comprehensive historical price data from Zillow property listings including price changes over time, market trends, and property value analytics. Bulk processing supported. Get structured JSON data for market analysis, investment research, and property valuation insights.

Car Valuation API

voyn/car-valuation-api

Car Valuation API is a powerful tool designed to provide car valuations along with car specs. By simply inputting basic information about the car and specifying the country, users can obtain valuation data and parsed & organised car details. For now, it only works in United States.

73

Zoopla Property Sold History Search Scraper

stealth_mode/zoopla-property-sold-history-search-scraper

Scrape comprehensive property sale history and transaction data from Zoopla.co.uk, the UK's leading property platform. Extract historical prices, sale dates, property attributes, and valuation estimates. Essential for property investors, estate agents, and market analysts tracking UK real estate.

4

5.0

Fotocasa Property Search Scraper

stealth_mode/fotocasa-property-search-scraper

Efficiently scrape property listings from Fotocasa.es, Spain's leading real estate platform. Extract comprehensive data including prices, features, locations, agent details, and multimedia content. Perfect for real estate market analysis, property valuation, competitive intelligence.

40