Request method is HTTP GET.
URL Structure
https://webz.io/reviewFilter?token=xxxxx-xxxx-xxxxx&format=json&q=[QUERY]
HTTP GET Parameters
Parameter | Description | Example |
---|---|---|
q | A Boolean query containing the filters that define which reviews will be returned. | Find any review containing either ipod or ipad, but not android: (ipod OR ipad) -android |
token | Your private access token that you received when you signed up. | &token=[MY TOKEN] |
sort | When the sort parameter isn’t specified, the results are sorted by default in the recommended order of crawl date. You can change the sort type by using the following values:
| &sort=relevancy |
order | If you choose to order the reviews by any of the above sort types, you can choose the sort order: Ascending - asc (default) Descending - desc | &sort=rating&order=desc |
from | A paging parameter applicable for sort types other than crawl date. | &from=100 |
ts | The ts (timestamp) parameter returns results that were crawled after this timestamp (ts is a Unix timestamp in milliseconds). Here is a Timestamp/Date converter When not specified the default is the past 3 days. | &ts=1459835503426 |
format | The output format of the results set. It can be one of:
| &format=xml |
size | The number of reviews returned per request. size may be between 1 and 100 (default is 100). | &size=2 Will return 2 reviews |
latest | Return the latest 100 crawled reviews matching your query. Use of this feature is NOT recommended as it may result in loss of important reviews. | &latest=true |