Penotariado Actor
Pricing
from $1.00 / 1,000 results
Go to Apify Store
Deprecated
Penotariado Actor
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
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
0
Monthly active users
a month ago
Last modified
Categories
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
| Field | Type | Required | Allowed / Example | Description |
|---|---|---|---|---|
| constructionType | string | No | 99, 7, 9 | Construction type filter. |
| propertyType | string | No | 99, 14, 15 | Property type filter. |
| locationType | string | No | PA, CA, PR, MN, CP | Geographic level for search scope. |
| locationCode | string | No | "null" | Location code used by the target map. |
| withStatistics | boolean | No | true | Includes statistics in source map URL. |
| locale | string | No | en, es, ca, gl, eu | Locale for Penotariado. |
| search | string | Yes | "madrid" | Search term used. |
| maxResults | integer | No | 100 | Maximum number of output rows. |
constructionType values
| Value | Meaning |
|---|---|
| 99 | All construction types |
| 7 | Collective housing |
| 9 | Single-family housing |
locationType values
| Value | Meaning |
|---|---|
| PA | Country scope |
| CA | Autonomous Community |
| PR | Province |
| MN | Municipality |
| CP | Postal code |
Example Input JSON
{"constructionType": "99","propertyType": "99","locationType": "PA","locationCode": "null","withStatistics": true,"locale": "en","search": "madrid","maxResults": 100}
Output Overview
| Field | Type | Description |
|---|---|---|
| sourceLayer | number | Source layer id used to produce the row. |
| level | string | Geographic level (autonomous-community, province, municipality, postal-code). |
| placeName | string | Normalized place label. |
| pricePerSqm | number | Price per square meter. |
| geometry | object | Geometry payload with encoded polyline when available. |
| searchTerm | string | Input 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"}