APPLY for an API key
HTTP API
Query URL and Parameters :
Searches can be performed by making an HTTP GET request to the following URL :
http://www.ecofreek.com/index.php
Parameters:
| q |
Query string keywords. *Mandatory |
| APIKey |
API Key assigned to you. *Mandatory |
| mindate |
Show nothing older than this date (yyyy-mm-dd) |
| network |
Search only this source, IE craigslist, classifiedads etc |
| piconly |
Show only items with image |
| swap |
Show swap items (0 off, 1 on) |
| free |
Show free items (0 off, 1 on) |
Output: (All data returned as XML)
<?xml version="1.0" encoding="ISO-8859-1"?>
<note>
<entry>
<url></url>
<name></name>
<date></date>
<description></description>
<thumb></thumb>
</entry>
</note>
url - link to file resource
name - Name of file
date - Date item was posted
descritpion - File description
thumb - Thumbnail sample (video/document)