Avito Properties Scraper avatar

Avito Properties Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Avito Properties Scraper

Avito Properties Scraper

Scrape property ads from avito.ma. Use the same listing filters as the site or paste a URL — the URL wins when set.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

Marco Rodrigues

Marco Rodrigues

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

🏠 Avito Properties Scraper

Want Avito.ma property ads in a spreadsheet? This scraper makes it easy.

Use structured filters — better for AI agents — or paste an input_url. When input_url is set it overrides the filters.

Avito is Morocco’s main classifieds site. Homes, rentals, land, and shops are a core Avito category. This actor returns up to 2000 rows per run.

💡 Perfect for...

  • Marketplaces: Export Moroccan apartments, houses, land, and shops from Avito.
  • Dashboards: Track new ads without paging the site.
  • Market research: Slice listings by sale or rent, property type, city, or price.
  • Data analysts: Export structured rows with public listing URLs.
  • 🤖 AI Agents: Power Claude, Cursor, Codex, the Hermes Agent, and OpenClaw workflows with live Avito results.
  • 📚 RAG Systems: Feed titles, prices, and cities into retrieval pipelines.
  • 🔗 AI Workflows: Plug into LangChain, AutoGPT, CrewAI, and similar stacks.

✨ Why you'll love this scraper

  • 🔗 Input URL or Filters: Paste an Avito property search URL, or pick the same filters as the site. input_url always wins when set.
  • 🎯 Website-Matched Filters: Listing type, property type, city, keyword, seller, price, photos, and price present.
  • 🌐 Listing cards: Title, price, listing type, property type, rooms, size, city, and listing URL.

📦 What's inside the data?

id, url, title, price, currency, listing_type, property_type, rooms, bathrooms, size, floor, city, seller, seller_type, image, date

🚀 Quick start

Option A: paste https://www.avito.ma/fr/casablanca/immobilier. Option B: pick for sale or apartments and set max_results.

Input Example (filters):

{
"listing_type": "sell",
"property_type": "apartment",
"city": "casablanca",
"max_results": 100
}

Input Example (URL):

{
"input_url": "https://www.avito.ma/fr/rabat/immobilier",
"max_results": 100
}

Output Example:

{
"id": "58401234",
"url": "https://www.avito.ma/fr/casablanca/appartements/Appartement_a_vendre_58401234.htm",
"title": "Appartement 2 chambres Maarif",
"price": 980000,
"currency": "DH",
"listing_type": "Ventes Immobilières",
"property_type": "Appartements",
"rooms": "2 chambres",
"bathrooms": "1 sdb",
"size": "78 m²",
"floor": "Étage 3",
"city": "Casablanca",
"seller": "Agence Atlas",
"seller_type": "Professional",
"image": "https://content.avito.ma/classifieds/images/example.jpg",
"date": "2026-09-11T00:29:00Z"
}

Output fields:

FieldDescription
idAvito ad id.
urlPublic listing page.
titleAd title.
pricePrice in Moroccan dirhams when shown.
currencyCurrency when shown, usually DH.
listing_typeFor sale or for rent, as shown on the site.
property_typeApartment, land, office, or other property type.
roomsBedrooms when shown.
bathroomsBathrooms when shown.
sizeFloor size when shown.
floorFloor when shown.
cityCity on the ad.
sellerSeller name.
seller_typePrivate or professional.
imageListing photo.
dateListing time as a UTC datetime, calculated from the site’s relative label.

📋 Input reference

ParameterTypeRequiredDefaultDescription
input_urlstringNoAvito property search URL. Overrides every filter.
listing_typestring enumNoallFor sale or for rent.
property_typestring enumNoallApartment, land, or offices & shops.
citystring enumNoAll MoroccoMoroccan city.
querystringNoSame as the site search box.
sellerstring enumNoanyonePrivate or professional.
price_minintegerNoLowest price in Moroccan dirhams.
price_maxintegerNoHighest price in Moroccan dirhams.
has_pricebooleanNofalseOnly ads that show a price.
has_photosbooleanNofalseOnly ads with photos.
max_resultsintegerNo50Maximum rows (12000).