Craigslist Scraper

get list of current WRX STi parts for sale in Chicago area
    url: {{ baseurl }}
    query: {{ keyword }}

    https://github.com/fatalhalt/CLscrap
{% for i in data %}
{{ i.title }} {{ i.date }} {{ i.price }} {{ i.hood }} img
{% endfor %}