Skip to Content
eBay Hacks, 2nd Edition
book

eBay Hacks, 2nd Edition

by David A. Karp
June 2005
Beginner
463 pages
14h 19m
English
O'Reilly Media, Inc.
Content preview from eBay Hacks, 2nd Edition

Create Custom-Formatted eBay Search Results with the REST API

Save your favorite searches in your web browser as bookmarks.

As with “Create a Split-Pane Search Tool” [Hack #105] and “Receive Search Results via RSS” [Hack #106] , this hack retrieves eBay search results in a way that can be customized for a very specific application.

Instead of using eBay’s XML or SOAP APIs, this script uses eBay’s little-known REST API. The REST API is simpler to use, but currently only supports a single function: GetSearchResults. Fortunately, this is exactly the one call you need.

The first step is to retrieve a special REST Auth & Auth token [Hack #103] . The only thing different you’ll have to do for this hack is to click the “Include the REST token” checkbox.

Now you’re ready to make an eBay REST request. REST requests are simple because they’re just HTTP URLs, so you can test them out in your web browser. Here’s the format:

    http://rest.api.ebay.com/restapi?Query=<Insert Your Query> 
    &RequestToken=<Insert your REST Token>&RequestUserId<Insert Your eBay User 
    Id>&CallName=GetSearchResults.

Replace the placeholders with appropriate values: the Query (what you want to search for), the RequestToken (the value you just generated), and the RequestUserId (your eBay member ID). Make sure to replace any spaces in your query with plus signs.

Here’s an example that searches for “eBay Hacks”:

http://rest.api.ebay.com/restapi?Query=eBay+Hacks&RequestToken=hkK1wDpFw…

When you enter this into your browser’s address ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

eBay Hacks

eBay Hacks

David A. Karp

Publisher Resources

ISBN: 059610068XErrata Page