GET Parameters

Request method is HTTP GET.

URL Structure

https://webz.io/filterWebContent?token=xxxxx-xxxx-xxxxx&format=json&q=[QUERY]

HTTP GET Parameters

ParameterDescriptionExample
qA Boolean query containing the filters that define which posts will be returned.Find any post containing either ipod or ipad, but not android:

(ipod OR ipad) -android
tokenYour private access token that you received when you signed up.
sortWhen 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:

relevancy
social.facebook.likes
social.facebook.shares
social.facebook.comments
social.gplus.shares
social.pinterest.shares
social.linkedin.shares
social.stumbledupon.shares
social.vk.shares
replies_count
participants_count
performance_score
published
thread.published
domain_rank
ord_in_thread
rating
&sort=relevancy
orderIf you choose to order the posts by any of the above sort types, you can choose the sort order:

Ascending - asc (default)
Descending - desc
&sort=rating&order=desc
fromA paging parameter applicable for sort types other than crawl date.&from=100
tsThe 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
formatThe output format of the results set. It can be one of:

json (default)
xml
rss
excel
&format=xml
sizeThe number of posts returned per request. size may be between 1 and 100 (default is 100).&size=2
Will return 2 posts
accuracy_confidenceReturn only posts with high extraction accuracy, but remove about 30% of the total matching posts (with lower confidence).&accuracy_confidence=high
highlightReturn the fragments in the post that match the textual Boolean query. The matched keywords will be surrounded by tags.&highlight=true
latestReturn the latest 100 crawled posts matching your query.
Use of this feature is NOT recommended as it may result in loss of important posts.
&latest=true
warningWarnings can arise from a malformed query parameter included in your code.

If set to true, then warning message details are included in the response under the warnings object.

The warning includes: The message, its type and level.

By default warnings are disabled.
&warning=true