
Add an eBay Search Box to Your Web PageDave, help, how I would go about adding an eBay search field to my homepage, one that I could enter a search term in and get the results popped up on the eBay website? First off, some background: How can I add a Google search box to my web site and How do I add a Technorati search box to my Web site? Now that we've established the theme :-) let's look at how eBay structures queries. If you actually view the source to the eBay Web page, it's just about impossible to decipher how they do searches, actually, because of all the JavaScript they're using. Not sure why they need the complexity, but fortunately a bit of detective work can suss out the most important values, the field names and the CGI script or program on the server that receives search queries. Boiling their form down to its bare essence, then: <form method="get"
action="http://search.ebay.com/search/search.dll"> <input type="hidden" name="sojs" value="1"> <input type="hidden" name="from" value="R40"> <input type="text" maxlength="300" name="satitle" size="20"> <input type="submit" value="Search"> </form> Here's an example of it at work: Experimentation reveals that you don't need to send either the sojs or the from fields either, so in fact the smallest possible eBay search box looks like this: <form method="get"
action="http://search.ebay.com/search/search.dll"> <input type="text" maxlength="300" name="satitle" size="20"> <input type="submit" value="Search"> </form> I'll leave all the fancy cleanup and design work to you, but those few lines of code should definitely get you moving in the right direction!
Help others find this article at Del.icio.us, Digg, Netscape, Reddit, and Simpy.
Categorized:
Auctions and Online Shopping
(Article 4146)
Tagged: Previous: How important is my Business Plan? Next: What is AdSense Section Targeting? Subscribe!
Never miss another useful Q&A article again! Subscribe to AskDaveTaylor with Google Reader. Dave, you are officially a genius. Cheers mate! Posted by: Dave at August 23, 2005 11:27 PMCheers Dave, I'm just creating my custom start page at http://www.protopage.com and this is just the ticket for my quick search box. Posted by: Ross at November 11, 2005 11:24 PMHello, I tried to cut and paste a few of your suggestions like "ask dave", the froogle, and the ebay search but some of the script shows up on the page. I copied exactly what you have listed and pasted into site designer. Do you have any suggestions? If all else fails I will paste your url. Thanks, your site is very informative! Posted by: Elaine at March 20, 2007 2:13 PMElaine, the problem is probably because you're cutting and pasting into the "text input" mode in your page editor. Try looking in the help system to see if there's a "code" or "raw" or "html" view you can enable: then the code you cut and paste will be correctly included as HTML, rather than "fixed" as text. Posted by: Dave Taylor at March 20, 2007 9:59 PMDave, I got the search box into my site but I need to be able to use it to search both title and description. I have not had any luck getting that part in. I need this because I encode the description of an eBay listing with a specific number giving my customers an easy way to look at their items only. Thanks for the help Posted by: Will at October 29, 2007 1:50 PMGot you covered, Will: http://www.askdavetaylor.com/ebay_search_box_search_titles_descriptions.html Thanks Dave this is great, but I was wondering if I could add my affiliate link to the search results. You can link to search results or any ebay page using this tool http://affiliates.ebay.com/ns/FlexTool.htm Hi Dave Can you add affiliate information to the results? Same question as Jessie. Thank you Dave for the great information!!!
I have a lot to say, but ...
I do have a comment, now that you mention it!
|
![]()
Search
Find just the answers you seek from among our 1700+ free tech support articles by using our Lijit search engine.
Help!
Subscribe to
Ask Dave Taylor!
Free Updates!
Sign up and get free weekly updates and special offers on books, seminars, workshops and more.
Articles and Reviews
Auctions and Online Shopping Blogs and RSS Feeds Building Web site traffic Business and Management Cell Phones and Mobile Phones CGI Scripts and Web Site Programming Computer and Internet Basics d) None of the Above HTML and CSS Mac OS X Help MySpace, Facebook, Twitter and Social Network Help Pay Per Click (PPC) Search Engine Optimization Shell Script Programming Sony PSP, MP3 Players, Etc. The Writing Business Unix and Linux Help Video Game Tips and Help Windows Help
Recent Entries
Join the List!
Book Links
|