Bikroy Properties Scraper avatar

Bikroy Properties Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Bikroy Properties Scraper

Bikroy Properties Scraper

Scrape property ads from bikroy.com. 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

2 days ago

Last modified

Categories

Share

🇧🇩 Bikroy Properties Scraper

Want Bikroy 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.

Bikroy is Bangladesh’s main classifieds site. Property is a core category. This actor returns up to 2000 rows per run.

💡 Perfect for...

  • Marketplaces: Export Dhaka and Chattogram sale or rent ads from Bikroy.
  • Dashboards: Track new homes without paging the site.
  • Market research: Slice listings by sale or rent, 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 Bikroy property 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 a Bikroy property search or listing URL, or pick the same filters as the site. input_url always wins when set.
  • 🎯 Website-Matched Filters: Keyword, sale or rent, property type, location, bedrooms, size, price, and sort.
  • 🌐 Listing cards: Title, price in taka, type, bedrooms, size, city, and listing URL.

📦 What's inside the data?

id, url, title, price, currency, listing_type, property_type, bedrooms, bathrooms, size, location, city, region, image, date

🚀 Quick start

Option A: paste https://bikroy.com/en/ads/dhaka/property. Option B: pick sale or rent and a city, then set max_results.

Input Example (filters):

{
"listing_type": "sale",
"property_type": "houses-apartments",
"location": "dhaka",
"max_results": 100
}

Input Example (URL):

{
"input_url": "https://bikroy.com/real-estate",
"max_results": 100
}

Output Example:

{
"id": "2100123",
"url": "https://bikroy.com/gulshan/houses-apartments-for-sale/example.html",
"title": "3 bedroom apartment in Gulshan",
"price": 18500000,
"currency": "BDT",
"listing_type": "Houses & Apartments for Sale",
"property_type": "Houses & Apartments for Sale",
"bedrooms": 3,
"bathrooms": 3,
"size": "1800 sqft",
"location": "Dhaka, Gulshan",
"city": "Gulshan",
"region": "Dhaka",
"image": "https://pictures-bangladesh.jijistatic.com/example.webp",
"date": null
}

Output fields:

FieldDescription
idBikroy ad id.
urlPublic listing page.
titleAd title.
pricePrice or rent in Bangladeshi taka when shown.
currencyAlways BDT.
listing_typeSale, rent, or the card type label.
property_typeHouses, land, commercial, or new builds.
bedroomsBedroom count when shown.
bathroomsBathroom count when shown.
sizeFloor or land size when shown.
locationFull location string from the card.
cityArea or neighbourhood.
regionCity or division.
imageListing photo.
dateWhen the ad was posted, as a full date and time, when the card shows one.

📋 Input reference

ParameterTypeRequiredDefaultDescription
input_urlstringNoBikroy property search or listing URL. Overrides every filter.
querystringNoSame as the site search box.
listing_typedropdownNoallFor sale or for rent.
property_typedropdownNoallHouses, land, commercial, new builds, or vacation rentals.
locationdropdownNoallBangladeshi city or division.
bedroomsintegerNoLowest bedroom count.
size_minintegerNoSmallest size in square feet.
size_maxintegerNoLargest size in square feet.
price_minintegerNoLowest price in Bangladeshi taka.
price_maxintegerNoHighest price in Bangladeshi taka.
sortdropdownNonewestNewest, most relevant, or price.
max_resultsintegerNo50Maximum rows (12000).