Skip to content

Releases: osoobe/dubizzle-php

Capture multiple results.

14 Nov 16:46
Compare
Choose a tag to compare
  • Fixed the fetching of results on multiple pages.
  • Added a mechanism to get the latest makes from Dubizzle.

Capture featured items

04 Nov 15:25
Compare
Choose a tag to compare
  • Added the capturing of featured items
  • Set the date range of ads post to be shown.

Dubizzle 1.2

31 Oct 06:58
Compare
Choose a tag to compare
  • Replaced the use of tidy extension with HTMLPurifier package.
  • Removed couple of dependencies.

First Stable Release

03 Sep 05:05
Compare
Choose a tag to compare
  • Allow the fetching of Dubizzle categories such as: make, section, model, body_type, etc.
  • Added support for year and average.
  • Added item photo in json dump or array.
  • Added more demos.
  • Fixed the fetching of multiple pages at once.

Beta Release

30 Aug 03:37
Compare
Choose a tag to compare

Introduction

Dubizzle is an online classifieds website. This project aims to become a simple and complete PHP scraping-based API for Dubizzle.

This project was enspired by python's Dubizzle scraping API.

  • Query dubizzle website by category, keyword, city, section, price or any acceptable parameter on dubizzle website except country.
  • Currently, only UAE is supported.
  • Supports JSON output.