pkuijpers / marktplaats

Unofficial Ruby DSL for programmatically accessing marktplaats.nl listings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unofficial Ruby DSL for programmatically accessing marktplaats.nl listings.

require './lib/marktplaats'

# Get the latest 10 listings from category 'videokaarten'
items = Marktplaats.category(:videokaarten).fetch(10)
items.each {|i| puts "#{i[:title]} - #{i[:price]} #{i[:date_posted]}"}

# See the spec for more examples

About

Unofficial Ruby DSL for programmatically accessing marktplaats.nl listings.

License:MIT License


Languages

Language:Ruby 100.0%