Bikroy Products Scraper avatar

Bikroy Products Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Bikroy Products Scraper

Bikroy Products Scraper

Scrape product 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

4 days ago

Last modified

Categories

Share

🇧🇩 Bikroy Products Scraper

Want Bikroy product 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. Mobiles, electronics, and home ads are a large share of the marketplace. This actor returns up to 2000 rows per run. It does not scrape cars or property — use the cars and properties actors for those.

💡 Perfect for...

  • Marketplaces: Export phones, electronics, and home goods from Bikroy.
  • Dashboards: Track new ads without paging the site.
  • Market research: Slice listings by category, 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 product 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 product search or listing URL, or pick the same filters as the site. input_url always wins when set.
  • 🎯 Website-Matched Filters: Keyword, category, location, price, and sort. Leave category empty to search the main product groups.
  • 🌐 Listing cards: Title, price in taka, category, city, and listing URL.

📦 What's inside the data?

id, url, title, price, currency, category, location, city, region, image, date

🚀 Quick start

Option A: paste https://bikroy.com/en/ads/bangladesh/electronics. Option B: pick a category or city and set max_results.

Input Example (filters):

{
"category": "mobile-phones",
"location": "dhaka",
"max_results": 100
}

Input Example (URL):

{
"input_url": "https://bikroy.com/electronics",
"max_results": 100
}

Output Example:

{
"id": "1882001",
"url": "https://bikroy.com/mirpur/mobile-phones/samsung-galaxy-s22-ultra-256-gb-black-example.html",
"title": "Samsung Galaxy S22 Ultra 256 GB Black",
"price": 72000,
"currency": "BDT",
"category": "Mobile Phones",
"location": "Dhaka, Mirpur",
"city": "Mirpur",
"region": "Dhaka",
"image": "https://pictures-bangladesh.jijistatic.com/example.webp",
"date": null
}

Output fields:

FieldDescription
idBikroy ad id.
urlPublic listing page.
titleAd title.
pricePrice in Bangladeshi taka when shown.
currencyAlways BDT.
categoryCategory label from the card.
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_urlstringNo—Bikroy product search or listing URL. Overrides every filter.
querystringNo—Same as the site search box.
categorydropdownNoallElectronics, phones, home, fashion, and other product groups.
locationdropdownNoallBangladeshi city or division.
price_minintegerNo—Lowest price in Bangladeshi taka.
price_maxintegerNo—Highest price in Bangladeshi taka.
sortdropdownNonewestNewest, most relevant, or price.
max_resultsintegerNo50Maximum rows (1–2000).