Penotariado Actor avatar

Penotariado Actor

Deprecated

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Penotariado Actor

Penotariado Actor

Deprecated

This Actor extracts housing price data from Penotariado by discovering map context in the browser. Scraped service URL: http://penotariado.com/

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Brat GPT

Brat GPT

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

a month ago

Last modified

Share

Penotariado Housing Price Extractor

Summary

This Actor extracts housing price data from Penotariado by discovering map context in the browser.

Scraped service URL: http://penotariado.com/

Input Overview

FieldTypeRequiredAllowed / ExampleDescription
constructionTypestringNo99, 7, 9Construction type filter.
propertyTypestringNo99, 14, 15Property type filter.
locationTypestringNoPA, CA, PR, MN, CPGeographic level for search scope.
locationCodestringNo"null"Location code used by the target map.
withStatisticsbooleanNotrueIncludes statistics in source map URL.
localestringNoen, es, ca, gl, euLocale for Penotariado.
searchstringYes"madrid"Search term used.
maxResultsintegerNo100Maximum number of output rows.

constructionType values

ValueMeaning
99All construction types
7Collective housing
9Single-family housing

locationType values

ValueMeaning
PACountry scope
CAAutonomous Community
PRProvince
MNMunicipality
CPPostal code

Example Input JSON

{
"constructionType": "99",
"propertyType": "99",
"locationType": "PA",
"locationCode": "null",
"withStatistics": true,
"locale": "en",
"search": "madrid",
"maxResults": 100
}

Output Overview

FieldTypeDescription
sourceLayernumberSource layer id used to produce the row.
levelstringGeographic level (autonomous-community, province, municipality, postal-code).
placeNamestringNormalized place label.
pricePerSqmnumberPrice per square meter.
geometryobjectGeometry payload with encoded polyline when available.
searchTermstringInput search term used in probing.

Example Output JSON

{
"name_muni2": "Madrid",
"objectid": 4888,
"name_prov": "Madrid",
"cod_prov": "28",
"name_ccaa": "Comunidad de Madrid",
"cod_ccaa": "13",
"name_muni": "Madrid",
"cod_muni": "28079",
"es_estimado": 0,
"precio_m2": 4912,
"precio_medio": 443496,
"superficie_media": 90,
"total_informados": 37311,
"total": 42033,
"tipo_construccion_id": 99,
"clase_finca_urbana_id": 99,
"oid": 1132907,
"Shape__Area": 1046329104.2650146,
"Shape__Length": 228287.9090703679,
"sourceLayer": 3,
"level": "municipality",
"placeName": "Madrid",
"pricePerSqm": 4912,
"geometry": {
"paths": "<polyline_string>"
},
"searchTerm": "Madrid"
}