Nigeria Property Centre Scraper avatar

Nigeria Property Centre Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Nigeria Property Centre Scraper

Nigeria Property Centre Scraper

Scrape property listings from nigeriapropertycentre.com. Use filters or paste a URL — the URL wins when set.

Pricing

from $3.00 / 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

2 days ago

Last modified

Categories

Share

🇳🇬 Nigeria Property Centre Scraper

Want Nigeria Property Centre listings in a spreadsheet? This scraper makes it easy.

Use structured filters (purpose, type, state, bedrooms, price) — better for AI agents — or paste an input_url. When input_url is set it overrides the filters.

NPC lists more than 100,000 properties for sale. This actor returns up to 2000 rows per run.

💡 Perfect for...

  • Agents: Export Lagos and Abuja sale or rent ads with price and bedrooms.
  • Dashboards: Track houses, flats, land, and commercial stock.
  • Market research: Slice by state, subtype, furnishing, or recency.
  • Data analysts: Export structured NPC rows with public listing URLs.
  • 🤖 AI Agents: Power Claude, Cursor, Codex, the Hermes Agent, and OpenClaw workflows with live NPC results.
  • 📚 RAG Systems: Feed titles, locations, and prices into retrieval pipelines.
  • 🔗 AI Workflows: Plug into LangChain, AutoGPT, CrewAI, and similar stacks.

✨ Why you'll love this scraper

  • 🔗 Input URL or Filters: Paste a search URL, or use the dropdowns. input_url always wins when set.
  • 🎯 Website-Matched Filters: Same purpose, type, subtype, state, area, bedrooms, price, furnishing, serviced, shared, keywords, added date, and sort as the site.
  • 🌐 Nationwide: All 36 states plus Abuja.

📦 What's inside the data?

Every row can include:

  • Listing: id, url, title, purpose, category, description
  • Price: price, currency (NGN), price period for rent or short let
  • Specs: bedrooms, bathrooms, toilets, parking, area
  • Location / agent: location, added date, agent, featured, verified photos, image

🚀 Quick start

Option A — Input URL

  1. Open Nigeria Property Centre, apply filters, copy the URL.
  2. Paste it into input_url.
  3. Set max_results and click Start.

Option B — Structured filters (better for AI agents)

  1. Leave input_url empty.
  2. Pick sale or rent, a property type, and a state.
  3. Set max_results (up to 2000) and click Start.

Tech details for developers 🧑‍💻

Input Example (filters):

{
"purpose": "for-sale",
"property_type": "houses",
"location": "lagos",
"bedrooms": "4",
"price_max": 200000000,
"max_results": 100
}

Input Example (URL override):

{
"input_url": "https://nigeriapropertycentre.com/for-rent/flats-apartments/lagos/lekki",
"max_results": 50
}

Output Example:

{
"id": "3660344",
"url": "https://nigeriapropertycentre.com/for-sale/houses/block-of-flats/lagos/ipaja/3660344-newly-built-3-bedroom-flat-for-sale",
"title": "Newly Built 3-Bedroom Flat for Sale",
"purpose": "for-sale",
"category": "Block of flats for sale",
"price": 64000000,
"currency": "NGN",
"price_period": null,
"bedrooms": 3,
"bathrooms": 4,
"toilets": 4,
"parking": null,
"area_sqm": null,
"location": "Command Ipaja Lagos, Ipaja, Lagos",
"added": "Added today",
"agent": "Pacelink Property",
"featured": true,
"verified_photos": true,
"image_url": "https://images.nigeriapropertycentre.com/properties/images/thumbs/3660344/...",
"image_count": 16
}

Output fields:

FieldDescription
idNigeria Property Centre listing id.
urlPublic listing page.
titleListing title.
purposeFor sale, for rent, short let, or joint venture.
categoryCard type, such as detached duplex for sale.
priceAsking price when shown.
currencyAlways NGN.
price_periodRent or short-let period when shown, such as /yr or /day.
bedroomsBedroom count.
bathroomsBathroom count.
toiletsToilet count.
parkingParking spaces.
area_sqmLand or floor area in square metres.
locationArea string from the card.
addedRelative posted time, such as Added today.
agentAgent or agency name when shown.
descriptionShort description from the card.
featuredWhether NPC marked the ad Premium.
verified_photosWhether the card shows verified photos.
image_urlFirst photo.
image_countNumber of photos on the card.

📋 Input reference (detailed)

ParameterTypeRequiredDefaultDescription
input_urlstringNoPaste an NPC search URL; overrides every filter when set.
purposestring enumNofor-saleFor sale, for rent, short let, or joint venture.
property_typestring enumNoallHouses, flats & apartments, land, or commercial.
property_subtypestring enumNoanyDetached duplex, mini flat, residential land, offices, and the other site subtypes.
locationstring enumNoall NigeriaAll 36 states plus Abuja.
citystringNoNeighbourhood or city inside the state, such as Lekki.
bedroomsstring enumNoanyExact bedroom count. 6 means 6 or more.
price_minintegerNoLowest price in naira.
price_maxintegerNoHighest price in naira.
furnishingstring enumNoanyFurnished or unfurnished.
servicedbooleanNofalseOnly serviced listings.
sharedbooleanNofalseOnly shared rentals.
keywordsstringNoWords to search, such as pool or BQ.
addedstring enumNoanyToday, last 7 days, last 14 days, or last 30 days.
sortstring enumNoDefaultDefault, most recent, highest price, lowest price, or verification status.
max_resultsintegerNo50Maximum rows (12000).

Notes on filters

  • Prefer the Apify input dropdowns — they use the same labels as Nigeria Property Centre.
  • input_url always wins over the other filters when provided.
  • Short let is under rent on the site. Joint venture is its own section.
  • City only applies when a state is selected.