Skip to content
This repository was archived by the owner on Jun 7, 2026. It is now read-only.

Latest commit

 

History

75 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OLX scraper and RSS feed generator

🪦 Archived in favour of olx-cli.


Build and Deploy

The tool provides fluent API to query polish version of OLX.

Here is a sample request when looking for offers with photos, around a certain location, with a decent price:

URL url = OlxQueryBuilder
	.query("sprzedam opla")
	.withPhotoOnly()
	.location("Radom")
	.radius(Radius._30KM)
	.maxPrice(1000)
	.toUrl();
List<OlxOffer> offers = new OlxScrapper(url).getOffers();

Moreover, the tool allows to generate an RSS feed for OLX search results.

About

Fluent Java API and RSS feed generator for OLX search results

Topics

Resources

Stars

13 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages