Nigeria Property Centre Scraper
Pricing
from $3.00 / 1,000 results
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
Maintained by CommunityActor 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_urlalways 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
- Open Nigeria Property Centre, apply filters, copy the URL.
- Paste it into
input_url. - Set
max_resultsand click Start.
Option B — Structured filters (better for AI agents)
- Leave
input_urlempty. - Pick sale or rent, a property type, and a state.
- 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:
| Field | Description |
|---|---|
id | Nigeria Property Centre listing id. |
url | Public listing page. |
title | Listing title. |
purpose | For sale, for rent, short let, or joint venture. |
category | Card type, such as detached duplex for sale. |
price | Asking price when shown. |
currency | Always NGN. |
price_period | Rent or short-let period when shown, such as /yr or /day. |
bedrooms | Bedroom count. |
bathrooms | Bathroom count. |
toilets | Toilet count. |
parking | Parking spaces. |
area_sqm | Land or floor area in square metres. |
location | Area string from the card. |
added | Relative posted time, such as Added today. |
agent | Agent or agency name when shown. |
description | Short description from the card. |
featured | Whether NPC marked the ad Premium. |
verified_photos | Whether the card shows verified photos. |
image_url | First photo. |
image_count | Number of photos on the card. |
📋 Input reference (detailed)
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
input_url | string | No | — | Paste an NPC search URL; overrides every filter when set. |
purpose | string enum | No | for-sale | For sale, for rent, short let, or joint venture. |
property_type | string enum | No | all | Houses, flats & apartments, land, or commercial. |
property_subtype | string enum | No | any | Detached duplex, mini flat, residential land, offices, and the other site subtypes. |
location | string enum | No | all Nigeria | All 36 states plus Abuja. |
city | string | No | — | Neighbourhood or city inside the state, such as Lekki. |
bedrooms | string enum | No | any | Exact bedroom count. 6 means 6 or more. |
price_min | integer | No | — | Lowest price in naira. |
price_max | integer | No | — | Highest price in naira. |
furnishing | string enum | No | any | Furnished or unfurnished. |
serviced | boolean | No | false | Only serviced listings. |
shared | boolean | No | false | Only shared rentals. |
keywords | string | No | — | Words to search, such as pool or BQ. |
added | string enum | No | any | Today, last 7 days, last 14 days, or last 30 days. |
sort | string enum | No | Default | Default, most recent, highest price, lowest price, or verification status. |
max_results | integer | No | 50 | Maximum rows (1–2000). |
Notes on filters
- Prefer the Apify input dropdowns — they use the same labels as Nigeria Property Centre.
input_urlalways 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.