Waxy.org
Waxy.org is the sandbox of Andy Baio, an independent journalist and programmer living in Portland, Oregon. I created Upcoming.org and some other stuff too.

Contact Me: log@waxy.org or waxpancake on AIM

eBay to RSS

Posted Mar 17, 2003

eBay offers the option of e-mailing new results of saved searches, but they're very sporadic and incomplete. Instead, I whipped up a PHP script that queries eBay for a set of keywords and converts it to an RSS feed for syndication, allowing you to subscribe to recent eBay search results ordered by date or high bids. The code is here. (Just rename it to ebayrss.php and drop it somewhere on your own webserver.)

You can test it out for a short time on my server, but this is a very temporary demonstration. Please don't abuse it.

By the way, I don't see why developers should have to pay the ridiculous fees for the eBay API, especially when augmenting eBay's own broken functionality and developing free software that makes them money.

July 8, 2003: eBay removed the Javascript array that I was parsing to gather the auction data... I don't have the time to modify the script, but please feel free to e-mail me a patch, and I'll post it here.

December 28, 2003: The script is fixed, but eBay may eventually break it again. It's broken again.

April 12, 2004: This script is no longer maintained. I recommend FreeBiddingTools.com, which hosts RSS feeds for eBay searches.

August 19, 2004: RSS Auction is a new site that does the same thing, in a much more flexible way. Go use it.

39 Comments (Add Yours)

Mar 17, 2003
10:17 PM  
CMonster wrote:

And thousands of ebay addicts were never heard from again.

I am so tempted to drop a link to this entry over on some of the excessive knitting boards, where people routinely start bitchslapping fights over bargain-priced mohair auctions.


Mar 19, 2003
7:04 AM  
roXet wrote:

Sweet! I'm tempted to modify it, store several differnt searches on my server and slam the rss feed in my handy-dandy rss aggregator so I can keep up on the latest "stuff I need" on ebay. I don't think my wife would appreciate that. =)


Mar 19, 2003
7:30 AM  
Andy wrote:

I'm not really a PHP guru, so any improvements are welcome. All the heavy lifting for the script is handled by one regex that pulls all the relevant auction information out of a Javascript array on eBay's auction listing page.


Mar 19, 2003
1:52 PM  
roXet wrote:

oooohhh, ok a javascript array. I just now looked at the code in detail, and I was like "hey! where is he getting this stuff???". Now that you say that and I look at the ebay soure it makes sense now. =)


Mar 20, 2003
1:05 AM  
BlueMonk wrote:

If the script does not work on your server, you may need to declare the variables in the new fashion:

