#Steemgigs and #Steemgig is a tag on Steemit that allows Steemians to request jobs, or offer services on the blockchain. These users are paid using STEEM or Steem Dollars.
@Steemgigs is an excellent competitor to services like Fiverr, however, it currently does not have any dedicated client so searching through gigs can be difficult. Because AskSteem supports searching by tag, keyword, and author it is especially useful for finding gigs that exist on the blockchain.
To find all the posts on the blockchain in the #steemgigs or #steemgig tags we can use the following query:
tags:steemgig OR tags:steemgigs
To filter the posts by a specific keyword we can modify the query like so:
keyword AND (tags:steemgig OR tags:steemgigs)
Finally, if you want to make sure the posts are recent you can add a date filter. The following query will filter to posts that were created in June 2017, however, you can change the month by simply modifying the dates in the query.
keyword AND (tags:steemgig OR tags:steemgigs) AND created:[2017-06-01 TO 2017-06-30]
If we run this query in AskSteem we get some results for steemgigs about keyword research:
Gigs for Graphic Design
graphic design AND (tags:steemgig OR tags:steemgigs) AND created:[2017-06-01 TO 2017-06-30]
Translations
translation AND (tags:steemgig OR tags:steemgigs) AND created:[2017-06-01 TO 2017-06-30]
Happy searching!