Search Craigslist.org Quickly Using Boolean Logic [Craigslist Tip]
So, I stumbled upon this by tinkering around on craigslist.org when trying to find myself a car. I thought it was very convenient and made searching much quicker when trying to narrow things down.
If you want to search for more than one specific thing at a time, you can use the OR operand by placing a pipe ‘|’ between the words.
If you’d like to search for very specific things, you can use the AND operand by placing ‘++’ between the words. For example, this is what I entered into the keyword field to search for a car:
2002|2003|2004|2005|2006|2007|2008|02|03|04|05|06|07|08++Honda|Toyota|Chevy|Chevrolet|Acura
I’ve yet to figure out how to exclude certain keywords from the search. If you find out how, please let me know in the comments below.
Update: I’ve used searchtempest.com before (previously craigshelper) to help me search for craigslist items beyond my local city. The owner, Nathan, contacted me letting me know he found this blog post and wanted to share his keywords help page here. I thought it was pretty useful, so here it is!
http://www.searchtempest.com/helpme.php#keywords
Feel free to
buy me a soda if this post prevented any headaches! Another way to show your appreciation is to take a gander at these relative ads that I hope you'll be interested in:
Here are some similar posts that you may be interested in:
- Quickly Search the Terminal History in Unix Using Ctrl+R
- Example of Search and Replace New Line/Special Characters in vi
- Fedora 11 Beta on MacBook Aluminum 5,1
- Statically Assign /dev Nodes to Hardware Devices in Linux
- Count in Sequence from X to Y in Terminal with seq Command
you could use google site search and put a – sign in front of the term that you want excluded from your search . example search for dog – dogs
http://www.google.co.in/search?hl=en&safe=off&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&hs=PUj&q=dog+-dogs+site%3Acraigslist.org&btnG=Search&meta=&aq=f&oq=
I accidentally stumbled on the exclusion operator: simply put a – in front of the term.
e.g., to search for a saab, but NOT a convertible:
saab -convertible
J