if ($_GET['search']) {
$sort = $_GE['sort'] ? $sort : 'MetaNewSort';
$rss = parse_html($_GET['search'], $sort);

(Affects those who have global variables turned off)


Mar 27, 2003
6:14 PM  
Scott Gowell wrote:

You did a great job with this script. I hope to piss my host off by using it excessively.


Apr 1, 2003
6:36 AM  
bish wrote:

is it just me, or has anyone else noticed that the results returned are for auctions that have ended? even when i ask for 'newly listed' i get auctions that have ended 7 days ago.


Apr 1, 2003
6:47 AM  
bish wrote:

update: nevermind, it's just using the 'start date' as the ending date. my bad.


Jun 5, 2003
4:55 PM  
Terry wrote:

Is there any way to get this script to search completed auctions? I would like to see what I should be paying for stuff.


Jun 9, 2003
12:46 AM  
eric fader wrote:

how about adding the following:

ability to specify the number of results returned

ability to store the data in mysql


Jun 25, 2003
1:11 PM  
Keith wrote:

THANKS ALOT: I am enjoying the Ebay feed from someone else who is generous enough to share it. I cannot get it to work. Was wondering if you have any idiot proof instructions.
REQUEST: AN Ebay feed by User ID. THis way I can monitor my auctions so I know when they are bid on. PLEASE!


Jul 7, 2003
6:54 AM  
J. Slater wrote:

I tried your program it was working for few days but stop to genrating out-put today (07-06-03).

It fitch the correct content, but there is nothing in the out-put string.

I think the problem is in this line;
if (preg_match ("/eLn/", $line)) {

Please explain what are you seeking in the $line ?

Thanks
John Slater


Aug 6, 2003
11:04 AM  
Iain Cheyne wrote:

I hope someone fixes this excellent script soon.


Aug 27, 2003
7:16 PM  
torque wrote:

Has anyone run across the "dSI" function? Please comment http://www.stanford.edu/~torque/blog/archives/000142.html#more, any ideas are much appreciated. Let's get this thing working again.


Oct 26, 2003
6:34 AM  
J wrote:

Nice idea, but it doesn't work anymore :(


Nov 2, 2003
11:45 AM  
ebay business wrote:

very interesting...many people on ebay are using it to make a living


Dec 1, 2003
2:34 PM  
Jeff wrote:

I seem to be getting the dSI pages if I add the 2 following headers to the HTTP Request:

wc.Headers.Add("User-Agent", "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1; .NET CLR 1.1.4322; .NET CLR 1.0.3705)")

wc.Headers.Add("Cookie", "ebay=js/1; lucky9=241756; search=Set-Cookie:
search=st2; minMax=; keepmesignin=in; Listing=itemtime1; etfc=1; count=1")


Dec 9, 2003
4:51 AM  
Bernd wrote:

This Script doesn't work. Even on my server. Why?


Dec 18, 2003
7:08 AM  
administratoren.com wrote:


Dec 28, 2003
11:47 AM  
John F wrote:

Has anyone fix the script to make a working version?


Mar 17, 2004
9:55 AM  
keith wrote:

Any update on this? I need to link tickest to my site, thanks so much!


Jul 29, 2004
12:26 AM  
Max wrote:

Well, I think we should be a bit more patient till the script will be fixed... :)


Aug 12, 2004
6:12 AM  
Marina wrote:

I wonder how long we should be waiting for this script to be fixed?
We are all expecting for your soon results!


Sep 29, 2004
3:55 PM  
James Calvin wrote:

I wonder if there is an xml feed that will link to eBay and allow my visitors to see actual auctions that they can click on? Not sure if I worded it correctly, but any assistance would be great! Thanks JC


Nov 3, 2004
2:28 AM  
webugger wrote:

I'm using this dSI. It exists in the results page however you send the eBay cookies (for example, if you visit www.ebay.com and then the search results, dSI exists, if not, is all HTML, no JS).


Jan 23, 2005
7:32 PM  
2RSS.com wrote:

Check this ebayrss.php script from http://www.2rss.com/software.php?page=ebayrss . It's freeware and documented.


Jan 27, 2005
9:52 AM  
NewUsedBuyer RSS wrote:

We have created a simple eBay RSS feed for those who just want the RSS results. Simply enter any keyword search and an RSS feed will be generated.


Mar 2, 2005
1:02 PM  
Daniel Fleming wrote:

I've just developed a new site to create custom RSS scripts. Very reliable, updated every two hours. Create and save a custom search. Then, choose to receive your results via email or an rss feed. The site is http://www.powertothebuyer.com. We are an eBay Certified Application.


Apr 24, 2005
2:48 AM  
devendra wrote:

Hi I like powertothebuyer - we also have eBay RSS feeds on http://www.snapsearch.com. rgs devendra


Jun 4, 2005
11:34 AM  
John wrote:

Easy to use custom ebay search delivered in rss. http://ebayrss.getitdaddy.com


Jun 15, 2005
7:53 AM  
Structured Settlement wrote:

re. RSS Auction - does anyone know if it's good for lesser techies that want to have an eBay affil id - or does it only provide their id - for them to get commission?


Jul 19, 2005
11:06 AM  
John L wrote:

RSSAUCTION.COM is the best. However, they are down ALOT. They have been down for at least 5 days now. I am switching to ebayrss.getitdaddy.com, which is the second best out there.


Jul 23, 2005
10:13 AM  
Ron Emrick wrote:

We just launched our site, MarketGizmos (http://www.marketgizmos.com) that creates numerous types of eBay RSS feeds including search results, featured items and hot items. We have been certified by eBay as an eBay Certified Application as well.


Aug 23, 2005
8:49 PM  
Frederick Vallaeys wrote:

My site at www.quickfeeds.com has an RSS feed creator that shows items from your eBay account, including items you are bidding on and items in your watchlist.


Nov 6, 2005
2:31 AM  
richard badger wrote:

having problems running ebay keeps coming up with lucky 9 please set cookie i have no idea what this means been intouch with e bay help (long winded) thay said i have to mamy old cookies on my computer, deleted these and still have the problem.ebay cant help any more this has been going on for a month now can any one help me


Nov 29, 2005
9:37 PM  
Daniel Leffel wrote:

Saved Search Pro does the same thing, but it allows you to make much more in the way of refinements to your searches, drilling the category structure, using item specifics, and even multi-selected values. Check it out here.


Feb 21, 2006
6:49 PM  
ebay_melts_my_mind wrote:

Hello all.

Here is a good question for the group.

Is there a line of code, html, java, etc. that I can put in my eBay listing that will make
the listing come up on the first page of search results rather then the 30th page? LOL!


Feb 7, 2007
3:11 PM  
James Mackinlay wrote:

The script is working good but is only displaying 1 result is there a way to make it display lets say 20 results?

Jim


Sep 5, 2008
4:14 PM  
NOC Guy wrote:

I'll pay you to get this working. Ebay's RSS feed is hosed and I use it all day long for work. You interested in helping?


 

Leave a comment





Waxy Links
Ads via The Deck
November 18, 2008
Bike Hero, biking a Guitar Hero level in the real world — most likely a commercial viral, and maybe even fake, but does it matter? beyond awesome
Chuck Klosterman reviews Chinese Democracy — mostly posting this just to beat Rex to it
The A.V. Club's 27 popular websites that became books — though they missed Belle de Jour, The Washingtonienne, Fucked Company, Fark, and ZUG
Speed Guitar goes to the Los Angeles County Museum of Art — every hour, on the hour, for one solid minute of metal complete with gothic arch and smoke machine
MGMT's "Kids" on the iPhone Ocarina — "the iPhone Ocarina officially replaces the recorder as the nerdiest instrument I can play"
Mena Trott responds to Valleywag article about their Disneyland vacation — my favorite was Space Mountain Snob
LIFE Magazine photo archive hosted by Google — millions of high-res photos, most never published
Amazon launches CloudFront, their pay-as-you-go CDN — very complementary with S3
November 17, 2008
John Hodgman, Jonathan Coulton, and the Long Winters perform "Tonight You Belong to Me" — "Thank you, normal-sized man."
Jerry Yang stepping down from Yahoo's CEO post — it never really fit him well, though I'll miss his e.e. cummings memos
Woman asks Apple community about an unusual iPhone glitch — no, raunchy photos don't accidentally attach themselves to outbound email
Greasemonkey script to pull WikiDashboard visualization into Wikipedia — I made a LazyWeb plea for this last week, and Paul Irish came through
Lee Byron's Fireflies, anaglyph 3D game for Mac — part of Kokoromi's Gamma 3D showcase of anaglyph games
Flickr Boundaries, tool to explore Flickr's shapefiles — read Tom Taylor's entry for more information
Cooking Mama, the Unauthorized PETA Edition — a strangely obscure target for their attention, with a petition to write to the game's publisher (via)
Boing Boing launches gaming blog, Offworld — good writing in a nice design from Brandon Boyer, former news editor of Gamasutra
"Violet" wins the Interactive Fiction Comp 2008 — play it online; glancing at the charts, it looks like Buried in Shoes was the most divisive
Trailer for J.J. Abrams' Star Trek prequel — looks surprisingly good, but I'm a sucker for origin stories; I even liked Enterprise
What would Depression 2009 look like? — Tim sums up the thought-provoking Boston Globe article
The Pirate Bay hits 25 million simultaneous peers — that's not unique people, but concurrent connections; Napster peaked at 26M users
Peter Hirschberg releases Adventure as a free iPhone app — related: Chasing Ghosts will finally be released on BitTorrent Showtime in December (via)
The Big Picture on the California wildfires — also: first-person coverage on Twitter and YouTube, like this freeway on fire and aftermath
Tim-Tams available at Target until March, first time available in the U.S. — best chocolate cookies ever, the Tim Tam Slam is a chocolaty revelation (via)
JS-909, a Javascript drum machine without Flash — through a hack, it even works in IE 6
November 14, 2008
Esquire's hosting Between, the new two-player networked game by Jason Rohrer — from the creator of Passage
"What's that buzzing noise from my BBQ?" — he thought he was killing a few bees, but ends up annihilating an entire colony (via)
November 13, 2008
Kottke explains how to embed high-quality YouTube videos — I knew how to save, link, and change the default, but the embedding hack was new to me
Web 2.0 Origami — lazyweb, please build a converter that creates folding patterns from an uploaded image
Pixar's Burn-E short on YouTube — here's an interview with the director
Valleywag folded into Gawker, all but Owen Thomas laid off — I won't miss it; they hurt a lot of good people and interesting projects in the quest for pageviews (via)

Andy Baio lives here. Some rights reserved, for your pleasure.