There are a few parameters that you can add to Soup URLs to filter what content to display:
Filtering by content typeAdd
?type=
followed by either
text,
link,
quote,
image,
video,
review,
event, or
file to your Soup's URL to show only posts of this content type.
Example: http://kitchen.soup.io/?type=quoteFiltering by dateAdd
?date=YYYY-MM-DD
to the URL to show posts on and
before that date.
Example: http://kitchen.soup.io/?date=2008-06-01Filtering by text searchAdd
?search=query
to the URL to show only posts that contain the text 'query'.
Example: http://kitchen.soup.io/?search=blogTo combine these filters, join them together with the
&
character.
Example: http://kitchen.soup.io/?type=quote&search=blog