Merrjep.al Scraper — Albania Real Estate Listings
Pricing
from $0.85 / 1,000 results
Merrjep.al Scraper — Albania Real Estate Listings
Scrape Merrjep.al real estate ads into clean JSON, CSV or Excel. Extract Albania property data — title, price, currency, rooms and type — for shitje (sale) and qira (rent) apartments, villas, houses, land and commercial. A property dataset for investors and lead generation.
Pricing
from $0.85 / 1,000 results
Rating
0.0
(0)
Developer
Vladimir Ignatev
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
0
Monthly active users
4 days ago
Last modified
Categories
Share
Scrape merrjep.al property ads (imobiliare / prona) into clean JSON, CSV or Excel — title, price, currency, rooms, property type and photos for shitje (for sale) and qira (for rent) real estate across Albania.
What you get
| Field | Notes |
|---|---|
id, url | Ad id + direct link |
title | Listing title (Albanian) |
transaction | sale/rent (parsed from title: shitje/qira) |
propertyType | Apartment / Villa / House / Land / Commercial / … (from title) |
rooms | Albanian room format, e.g. 1+1, 2+1 |
price, currency, priceUnit | Numeric; EUR (most) |
ratingValue, reviewCount | Advertiser rating |
mainImage, imagesCount | Photos |
country, scrapedAt, source | Run metadata |
Input
{ "startUrls": ["https://www.merrjep.al/njoftime/imobiliare-prona"], "maxItems": 500 }
- startUrls — merrjep real-estate browse pages:
/njoftime/imobiliare-prona,.../imobiliare-prona/shitje(sale),.../qira(rent). Pagination added automatically (?Page=N). - maxItems — stop after this many listings.
- proxyConfiguration — Apify Proxy (datacenter is fine; site is Cloudflare-passive).
How it works
merrjep.al browse pages embed every listing as a Product inside a JSON-LD ItemList (@graph) with offers{price, priceCurrency} — ~109 per page. This actor reads each browse page, parses the ItemList, derives transaction/type/rooms from the title, de-duplicates by id, and paginates via ?Page=N up to maxItems — no per-listing detail fetch. Public pages only; respects robots.txt (Crawl-delay 10; only /Administration/ is disallowed).