Merrjep.al Scraper — Albania Real Estate Listings avatar

Merrjep.al Scraper — Albania Real Estate Listings

Pricing

from $0.85 / 1,000 results

Go to Apify Store
Merrjep.al Scraper — Albania Real Estate Listings

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

Vladimir Ignatev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

4 days ago

Last modified

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

FieldNotes
id, urlAd id + direct link
titleListing title (Albanian)
transactionsale/rent (parsed from title: shitje/qira)
propertyTypeApartment / Villa / House / Land / Commercial / … (from title)
roomsAlbanian room format, e.g. 1+1, 2+1
price, currency, priceUnitNumeric; EUR (most)
ratingValue, reviewCountAdvertiser rating
mainImage, imagesCountPhotos
country, scrapedAt, sourceRun 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).