Working on eBay RSS - need some examples

Discussion in 'Commission Junction' started by vetting, Oct 2, 2007.

  1. #1
    I just started working on parsing the eBay RSS feed of my auctions. This is what I have so far http://74.52.58.242/~vetting/feed2js/feed2js/

    Built it using magpie and feed2js

    However, once I get the hang of it, I would like to get a lot fancier with the display/feed. I know there was an example of someone who did a comic book site that took eBay feeds - does anyone one remember what that site was?
     
    vetting, Oct 2, 2007 IP
  2. Kerosene

    Kerosene Alpha & Omega™ Staff

    Messages:
    11,366
    Likes Received:
    575
    Best Answers:
    4
    Trophy Points:
    385
    #2
    Congrats on getting the RSS feed working - most people can't be bothered working it out for themselves.

    I've PM'd you a few of my stores so you can see what the rss feed can do.
     
    Kerosene, Oct 2, 2007 IP
  3. Mmecca

    Mmecca Guest

    Messages:
    225
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    What advantages does the RSS feeds have?
     
    Mmecca, Oct 2, 2007 IP
  4. Kerosene

    Kerosene Alpha & Omega™ Staff

    Messages:
    11,366
    Likes Received:
    575
    Best Answers:
    4
    Trophy Points:
    385
    #4
    Other than being free, the only advantage to writing your own script (instead of using BANS etc) is that you can drop auctions into a custom site and tweak the way they look. You need to know your way around PHP and RSS parsing though - it's almost fun if you're into php/coding, but probably a nightmare if you're not.
     
    Kerosene, Oct 2, 2007 IP
  5. DealWorx

    DealWorx Peon

    Messages:
    357
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Feed2JS makes things pretty easy to handle and format RSS feeds. The best thing is the price... FREE. :)
     
    DealWorx, Oct 2, 2007 IP
  6. vetting

    vetting Peon

    Messages:
    193
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    vetting, Oct 2, 2007 IP
  7. dorg

    dorg Peon

    Messages:
    103
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I'm going to try this and I'll post here if I get any results. Thanks for the links guys :)
     
    dorg, Oct 3, 2007 IP
  8. zek

    zek Well-Known Member

    Messages:
    614
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    110
    #8
    have a look at my sig about Ebay RSS feed. Its for wordpress.
     
    zek, Oct 5, 2007 IP
  9. hanji

    hanji Peon

    Messages:
    612
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I don't think those are RSS feeds. They're hand cropped images for 'Hot Auctions on eBay'. The rest are editor kits. I think he has RSS in other sections, but I think the home page is hands on.. could be wrong. I think this site is pretty great though. Thanks for posting that!

    hanji
     
    hanji, Oct 5, 2007 IP
  10. vetting

    vetting Peon

    Messages:
    193
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Well, here is my work in progress. It was made by stitching together various free stuff and then customizing it. Still have another couple hours until its done.
    http://www.myauctionlinks.com/
     
    vetting, Oct 12, 2007 IP
  11. Kerosene

    Kerosene Alpha & Omega™ Staff

    Messages:
    11,366
    Likes Received:
    575
    Best Answers:
    4
    Trophy Points:
    385
    #11
    Nice work vetting. I like the multiple page thing you've got going on.
    Nice domain too :D

    Kudos for going the DIY route! :)

    You might wanna run your site through a validator and clean up the code a bit... but that's probably on your 'to do' list anyway
     
    Kerosene, Oct 12, 2007 IP
  12. vetting

    vetting Peon

    Messages:
    193
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Need to clean up the code a bit, but I now have a full working version at http://www.loosefigures.com/
    Still dont know what to do about my BIN store items. There is no way to return them in RSS, so I just meta refreshed the BIN link.
     
    vetting, Oct 13, 2007 IP
  13. hanji

    hanji Peon

    Messages:
    612
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Lookin' good. Not sure, but you might want to look into eBay API for BIN store items, if this is do-able, you might be able to merge results fairly easy.

    hanji
     
    hanji, Oct 13, 2007 IP
  14. stitchlips

    stitchlips Peon

    Messages:
    61
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    I have been lurking here and learning quite a bit. I do have one question. How do you remove the add to watch list from the rss feed?

    I am using some php to display my feeds but would like to get rid of that small part.

    Here is an example.
    http://www.smithcandlecompany.com/packaging.php

    Thanks
     
    stitchlips, Oct 21, 2007 IP
  15. hanji

    hanji Peon

    Messages:
    612
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #15
    You might want to try preg_replace() on the Description in the XML, basically find the link/string and remove it. I don't think there is a querystring variable for removing/adding this. I believe it's just part of the description returned.

    hanji
     
    hanji, Oct 21, 2007 IP
  16. yudhis97

    yudhis97 Peon

    Messages:
    149
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #16
    yudhis97, Oct 22, 2007 IP