Does Anyone Know JavaScript?

Chasing The Points

Administrator
Staff member
Hey folks, could use some help sorting some JSON data.

I've been trying to sort by GC_Price with lowest on the top so it will display here, but the code I'm using I think is sorting if it was a number and not a string due to the $.

My programming skills are poor, so I haven't been able to figure out it.

Many thanks!

Code:
  for(var collection in data.results) {
    data.results[collection].sort(function(a, b) {
      return a.GC_Name - b.GC_Name;
    });
  }
JSON data:

Code:
{
  "name": "ebay_gcm",
  "count": 112,
  "frequency": "Manual Crawl",
  "version": 1,
  "newdata": true,
  "lastrunstatus": "success",
  "thisversionstatus": "success",
  "thisversionrun": "Wed Apr 15 2015 16:42:03 GMT+0000 (UTC)",
  "results": {
    "collection1": [
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/75-eBay-Gift-Card-for-72-US-Mail-Delivery-/251914370269?pt=LH_DefaultDomain_0&hash=item3aa7443cdd",
          "text": "$75 eBay Gift Card for $72 - US Mail Delivery"
        },
        "GC_Price": "$72.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/eBay-Gift-Card-25-50-100-US-Mail-delivery-/261415908598?pt=LH_DefaultDomain_0&var=&hash=item3cdd9a34f6",
          "text": "eBay Gift Card $25/$50/$100 - US Mail delivery"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Lowes-Gift-Card-25-50-100-Mail-delivery-/251374764374?pt=LH_DefaultDomain_0&var=&hash=item3a871a8156",
          "text": "Lowe's Gift Card $25/ $50/ $100 - Mail delivery"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Home-Depot-Gift-Card-25-50-100-Mail-delivery-/371269384551?pt=LH_DefaultDomain_0&var=&hash=item5671613967",
          "text": "Home Depot Gift Card $25/ $50/ $100 - Mail delivery"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Staples-Gift-Card-25-50-100-Mail-delivery-/261345911737?pt=LH_DefaultDomain_0&var=&hash=item3cd96e23b9",
          "text": "Staples Gift Card $25/ $50/ $100 - Mail delivery"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/eBay-Gift-Card-50-US-Mail-delivery-/371296264042?pt=LH_DefaultDomain_0&var=&hash=item5672fb5f6a",
          "text": "eBay Gift Card $50 - US Mail delivery"
        },
        "GC_Price": "$50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Toys-R-Us-Gift-Card-25-50-100-Mail-delivery-/251543490385?pt=LH_DefaultDomain_0&var=&hash=item3a91290f51",
          "text": "Toys R Us Gift Card $25/ $50/ $100 - Mail delivery"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Justice-Gift-Card-25-/270742113972?pt=LH_DefaultDomain_0&hash=item3f097cceb4",
          "text": "Justice Gift Card - $25"
        },
        "GC_Price": "$25.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/eBay-Gift-Card-200-US-Mail-Delivery-/251914397126?pt=LH_DefaultDomain_0&hash=item3aa744a5c6",
          "text": "eBay Gift Card $200 - US Mail Delivery"
        },
        "GC_Price": "$200.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Bonefish-Grill-Gift-Card-25-50-/250905898270?pt=LH_DefaultDomain_0&var=&hash=item3a6b282d1e",
          "text": "Bonefish Grill Gift Card $25 - $50"
        },
        "GC_Price": "$25.00 to $50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Sears-Gift-Card-25-50-100-Mail-delivery-/261753789121?pt=LH_DefaultDomain_0&var=&hash=item3cf1bddac1",
          "text": "Sears Gift Card $25/ $50/ $100 - Mail delivery"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/SUBWAY-Gift-Card-25-/261048549560?pt=LH_DefaultDomain_0&var=&hash=item3cc7b4c0b8",
          "text": "SUBWAY Gift Card $25"
        },
        "GC_Price": "$25.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Sephora-Gift-Card-25-50-Mail-delivery-/260868254551?pt=LH_DefaultDomain_0&var=&hash=item3cbcf5ab57",
          "text": "Sephora Gift Card $25 - $50 - Mail delivery"
        },
        "GC_Price": "$25.00 to $50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/GameStop-Gift-Card-25-50-100-Mail-delivery-/251814388034?pt=LH_DefaultDomain_0&var=&hash=item3aa14ea142",
          "text": "GameStop Gift Card $25/ $50/ $100 - Mail delivery"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Jack-in-the-Box-Gift-Card-25-/251088619895?pt=LH_DefaultDomain_0&var=&hash=item3a760c4977",
          "text": "Jack in the Box Gift Card $25"
        },
        "GC_Price": "$25.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Regal-Entertainment-Group-Gift-Card-25-50-/250908107528?pt=LH_DefaultDomain_0&var=&hash=item3a6b49e308",
          "text": "Regal Entertainment Group Gift Card $25 - $50"
        },
        "GC_Price": "$25.00 to $50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/eBay-Gift-Card-25-US-Mail-delivery-/251901428878?pt=LH_DefaultDomain_0&var=&hash=item3aa67ec48e",
          "text": "eBay Gift Card $25 - US Mail delivery"
        },
        "GC_Price": "$25.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Ruby-Tuesday-Gift-Card-25-50-/250908107972?pt=LH_DefaultDomain_0&var=&hash=item3a6b49e4c4",
          "text": "Ruby Tuesday Gift Card $25 - $50"
        },
        "GC_Price": "$25.00 to $50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Texas-Roadhouse-Gift-Card-25-50-100-/370793887945?pt=LH_DefaultDomain_0&var=&hash=item565509b8c9",
          "text": "Texas Roadhouse Gift Card $25/ $50/ $100"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/IHOP-Gift-Card-25-50-Mail-delivery-/370947554085?pt=LH_DefaultDomain_0&var=&hash=item565e327b25",
          "text": "IHOP Gift Card $25/ $50 - Mail delivery"
        },
        "GC_Price": "$25.00 to $50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Babies-R-Us-Gift-Card-25-50-100-Mail-delivery-/261357783605?pt=LH_DefaultDomain_0&var=&hash=item3cda234a35",
          "text": "Babies R Us Gift Card $25/ $50/ $100 - Mail delivery"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Chilis-Gift-Card-25-100-/270835853709?pt=LH_DefaultDomain_0&var=&hash=item3f0f13298d",
          "text": "Chili's Gift Card $25 - $100"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Red-Robin-Gift-Card-25-100-/261216129654?pt=LH_DefaultDomain_0&var=&hash=item3cd1b1d276",
          "text": "Red Robin Gift Card $25 - $100"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Dominos-Gift-Card-25-50-100-Mail-delivery-/370858120598?pt=LH_DefaultDomain_0&var=&hash=item5658ddd596",
          "text": "Domino's Gift Card $25/ $50/ $100 - Mail delivery"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Outback-Steakhouse-Gift-Card-25-50-/250928000404?pt=LH_DefaultDomain_0&var=&hash=item3a6c796d94",
          "text": "Outback Steakhouse Gift Card $25 - $50"
        },
        "GC_Price": "$25.00 to $50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Applebees-Gift-Card-25-50-100-Mail-delivery-/371031678061?pt=LH_DefaultDomain_0&var=&hash=item5663361c6d",
          "text": "Applebees Gift Card $25/ $50/ $100 - Mail delivery"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Darden-Gift-Card-25-50-100-Mail-delivery-/251745608856?pt=LH_DefaultDomain_0&var=&hash=item3a9d352498",
          "text": "Darden Gift Card $25/ $50/ $100 - Mail delivery"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Cracker-Barrel-Gift-Card-25-50-Mail-delivery-/261040905602?pt=LH_DefaultDomain_0&var=&hash=item3cc7401d82",
          "text": "Cracker Barrel Gift Card $25 - $50 - Mail delivery"
        },
        "GC_Price": "$25.00 to $50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Dave-and-Busters-Gift-Card-25-50-/270841413755?pt=LH_DefaultDomain_0&var=&hash=item3f0f68007b",
          "text": "Dave and Busters Gift Card $25 - $50"
        },
        "GC_Price": "$25.00 to $50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/TGI-Fridays-Gift-Card-25-100-/261198069239?pt=LH_DefaultDomain_0&var=&hash=item3cd09e3df7",
          "text": "TGI Friday's Gift Card $25 - $100"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/El-Pollo-Loco-Gift-Card-25-/251088619844?pt=LH_DefaultDomain_0&hash=item3a760c4944",
          "text": "El Pollo Loco Gift Card $25"
        },
        "GC_Price": "$25.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/DSW-Gift-Card-25-50-100-/261119365132?pt=LH_DefaultDomain_0&var=&hash=item3ccbed500c",
          "text": "DSW Gift Card $25/ $50/ $100"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/American-Eagle-Outfitters-Gift-Card-25-50-100-Mail-delivery-/260900608256?pt=LH_DefaultDomain_0&var=&hash=item3cbee35900",
          "text": "American Eagle Outfitters Gift Card $25/ $50/ $100 - Mail delivery"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Rainforest-Cafe-Gift-Card-25-50-/270859052329?pt=LH_DefaultDomain_0&var=&hash=item3f10752529",
          "text": "Rainforest Cafe Gift Card $25/ $50"
        },
        "GC_Price": "$25.00 to $50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Joes-Crab-Shack-Gift-Card-25-50-100-US-Mail-Delivery-/261835487415?pt=LH_DefaultDomain_0&var=&hash=item3cf69c78b7",
          "text": "Joe's Crab Shack Gift Card $25/ $50/ $100 US Mail Delivery"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Jiffy-Lube-Gift-Card-25-50-/250906398729?pt=LH_DefaultDomain_0&var=&hash=item3a6b2fd009",
          "text": "Jiffy Lube Gift Card $25 - $50"
        },
        "GC_Price": "$25.00 to $50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/StubHub-Gift-Card-25-50-100-Mail-delivery-/370858086615?pt=LH_DefaultDomain_0&var=&hash=item5658dd50d7",
          "text": "StubHub Gift Card $25/ $50/ $100 - Mail delivery"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Aeropostale-Gift-Card-25-50-/370793887950?pt=LH_DefaultDomain_0&var=&hash=item565509b8ce",
          "text": "Aeropostale Gift Card $25 - $50"
        },
        "GC_Price": "$25.00 to $50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/AMC-Gift-Card-25-50-100-Mail-delivery-/261435064433?pt=LH_DefaultDomain_0&var=&hash=item3cdebe8071",
          "text": "AMC Gift Card $25/ $50/ $100 - Mail delivery"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Boscovs-Gift-Card-25-50-Mail-delivery-/260867849736?pt=LH_DefaultDomain_0&var=&hash=item3cbcef7e08",
          "text": "Boscov's Gift Card $25 - $50 - Mail delivery"
        },
        "GC_Price": "$25.00 to $50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Express-Gift-Card-25-50-Mail-delivery-/251564453538?pt=LH_DefaultDomain_0&var=&hash=item3a9268eea2",
          "text": "Express Gift Card $25/ $50 - Mail delivery"
        },
        "GC_Price": "$25.00 to $50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Buca-di-Beppo-Gift-Card-25-100-/251192817901?pt=LH_DefaultDomain_0&var=&hash=item3a7c4238ed",
          "text": "Buca di Beppo Gift Card $25 - $100"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Old-Chicago-Gift-Card-25-Mail-delivery-/250736560581?pt=LH_DefaultDomain_0&hash=item3a611049c5",
          "text": "Old Chicago Gift Card - $25 - Mail delivery"
        },
        "GC_Price": "$25.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/eBay-Gift-Card-150-US-Mail-Delivery-/261846533961?pt=LH_DefaultDomain_0&hash=item3cf7450749",
          "text": "eBay Gift Card $150 - US Mail Delivery"
        },
        "GC_Price": "$150.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/The-Spaghetti-Warehouse-Gift-Card-25-100-/270831856046?pt=LH_DefaultDomain_0&var=&hash=item3f0ed629ae",
          "text": "The Spaghetti Warehouse Gift Card $25 - $100"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/P-F-Changs-Gift-Card-25-50-100-/251257752314?pt=LH_DefaultDomain_0&var=&hash=item3a80210afa",
          "text": "P.F. Chang's Gift Card $25/ $50/ $100"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Landrys-Restaurant-Gift-Card-25-50-/370793887947?pt=LH_DefaultDomain_0&var=&hash=item565509b8cb",
          "text": "Landry's Restaurant Gift Card $25 - $50"
        },
        "GC_Price": "$25.00 to $50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Carrabbas-Italian-Grill-Gift-Card-25-50-/260868338908?pt=LH_DefaultDomain_0&var=&hash=item3cbcf6f4dc",
          "text": "Carrabba's Italian Grill Gift Card $25 - $50"
        },
        "GC_Price": "$25.00 to $50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Jo-Ann-Gift-Card-25-50-100-Mail-delivery-/251808841911?pt=LH_DefaultDomain_0&var=&hash=item3aa0fa00b7",
          "text": "Jo-Ann Gift Card $25/ $50/ $100 - Mail delivery"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Sunglass-Hut-Gift-Card-25-50-/250908139990?pt=LH_DefaultDomain_0&var=&hash=item3a6b4a61d6",
          "text": "Sunglass Hut Gift Card $25 - $50"
        },
        "GC_Price": "$25.00 to $50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/eBay-Gift-Card-100-US-Mail-delivery-/251914392734?pt=LH_DefaultDomain_0&var=&hash=item3aa744949e",
          "text": "eBay Gift Card $100 - US Mail delivery"
        },
        "GC_Price": "$100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Brinker-Gift-Card-25-100-/270829815313?pt=LH_DefaultDomain_0&var=&hash=item3f0eb70611",
          "text": "Brinker Gift Card $25 - $100"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Lord-Taylor-Gift-Card-25-50-/250908340803?pt=LH_DefaultDomain_0&var=&hash=item3a6b4d7243",
          "text": "Lord & Taylor Gift Card $25 - $50"
        },
        "GC_Price": "$25.00 to $50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Build-A-Bear-Gift-Card-25-50-100-Mail-delivery-/251407298714?pt=LH_DefaultDomain_0&var=&hash=item3a890af09a",
          "text": "Build-A-Bear Gift Card $25/ $50/ $100 - Mail delivery"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/OCharleys-Gift-Card-25-50-100-US-Mail-Delivery-/371296973979?pt=LH_DefaultDomain_0&var=&hash=item567306349b",
          "text": "O'Charley's Gift Card $25/ $50/ $100 US Mail Delivery"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Uno-Chicago-Grill-Gift-Card-25-50-100-/261198069245?pt=LH_DefaultDomain_0&var=&hash=item3cd09e3dfd",
          "text": "Uno Chicago Grill Gift Card $25/ $50/ $100"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Flemings-Gift-Card-25-50-/250938418222?pt=LH_DefaultDomain_0&var=&hash=item3a6d18642e",
          "text": "Fleming's Gift Card $25 - $50"
        },
        "GC_Price": "$25.00 to $50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/eBay-Gift-Card-125-US-Mail-Delivery-/371302753103?pt=LH_DefaultDomain_0&hash=item56735e634f",
          "text": "eBay Gift Card $125 - US Mail Delivery"
        },
        "GC_Price": "$125.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Boston-Market-Gift-Card-25-50-100-/251403124747?pt=LH_DefaultDomain_0&var=&hash=item3a88cb400b",
          "text": "Boston Market Gift Card $25/ $50/ $100"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/eBay-Gift-Card-75-US-Mail-Delivery-/251914351078?pt=LH_DefaultDomain_0&hash=item3aa743f1e6",
          "text": "eBay Gift Card $75 - US Mail Delivery"
        },
        "GC_Price": "$75.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Dickeys-Barbecue-Gift-Card-25-50-100-Mail-delivery-/371275992127?pt=LH_DefaultDomain_0&var=&hash=item5671c60c3f",
          "text": "Dickey's Barbecue Gift Card $25/ $50/ $100 - Mail delivery"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Cold-Stone-Creamery-Gift-Card-25-50-/261241170689?pt=LH_DefaultDomain_0&var=&hash=item3cd32feb01",
          "text": "Cold Stone Creamery Gift Card $25/ $50"
        },
        "GC_Price": "$25.00 to $50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Office-Max-Gift-Card-25-50-100-/251257752313?pt=LH_DefaultDomain_0&var=&hash=item3a80210af9",
          "text": "Office Max Gift Card $25/ $50/ $100"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Lane-Bryant-Gift-Card-25-US-Mail-delivery-/260870453959?pt=LH_DefaultDomain_0&hash=item3cbd173ac7",
          "text": "Lane Bryant Gift Card - $25 - US Mail delivery"
        },
        "GC_Price": "$25.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Belk-Gift-Card-25-50-100-/251174460823?pt=LH_DefaultDomain_0&var=&hash=item3a7b2a1d97",
          "text": "Belk Gift Card $25/ $50/100"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Celebrity-Cruises-Gift-Card-25-50-100-Mail-delivery-/251353757239?pt=LH_DefaultDomain_0&var=&hash=item3a85d9f637",
          "text": "Celebrity Cruises Gift Card $25/ $50/ $100 - Mail delivery"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/LOWES-TEST-AUCTION-DO-NOT-BID-OR-BUY-ITEM-NOT-FOR-SALE-/371279563717?pt=LH_DefaultDomain_0&hash=item5671fc8bc5",
          "text": "***LOWES TEST AUCTION - DO NOT BID OR BUY*** ITEM NOT FOR SALE"
        },
        "GC_Price": "$50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/STAPLES-TEST-AUCTION-DO-NOT-BID-OR-BUY-/371275069876?pt=LH_DefaultDomain_0&hash=item5671b7f9b4",
          "text": "STAPLES TEST AUCTION - DO NOT BID OR BUY"
        },
        "GC_Price": "$50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/eBay-Gift-Card-175-US-Mail-Delivery-/371302752371?pt=LH_DefaultDomain_0&hash=item56735e6073",
          "text": "eBay Gift Card $175 - US Mail Delivery"
        },
        "GC_Price": "$175.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Rocky-Mountain-Chocolate-Factory-Gift-Card-20-Mail-delivery-/370793887949?pt=LH_DefaultDomain_0&hash=item565509b8cd",
          "text": "Rocky Mountain Chocolate Factory Gift Card - $20 - Mail delivery"
        },
        "GC_Price": "$20.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/On-The-Border-Gift-Card-25-100-/270835839295?pt=LH_DefaultDomain_0&var=&hash=item3f0f12f13f",
          "text": "On The Border Gift Card $25 - $100"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Michael-s-25-Gift-Card-Mail-delivery-/251814330996?pt=LH_DefaultDomain_0&hash=item3aa14dc274",
          "text": "Michael’s $25 Gift Card - Mail delivery"
        },
        "GC_Price": "$25.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Saltgrass-Steak-House-Gift-Card-25-50-/260900251406?pt=LH_DefaultDomain_0&var=&hash=item3cbedde70e",
          "text": "Saltgrass Steak House Gift Card $25/ $50"
        },
        "GC_Price": "$25.00 to $50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Rock-Bottom-Restaurant-Gift-Card-25-Mail-delivery-/250736560643?pt=LH_DefaultDomain_0&hash=item3a61104a03",
          "text": "Rock Bottom Restaurant Gift Card - $25 - Mail delivery"
        },
        "GC_Price": "$25.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Claires-Gift-Card-25-50-100-Mail-delivery-/251838946368?pt=LH_DefaultDomain_0&var=&hash=item3aa2c55c40",
          "text": "Claire's Gift Card $25/ $50/ $100 - Mail delivery"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Claim-Jumper-Gift-Card-25-50-100-US-Mail-Delivery-/371299615988?pt=LH_DefaultDomain_0&var=&hash=item56732e84f4",
          "text": "Claim Jumper Gift Card $25/ $50/ $100 US Mail Delivery"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/SpaFinder-Wellness-Gift-Card-25-50-100-/261198069244?pt=LH_DefaultDomain_0&var=&hash=item3cd09e3dfc",
          "text": "SpaFinder Wellness Gift Card $25/ $50/ $100"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Bass-Pro-Shops-Card-25-50-100-Mail-delivery-/371250634944?pt=LH_DefaultDomain_0&var=&hash=item56704320c0",
          "text": "Bass Pro Shops Card $25/ $50/ $100 - Mail delivery"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Black-Angus-Gift-Card-25-50-100-/260900250837?pt=LH_DefaultDomain_0&var=&hash=item3cbedde4d5",
          "text": "Black Angus Gift Card- $25/ $50/ $100"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Lucilles-Smokehouse-Bar-B-Que-Gift-Card-25-50-100-Mail-delivery-/250995946587?pt=LH_DefaultDomain_0&var=&hash=item3a7086345b",
          "text": "Lucille's Smokehouse Bar-B-Que Gift Card $25/ $50/ $100 - Mail delivery"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Michael-s-50-Gift-Card-Mail-delivery-/261753765036?pt=LH_DefaultDomain_0&hash=item3cf1bd7cac",
          "text": "Michael’s $50 Gift Card - Mail delivery"
        },
        "GC_Price": "$50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Maggianos-Gift-Card-25-100-/270835839298?pt=LH_DefaultDomain_0&var=&hash=item3f0f12f142",
          "text": "Maggiano's Gift Card $25 - $100"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Grotto-and-La-Griglia-Gift-Card-25-50-/270859052103?pt=LH_DefaultDomain_0&var=&hash=item3f10752447",
          "text": "Grotto and La Griglia Gift Card $25/ $50"
        },
        "GC_Price": "$25.00 to $50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Legal-Sea-Foods-Gift-Card-25-100-/260868422597?pt=LH_DefaultDomain_0&var=&hash=item3cbcf83bc5",
          "text": "Legal Sea Foods Gift Card $25 - $100"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/The-Oceanaire-Seafood-Room-Gift-Card-25-50-/250938418972?pt=LH_DefaultDomain_0&var=&hash=item3a6d18671c",
          "text": "The Oceanaire Seafood Room Gift Card $25/ $50"
        },
        "GC_Price": "$25.00 to $50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/PacSun-Gift-Card-25-50-100-US-Mail-Delivery-/371296974075?pt=LH_DefaultDomain_0&var=&hash=item56730634fb",
          "text": "PacSun Gift Card $25/ $50/ $100 US Mail Delivery"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/TABASCO-Card-25-50-100-Mail-delivery-/251835923535?pt=LH_DefaultDomain_0&var=&hash=item3aa2973c4f",
          "text": "TABASCO® Card $25/ $50/ $100 - Mail delivery"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Macaroni-Grill-Gift-Card-25-100-/270835839296?pt=LH_DefaultDomain_0&var=&hash=item3f0f12f140",
          "text": "Macaroni Grill Gift Card $25 - $100"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Catherines-Gift-Card-25-50-100-US-Mail-Delivery-/251902902812?pt=LH_DefaultDomain_0&var=&hash=item3aa695421c",
          "text": "Catherines Gift Card $25/ $50/ $100 US Mail Delivery"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/NASCAR-COM-Superstore-Gift-Card-25-50-/250906411462?pt=LH_DefaultDomain_0&var=&hash=item3a6b3001c6",
          "text": "NASCAR.COM Superstore Gift Card $25 - $50"
        },
        "GC_Price": "$25.00 to $50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/McCormick-Schmicks-Gift-Card-25-50-100-US-Mail-Delivery-/251908508806?pt=LH_DefaultDomain_0&var=&hash=item3aa6eacc86",
          "text": "McCormick & Schmick's Gift Card $25/ $50/ $100 US Mail Delivery"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Alamo-Drafthouse-Cinemas-Gift-Card-25-50-100-US-Mail-Delivery-/371301885553?pt=LH_DefaultDomain_0&var=&hash=item5673512671",
          "text": "Alamo Drafthouse Cinemas Gift Card $25/ $50/ $100 US Mail Delivery"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Landrys-Seafood-House-Gift-Card-25-50-/270859052155?pt=LH_DefaultDomain_0&var=&hash=item3f1075247b",
          "text": "Landry's Seafood House Gift Card $25/ $50"
        },
        "GC_Price": "$25.00 to $50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/eBay-TEST-AUCTION-DO-NOT-BID-OR-BUY-ITEM-NOT-FOR-SALE-/251911303665?pt=LH_DefaultDomain_0&hash=item3aa71571f1",
          "text": "***eBay TEST AUCTION - DO NOT BID OR BUY*** ITEM NOT FOR SALE"
        },
        "GC_Price": "$10.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Chart-House-Restaurant-Gift-Card-25-50-/250938055864?pt=LH_DefaultDomain_0&var=&hash=item3a6d12dcb8",
          "text": "Chart House Restaurant Gift Card $25/ $50"
        },
        "GC_Price": "$25.00 to $50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Friendlys-25-Gift-Card-US-Mail-Delivery-/251902902850?pt=LH_DefaultDomain_0&hash=item3aa6954242",
          "text": "Friendly's $25 Gift Card US Mail Delivery"
        },
        "GC_Price": "$25.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Curtis-Lumber-Gift-Card-25-50-100-US-Mail-Delivery-/371280943889?pt=LH_DefaultDomain_0&var=&hash=item5672119b11",
          "text": "Curtis Lumber Gift Card $25/ $50/ $100 - US Mail Delivery"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Destination-Maternity-25-Gift-Card-Mail-delivery-/261803163301?pt=LH_DefaultDomain_0&hash=item3cf4af3ea5",
          "text": "Destination Maternity $25 Gift Card - Mail delivery"
        },
        "GC_Price": "$25.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Destination-Maternity-50-Gift-Card-Mail-delivery-/251868922900?pt=LH_DefaultDomain_0&hash=item3aa48ec414",
          "text": "Destination Maternity $50 Gift Card - Mail delivery"
        },
        "GC_Price": "$50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Pesce-Restaurant-Gift-Card-25-50-/250938056073?pt=LH_DefaultDomain_0&var=&hash=item3a6d12dd89",
          "text": "Pesce Restaurant Gift Card $25/ $50"
        },
        "GC_Price": "$25.00 to $50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Aquarium-Restaurant-Gift-Card-25-50-/260900255603?pt=LH_DefaultDomain_0&var=&hash=item3cbeddf773",
          "text": "Aquarium Restaurant Gift Card $25/ $50"
        },
        "GC_Price": "$25.00 to $50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/TEST-AUCTION-DO-NOT-BID-OR-BUY-/251911193705?pt=LH_DefaultDomain_0&hash=item3aa713c469",
          "text": "TEST AUCTION - DO NOT BID OR BUY"
        },
        "GC_Price": "$50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/California-Pizza-Kitchen-Gift-Card-25-100-/260906651521?pt=LH_DefaultDomain_0&var=&hash=item3cbf3f8f81",
          "text": "California Pizza Kitchen Gift Card $25 - $100"
        },
        "GC_Price": "$25.00 to $100.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Grinders-Above-and-Beyond-Gift-Card-25-Mail-delivery-/250938418193?pt=LH_DefaultDomain_0&hash=item3a6d186411",
          "text": "Grinders Above and Beyond Gift Card - $25 - Mail delivery"
        },
        "GC_Price": "$25.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/SEARS-TEST-AUCTION-DO-NOT-BID-OR-BUY-ITEM-NOT-FOR-SALE-/251911301661?pt=LH_DefaultDomain_0&hash=item3aa7156a1d",
          "text": "***SEARS TEST AUCTION - DO NOT BID OR BUY*** ITEM NOT FOR SALE"
        },
        "GC_Price": "$50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/The-Crab-House-Gift-Card-25-50-/250938056385?pt=LH_DefaultDomain_0&var=&hash=item3a6d12dec1",
          "text": "The Crab House Gift Card $25/ $50"
        },
        "GC_Price": "$25.00 to $50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Willie-Gs-Seafood-Steakhouse-Gift-Card-25-50-/250938056487?pt=LH_DefaultDomain_0&var=&hash=item3a6d12df27",
          "text": "Willie G's Seafood & Steakhouse Gift Card $25/ $50"
        },
        "GC_Price": "$25.00 to $50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Muer-Seafood-Restaurant-Gift-Card-25-50-/260900251343?pt=LH_DefaultDomain_0&var=&hash=item3cbedde6cf",
          "text": "Muer Seafood Restaurant Gift Card $25/ $50"
        },
        "GC_Price": "$25.00 to $50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Brenners-Steakhouse-Gift-Card-25-50-/270859052000?pt=LH_DefaultDomain_0&var=&hash=item3f107523e0",
          "text": "Brenner's Steakhouse Gift Card $25/ $50"
        },
        "GC_Price": "$25.00 to $50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Vic-Anthonys-Steakhouse-Gift-Card-25-50-/270859052664?pt=LH_DefaultDomain_0&var=&hash=item3f10752678",
          "text": "Vic & Anthony's Steakhouse Gift Card $25/ $50"
        },
        "GC_Price": "$25.00 to $50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Babins-Seafood-House-Gift-Card-25-50-/270859056920?pt=LH_DefaultDomain_0&var=&hash=item3f10753718",
          "text": "Babin's Seafood House Gift Card $25/ $50"
        },
        "GC_Price": "$25.00 to $50.00"
      },
      {
        "GC_Name": {
          "href": "http://www.ebay.com/itm/Simms-Steakhouse-Gift-Card-25-50-/270859377215?pt=LH_DefaultDomain_0&var=&hash=item3f107a1a3f",
          "text": "Simms Steakhouse Gift Card $25/ $50"
        },
        "GC_Price": "$25.00 to $50.00"
      }
    ]
  }
}
 

SomeRandomGuy

Nerd, Poet, Warrior
Sorry I'm a little late, hadn't seen this until just now. Hopefully you've already solved this, but in case you're still trying to sort it out, it looks like you're doing two things that are odd.

1) You want to sort by GC_Price, but in your sort are inspecting GC_Name.

2) You are subtracting instead of comparing which isn't going to return any meaningful sort.

This worked for me for sorting by price as string:

Code:
for(var collection in data.results) {
    data.results[collection].sort(function(a, b) {
      return a.GC_Price > b.GC_Price;
    });
}
That sorts highest to lowest, using < would give you lowest to highest.
 

Chasing The Points

Administrator
Staff member
Thanks @SomeRandomGuy

Just tried applying your code with the > and am receiving this as results which I'm not quite expecting in the JSON. I was expecting it to list the flat $25 first, then $50, etc, then the range of prices where it says $25 to $100 kind of like in Excel. Any thoughts?



Code:
{
"name": "ebay_gcm",
"count": 115,
"frequency": "Every hour",
"version": 715,
"newdata": true,
"lastrunstatus": "success",
"lastsuccess": "Tue Apr 07 2015 00:14:11 GMT+0000 (UTC)",
"thisversionstatus": "success",
"nextrun": "Sun May 03 2015 15:31:37 GMT+0000 (UTC)",
"thisversionrun": "Sun May 03 2015 14:31:37 GMT+0000 (UTC)",
"results": {
"collection1": [
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Jiffy-Lube-Gift-Card-25-50-/250906398729?pt=LH_DefaultDomain_0&var=&hash=item3a6b2fd009",
"text": "Jiffy Lube Gift Card $25 - $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Willie-Gs-Seafood-Steakhouse-Gift-Card-25-50-/250938056487?pt=LH_DefaultDomain_0&var=&hash=item3a6d12df27",
"text": "Willie G's Seafood & Steakhouse Gift Card $25/ $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Lowes-Gift-Card-25-50-100-Mail-delivery-/251374764374?pt=LH_DefaultDomain_0&var=&hash=item3a871a8156",
"text": "Lowe's Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Home-Depot-Gift-Card-25-50-100-Mail-delivery-/371269384551?pt=LH_DefaultDomain_0&var=&hash=item5671613967",
"text": "Home Depot Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Target-Gift-Card-25-50-100-US-Mail-Delivery-/251922536336?pt=LH_DefaultDomain_0&var=&hash=item3aa7c0d790",
"text": "Target Gift Card $25/ $50/ $100 US Mail Delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/eBay-Gift-Card-200-US-Mail-Delivery-/251914397126?pt=LH_DefaultDomain_0&hash=item3aa744a5c6",
"text": "eBay Gift Card $200 - US Mail Delivery"
},
"GC_Price": "$200.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Toys-R-Us-Gift-Card-25-50-100-Mail-delivery-/251543490385?pt=LH_DefaultDomain_0&var=&hash=item3a91290f51",
"text": "Toys R Us Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/eBay-Gift-Card-100-US-Mail-delivery-/251914392734?pt=LH_DefaultDomain_0&var=&hash=item3aa744949e",
"text": "eBay Gift Card $100 - US Mail delivery"
},
"GC_Price": "$100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/SUBWAY-Gift-Card-25-/261048549560?pt=LH_DefaultDomain_0&var=&hash=item3cc7b4c0b8",
"text": "SUBWAY Gift Card $25"
},
"GC_Price": "$25.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Cracker-Barrel-Gift-Card-25-50-Mail-delivery-/261040905602?pt=LH_DefaultDomain_0&var=&hash=item3cc7401d82",
"text": "Cracker Barrel Gift Card $25 - $50 - Mail delivery"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Texas-Roadhouse-Gift-Card-25-50-100-/370793887945?pt=LH_DefaultDomain_0&var=&hash=item565509b8c9",
"text": "Texas Roadhouse Gift Card $25/ $50/ $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Simms-Steakhouse-Gift-Card-25-50-/270859377215?pt=LH_DefaultDomain_0&var=&hash=item3f107a1a3f",
"text": "Simms Steakhouse Gift Card $25/ $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Dominos-Gift-Card-25-50-100-Mail-delivery-/370858120598?pt=LH_DefaultDomain_0&var=&hash=item5658ddd596",
"text": "Domino's Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Babies-R-Us-Gift-Card-25-50-100-Mail-delivery-/261357783605?pt=LH_DefaultDomain_0&var=&hash=item3cda234a35",
"text": "Babies R Us Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Staples-Gift-Card-25-50-100-Mail-delivery-/261345911737?pt=LH_DefaultDomain_0&var=&hash=item3cd96e23b9",
"text": "Staples Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Sephora-Gift-Card-25-50-Mail-delivery-/260868254551?pt=LH_DefaultDomain_0&var=&hash=item3cbcf5ab57",
"text": "Sephora Gift Card $25 - $50 - Mail delivery"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Darden-Gift-Card-25-50-100-Mail-delivery-/251745608856?pt=LH_DefaultDomain_0&var=&hash=item3a9d352498",
"text": "Darden Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Outback-Steakhouse-Gift-Card-25-50-/250928000404?pt=LH_DefaultDomain_0&var=&hash=item3a6c796d94",
"text": "Outback Steakhouse Gift Card $25 - $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/AMC-Gift-Card-25-50-100-Mail-delivery-/261435064433?pt=LH_DefaultDomain_0&var=&hash=item3cdebe8071",
"text": "AMC Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Sears-Gift-Card-25-50-100-Mail-delivery-/261753789121?pt=LH_DefaultDomain_0&var=&hash=item3cf1bddac1",
"text": "Sears Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/StubHub-Gift-Card-25-50-100-Mail-delivery-/370858086615?pt=LH_DefaultDomain_0&var=&hash=item5658dd50d7",
"text": "StubHub Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/GameStop-Gift-Card-25-50-100-Mail-delivery-/251814388034?pt=LH_DefaultDomain_0&var=&hash=item3aa14ea142",
"text": "GameStop Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/IHOP-Gift-Card-25-50-Mail-delivery-/370947554085?pt=LH_DefaultDomain_0&var=&hash=item565e327b25",
"text": "IHOP Gift Card $25/ $50 - Mail delivery"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/eBay-Gift-Card-150-US-Mail-Delivery-/261846533961?pt=LH_DefaultDomain_0&hash=item3cf7450749",
"text": "eBay Gift Card $150 - US Mail Delivery"
},
"GC_Price": "$150.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Applebees-Gift-Card-25-50-100-Mail-delivery-/371031678061?pt=LH_DefaultDomain_0&var=&hash=item5663361c6d",
"text": "Applebees Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/eBay-Gift-Card-125-US-Mail-Delivery-/371302753103?pt=LH_DefaultDomain_0&hash=item56735e634f",
"text": "eBay Gift Card $125 - US Mail Delivery"
},
"GC_Price": "$125.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Belk-Gift-Card-25-50-100-/251174460823?pt=LH_DefaultDomain_0&var=&hash=item3a7b2a1d97",
"text": "Belk Gift Card $25/ $50/100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Chilis-Gift-Card-25-100-/270835853709?pt=LH_DefaultDomain_0&var=&hash=item3f0f13298d",
"text": "Chili's Gift Card $25 - $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Build-A-Bear-Gift-Card-25-50-100-Mail-delivery-/251407298714?pt=LH_DefaultDomain_0&var=&hash=item3a890af09a",
"text": "Build-A-Bear Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/DSW-Gift-Card-25-50-100-/261119365132?pt=LH_DefaultDomain_0&var=&hash=item3ccbed500c",
"text": "DSW Gift Card $25/ $50/ $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/P-F-Changs-Gift-Card-25-50-100-/251257752314?pt=LH_DefaultDomain_0&var=&hash=item3a80210afa",
"text": "P.F. Chang's Gift Card $25/ $50/ $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/TGI-Fridays-Gift-Card-25-100-/261198069239?pt=LH_DefaultDomain_0&var=&hash=item3cd09e3df7",
"text": "TGI Friday's Gift Card $25 - $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Aeropostale-Gift-Card-25-50-/370793887950?pt=LH_DefaultDomain_0&var=&hash=item565509b8ce",
"text": "Aeropostale Gift Card $25 - $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Ruby-Tuesday-Gift-Card-25-50-/250908107972?pt=LH_DefaultDomain_0&var=&hash=item3a6b49e4c4",
"text": "Ruby Tuesday Gift Card $25 - $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Office-Max-Gift-Card-25-50-100-/251257752313?pt=LH_DefaultDomain_0&var=&hash=item3a80210af9",
"text": "Office Max Gift Card $25/ $50/ $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Justice-Gift-Card-25-/270742113972?pt=LH_DefaultDomain_0&hash=item3f097cceb4",
"text": "Justice Gift Card - $25"
},
"GC_Price": "$25.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Dave-and-Busters-Gift-Card-25-50-/270841413755?pt=LH_DefaultDomain_0&var=&hash=item3f0f68007b",
"text": "Dave and Busters Gift Card $25 - $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/eBay-Gift-Card-175-US-Mail-Delivery-/371302752371?pt=LH_DefaultDomain_0&hash=item56735e6073",
"text": "eBay Gift Card $175 - US Mail Delivery"
},
"GC_Price": "$175.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Carrabbas-Italian-Grill-Gift-Card-25-50-/260868338908?pt=LH_DefaultDomain_0&var=&hash=item3cbcf6f4dc",
"text": "Carrabba's Italian Grill Gift Card $25 - $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Uno-Chicago-Grill-Gift-Card-25-50-100-/261198069245?pt=LH_DefaultDomain_0&var=&hash=item3cd09e3dfd",
"text": "Uno Chicago Grill Gift Card $25/ $50/ $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/OCharleys-Gift-Card-25-50-100-US-Mail-Delivery-/371296973979?pt=LH_DefaultDomain_0&var=&hash=item567306349b",
"text": "O'Charley's Gift Card $25/ $50/ $100 US Mail Delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Rainforest-Cafe-Gift-Card-25-50-/270859052329?pt=LH_DefaultDomain_0&var=&hash=item3f10752529",
"text": "Rainforest Cafe Gift Card $25/ $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Regal-Entertainment-Group-Gift-Card-25-50-/250908107528?pt=LH_DefaultDomain_0&var=&hash=item3a6b49e308",
"text": "Regal Entertainment Group Gift Card $25 - $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Panda-Express-Gift-Card-25-50-100-US-Mail-Delivery-/371307691751?pt=LH_DefaultDomain_0&var=&hash=item5673a9bee7",
"text": "Panda Express Gift Card $25/ $50/ $100 US Mail Delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Bonefish-Grill-Gift-Card-25-50-/250905898270?pt=LH_DefaultDomain_0&var=&hash=item3a6b282d1e",
"text": "Bonefish Grill Gift Card $25 - $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Jack-in-the-Box-Gift-Card-25-/251088619895?pt=LH_DefaultDomain_0&var=&hash=item3a760c4977",
"text": "Jack in the Box Gift Card $25"
},
"GC_Price": "$25.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Joes-Crab-Shack-Gift-Card-25-50-100-US-Mail-Delivery-/261835487415?pt=LH_DefaultDomain_0&var=&hash=item3cf69c78b7",
"text": "Joe's Crab Shack Gift Card $25/ $50/ $100 US Mail Delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/American-Eagle-Outfitters-Gift-Card-25-50-100-Mail-delivery-/260900608256?pt=LH_DefaultDomain_0&var=&hash=item3cbee35900",
"text": "American Eagle Outfitters Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/El-Pollo-Loco-Gift-Card-25-/251088619844?pt=LH_DefaultDomain_0&hash=item3a760c4944",
"text": "El Pollo Loco Gift Card $25"
},
"GC_Price": "$25.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Maggianos-Gift-Card-25-100-/270835839298?pt=LH_DefaultDomain_0&var=&hash=item3f0f12f142",
"text": "Maggiano's Gift Card $25 - $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Express-Gift-Card-25-50-Mail-delivery-/251564453538?pt=LH_DefaultDomain_0&var=&hash=item3a9268eea2",
"text": "Express Gift Card $25/ $50 - Mail delivery"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Red-Robin-Gift-Card-25-100-/261216129654?pt=LH_DefaultDomain_0&var=&hash=item3cd1b1d276",
"text": "Red Robin Gift Card $25 - $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Jo-Ann-Gift-Card-25-50-100-Mail-delivery-/251808841911?pt=LH_DefaultDomain_0&var=&hash=item3aa0fa00b7",
"text": "Jo-Ann Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/California-Pizza-Kitchen-Gift-Card-25-100-/260906651521?pt=LH_DefaultDomain_0&var=&hash=item3cbf3f8f81",
"text": "California Pizza Kitchen Gift Card $25 - $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Rocky-Mountain-Chocolate-Factory-Gift-Card-20-Mail-delivery-/370793887949?pt=LH_DefaultDomain_0&hash=item565509b8cd",
"text": "Rocky Mountain Chocolate Factory Gift Card - $20 - Mail delivery"
},
"GC_Price": "$20.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Bass-Pro-Shops-Card-25-50-100-Mail-delivery-/371250634944?pt=LH_DefaultDomain_0&var=&hash=item56704320c0",
"text": "Bass Pro Shops Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Boston-Market-Gift-Card-25-50-100-/251403124747?pt=LH_DefaultDomain_0&var=&hash=item3a88cb400b",
"text": "Boston Market Gift Card $25/ $50/ $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/eBay-Gift-Card-25-50-100-US-Mail-delivery-/261415908598?pt=LH_DefaultDomain_0&var=&hash=item3cdd9a34f6",
"text": "eBay Gift Card $25/$50/$100 - US Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Brenners-Steakhouse-Gift-Card-25-50-/270859052000?pt=LH_DefaultDomain_0&var=&hash=item3f107523e0",
"text": "Brenner's Steakhouse Gift Card $25/ $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/The-Spaghetti-Warehouse-Gift-Card-25-100-/270831856046?pt=LH_DefaultDomain_0&var=&hash=item3f0ed629ae",
"text": "The Spaghetti Warehouse Gift Card $25 - $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Lord-Taylor-Gift-Card-25-50-/250908340803?pt=LH_DefaultDomain_0&var=&hash=item3a6b4d7243",
"text": "Lord & Taylor Gift Card $25 - $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Saltgrass-Steak-House-Gift-Card-25-50-/260900251406?pt=LH_DefaultDomain_0&var=&hash=item3cbedde70e",
"text": "Saltgrass Steak House Gift Card $25/ $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Flemings-Gift-Card-25-50-/250938418222?pt=LH_DefaultDomain_0&var=&hash=item3a6d18642e",
"text": "Fleming's Gift Card $25 - $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Celebrity-Cruises-Gift-Card-25-50-100-Mail-delivery-/251353757239?pt=LH_DefaultDomain_0&var=&hash=item3a85d9f637",
"text": "Celebrity Cruises Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/On-The-Border-Gift-Card-25-100-/270835839295?pt=LH_DefaultDomain_0&var=&hash=item3f0f12f13f",
"text": "On The Border Gift Card $25 - $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Boscovs-Gift-Card-25-50-Mail-delivery-/260867849736?pt=LH_DefaultDomain_0&var=&hash=item3cbcef7e08",
"text": "Boscov's Gift Card $25 - $50 - Mail delivery"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/NASCAR-COM-Superstore-Gift-Card-25-50-/250906411462?pt=LH_DefaultDomain_0&var=&hash=item3a6b3001c6",
"text": "NASCAR.COM Superstore Gift Card $25 - $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Sunglass-Hut-Gift-Card-25-50-/250908139990?pt=LH_DefaultDomain_0&var=&hash=item3a6b4a61d6",
"text": "Sunglass Hut Gift Card $25 - $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Lane-Bryant-Gift-Card-25-US-Mail-delivery-/260870453959?pt=LH_DefaultDomain_0&hash=item3cbd173ac7",
"text": "Lane Bryant Gift Card - $25 - US Mail delivery"
},
"GC_Price": "$25.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Old-Chicago-Gift-Card-25-Mail-delivery-/250736560581?pt=LH_DefaultDomain_0&hash=item3a611049c5",
"text": "Old Chicago Gift Card - $25 - Mail delivery"
},
"GC_Price": "$25.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/SpaFinder-Wellness-Gift-Card-25-50-100-/261198069244?pt=LH_DefaultDomain_0&var=&hash=item3cd09e3dfc",
"text": "SpaFinder Wellness Gift Card $25/ $50/ $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Dickeys-Barbecue-Gift-Card-25-50-100-Mail-delivery-/371275992127?pt=LH_DefaultDomain_0&var=&hash=item5671c60c3f",
"text": "Dickey's Barbecue Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Landrys-Restaurant-Gift-Card-25-50-/370793887947?pt=LH_DefaultDomain_0&var=&hash=item565509b8cb",
"text": "Landry's Restaurant Gift Card $25 - $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Cold-Stone-Creamery-Gift-Card-25-50-/261241170689?pt=LH_DefaultDomain_0&var=&hash=item3cd32feb01",
"text": "Cold Stone Creamery Gift Card $25/ $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Michael-s-25-Gift-Card-Mail-delivery-/251814330996?pt=LH_DefaultDomain_0&hash=item3aa14dc274",
"text": "Michael’s $25 Gift Card - Mail delivery"
},
"GC_Price": "$25.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Claires-Gift-Card-25-50-100-Mail-delivery-/251838946368?pt=LH_DefaultDomain_0&var=&hash=item3aa2c55c40",
"text": "Claire's Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Macaroni-Grill-Gift-Card-25-100-/270835839296?pt=LH_DefaultDomain_0&var=&hash=item3f0f12f140",
"text": "Macaroni Grill Gift Card $25 - $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/eBay-Gift-Card-25-US-Mail-delivery-/251901428878?pt=LH_DefaultDomain_0&var=&hash=item3aa67ec48e",
"text": "eBay Gift Card $25 - US Mail delivery"
},
"GC_Price": "$25.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Vic-Anthonys-Steakhouse-Gift-Card-25-50-/270859052664?pt=LH_DefaultDomain_0&var=&hash=item3f10752678",
"text": "Vic & Anthony's Steakhouse Gift Card $25/ $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Friendlys-25-Gift-Card-US-Mail-Delivery-/251902902850?pt=LH_DefaultDomain_0&hash=item3aa6954242",
"text": "Friendly's $25 Gift Card US Mail Delivery"
},
"GC_Price": "$25.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Landrys-Seafood-House-Gift-Card-25-50-/270859052155?pt=LH_DefaultDomain_0&var=&hash=item3f1075247b",
"text": "Landry's Seafood House Gift Card $25/ $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Rock-Bottom-Restaurant-Gift-Card-25-Mail-delivery-/250736560643?pt=LH_DefaultDomain_0&hash=item3a61104a03",
"text": "Rock Bottom Restaurant Gift Card - $25 - Mail delivery"
},
"GC_Price": "$25.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Max-Erma-Gift-Card-25-50-100-US-Mail-Delivery-/261855817220?pt=LH_DefaultDomain_0&var=&hash=item3cf7d2ae04",
"text": "Max & Erma Gift Card $25/ $50/ $100 US Mail Delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Claim-Jumper-Gift-Card-25-50-100-US-Mail-Delivery-/371299615988?pt=LH_DefaultDomain_0&var=&hash=item56732e84f4",
"text": "Claim Jumper Gift Card $25/ $50/ $100 US Mail Delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Grotto-and-La-Griglia-Gift-Card-25-50-/270859052103?pt=LH_DefaultDomain_0&var=&hash=item3f10752447",
"text": "Grotto and La Griglia Gift Card $25/ $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Ninety-Nine-Restaurants-Card-25-50-100-US-Mail-Delivery-/261855630570?pt=LH_DefaultDomain_0&var=&hash=item3cf7cfd4ea",
"text": "Ninety Nine Restaurants Card $25/50/100 US Mail Delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Buca-di-Beppo-Gift-Card-25-100-/251192817901?pt=LH_DefaultDomain_0&var=&hash=item3a7c4238ed",
"text": "Buca di Beppo Gift Card $25 - $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/PacSun-Gift-Card-25-50-100-US-Mail-Delivery-/371296974075?pt=LH_DefaultDomain_0&var=&hash=item56730634fb",
"text": "PacSun Gift Card $25/ $50/ $100 US Mail Delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Catherines-Gift-Card-25-50-100-US-Mail-Delivery-/251902902812?pt=LH_DefaultDomain_0&var=&hash=item3aa695421c",
"text": "Catherines Gift Card $25/ $50/ $100 US Mail Delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Alamo-Drafthouse-Cinemas-Gift-Card-25-50-100-US-Mail-Delivery-/371301885553?pt=LH_DefaultDomain_0&var=&hash=item5673512671",
"text": "Alamo Drafthouse Cinemas Gift Card $25/ $50/ $100 US Mail Delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Lucilles-Smokehouse-Bar-B-Que-Gift-Card-25-50-100-Mail-delivery-/250995946587?pt=LH_DefaultDomain_0&var=&hash=item3a7086345b",
"text": "Lucille's Smokehouse Bar-B-Que Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/McCormick-Schmicks-Gift-Card-25-50-100-US-Mail-Delivery-/251908508806?pt=LH_DefaultDomain_0&var=&hash=item3aa6eacc86",
"text": "McCormick & Schmick's Gift Card $25/ $50/ $100 US Mail Delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Black-Angus-Gift-Card-25-50-100-/260900250837?pt=LH_DefaultDomain_0&var=&hash=item3cbedde4d5",
"text": "Black Angus Gift Card- $25/ $50/ $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Destination-Maternity-25-Gift-Card-Mail-delivery-/261803163301?pt=LH_DefaultDomain_0&hash=item3cf4af3ea5",
"text": "Destination Maternity $25 Gift Card - Mail delivery"
},
"GC_Price": "$25.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Pesce-Restaurant-Gift-Card-25-50-/250938056073?pt=LH_DefaultDomain_0&var=&hash=item3a6d12dd89",
"text": "Pesce Restaurant Gift Card $25/ $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/The-Oceanaire-Seafood-Room-Gift-Card-25-50-/250938418972?pt=LH_DefaultDomain_0&var=&hash=item3a6d18671c",
"text": "The Oceanaire Seafood Room Gift Card $25/ $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/TABASCO-Card-25-50-100-Mail-delivery-/251835923535?pt=LH_DefaultDomain_0&var=&hash=item3aa2973c4f",
"text": "TABASCO® Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/eBay-TEST-AUCTION-DO-NOT-BID-OR-BUY-ITEM-NOT-FOR-SALE-/251911303665?pt=LH_DefaultDomain_0&hash=item3aa71571f1",
"text": "***eBay TEST AUCTION - DO NOT BID OR BUY*** ITEM NOT FOR SALE"
},
"GC_Price": "$10.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Curtis-Lumber-Gift-Card-25-50-100-US-Mail-Delivery-/371280943889?pt=LH_DefaultDomain_0&var=&hash=item5672119b11",
"text": "Curtis Lumber Gift Card $25/ $50/ $100 - US Mail Delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Babins-Seafood-House-Gift-Card-25-50-/270859056920?pt=LH_DefaultDomain_0&var=&hash=item3f10753718",
"text": "Babin's Seafood House Gift Card $25/ $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Brinker-Gift-Card-25-100-/270829815313?pt=LH_DefaultDomain_0&var=&hash=item3f0eb70611",
"text": "Brinker Gift Card $25 - $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Chart-House-Restaurant-Gift-Card-25-50-/250938055864?pt=LH_DefaultDomain_0&var=&hash=item3a6d12dcb8",
"text": "Chart House Restaurant Gift Card $25/ $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Legal-Sea-Foods-Gift-Card-25-100-/260868422597?pt=LH_DefaultDomain_0&var=&hash=item3cbcf83bc5",
"text": "Legal Sea Foods Gift Card $25 - $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Muer-Seafood-Restaurant-Gift-Card-25-50-/260900251343?pt=LH_DefaultDomain_0&var=&hash=item3cbedde6cf",
"text": "Muer Seafood Restaurant Gift Card $25/ $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/The-Crab-House-Gift-Card-25-50-/250938056385?pt=LH_DefaultDomain_0&var=&hash=item3a6d12dec1",
"text": "The Crab House Gift Card $25/ $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Aquarium-Restaurant-Gift-Card-25-50-/260900255603?pt=LH_DefaultDomain_0&var=&hash=item3cbeddf773",
"text": "Aquarium Restaurant Gift Card $25/ $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Grinders-Above-and-Beyond-Gift-Card-25-Mail-delivery-/250938418193?pt=LH_DefaultDomain_0&hash=item3a6d186411",
"text": "Grinders Above and Beyond Gift Card - $25 - Mail delivery"
},
"GC_Price": "$25.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/TEST-AUCTION-DO-NOT-BID-OR-BUY-/251911193705?pt=LH_DefaultDomain_0&hash=item3aa713c469",
"text": "TEST AUCTION - DO NOT BID OR BUY"
},
"GC_Price": "$50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Destination-Maternity-50-Gift-Card-Mail-delivery-/251868922900?pt=LH_DefaultDomain_0&hash=item3aa48ec414",
"text": "Destination Maternity $50 Gift Card - Mail delivery"
},
"GC_Price": "$50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/SEARS-TEST-AUCTION-DO-NOT-BID-OR-BUY-ITEM-NOT-FOR-SALE-/251911301661?pt=LH_DefaultDomain_0&hash=item3aa7156a1d",
"text": "***SEARS TEST AUCTION - DO NOT BID OR BUY*** ITEM NOT FOR SALE"
},
"GC_Price": "$50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/STAPLES-TEST-AUCTION-DO-NOT-BID-OR-BUY-/371275069876?pt=LH_DefaultDomain_0&hash=item5671b7f9b4",
"text": "STAPLES TEST AUCTION - DO NOT BID OR BUY"
},
"GC_Price": "$50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/LOWES-TEST-AUCTION-DO-NOT-BID-OR-BUY-ITEM-NOT-FOR-SALE-/371279563717?pt=LH_DefaultDomain_0&hash=item5671fc8bc5",
"text": "***LOWES TEST AUCTION - DO NOT BID OR BUY*** ITEM NOT FOR SALE"
},
"GC_Price": "$50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Michael-s-50-Gift-Card-Mail-delivery-/261753765036?pt=LH_DefaultDomain_0&hash=item3cf1bd7cac",
"text": "Michael’s $50 Gift Card - Mail delivery"
},
"GC_Price": "$50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/eBay-Gift-Card-50-US-Mail-delivery-/371296264042?pt=LH_DefaultDomain_0&var=&hash=item5672fb5f6a",
"text": "eBay Gift Card $50 - US Mail delivery"
},
"GC_Price": "$50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/eBay-Gift-Card-75-US-Mail-Delivery-/251914351078?pt=LH_DefaultDomain_0&hash=item3aa743f1e6",
"text": "eBay Gift Card $75 - US Mail Delivery"
},
"GC_Price": "$75.00"
}
]
}
}
 

Someone

Level 2 Member
I've dealt with similar issues and the solution is usually to add a field or property that contains just the numeric value that you want sorted. Strip the dollar sign and range elements so you do a numeric sort on your new column. The alternative is to use a jquery plugin that can ignore the non numeric elements. But underneath it is doing exactly what I said above.
 

SomeRandomGuy

Nerd, Poet, Warrior
Yeah, creating a field that just holds an int value would make you life far easier. String compares for what you are doing won't give you what you want - Excel was designed with a lot of work to do magic handling of this sort of data - JS string internals just treat things completely naively.

Since its a range you might want to add two fields for min and max and store those values as ints. Then you would have all the criteria you needed for dealing with the upper and lower bounds.

On a separate note, what you you were doing with your sort wasn't modifying your object, so your end result is the same as your starting state. You might be better off making a sorted array of some id you could key off to pull the values out of your object if you want to hang onto that approach, then walk the array to get your order.
 

Chasing The Points

Administrator
Staff member
Thanks guys - that's what I feared. The data scraped is using Kimono Labs and isn't as robust as a custom solution. I'll continue to look at it and see what I can do
 

SomeRandomGuy

Nerd, Poet, Warrior
I looked at this for a few minutes since I was dealing with Linux kernel debugging today at work (ugh), and this is quite relaxing in comparison.

Part of what you want is to have a function that will return a sorted list of the cards based on the data structure's given string format that will sort by your criteria of the first dollar amount in the range sorted as an integer. So having a function to do that work and return a sorted array would be handy so you can customize the sorting part as you see fit, and you'll have a sorted list returned for display purposes/whatever.

This probably will need some tweaking for your purposes, but it'll get you further along. Running it locally it sorted by price in a way that seemed like what you described.

So:
Code:
//sort method
function sortByPrice(card_list) {
    return card_list.sort(function(a, b) {
        //take first number in price, strip out everything but initial dollar amount, coerce to Int
        //this is brittle, and will have issues with odd pricing formats, better to add some guards here
        var x = parseInt(a['GC_Price'].replace('$','').split(/\./)[0]);
        var y = parseInt(b['GC_Price'].replace('$','').split(/\./)[0]);
        return ((x < y) ? -1 : ((x > y) ? 1 : 0));
    });
}

//card_list is collection1 sorted by the first value in the price sorted as Int.
card_list = sortByPrice(data.results.collection1);
 

SomeRandomGuy

Nerd, Poet, Warrior
This:
Code:
parseInt(a['GC_Price'].replace('$','').split(/\./)[0]);
is really brittle, and not exactly beautiful.

If element['GC_Price'] isn't formatted exactly right you'll have problems. If it's reliably set with a formatted string with a number it'll be ok, otherwise split it up and add some checks to avoid errors.
 

Haley

I am not a robot
This is the same guy that tells me he can't figure out what I'm talking about when I use "ms code"
 

SomeRandomGuy

Nerd, Poet, Warrior
Oh, the other things is that if "$20 to $50" is somehow greater than "$20 to $100" or less or what have you, this sort just ignores the second term. But the benefit of the separate sort function is that you could more easily extend it to be aware if that was something you wanted.

Also JavaScript is a little more clear than MS code language, but it's still a deeply strange language.
 

SomeRandomGuy

Nerd, Poet, Warrior
Ok, so you could make x/y a long where the decimal held the second term to make the sorting generally easy. If you grabbed the second term, divided by say 400 or whatever is a good high bound, and added that to the first term you could use a float to sort that would take the second term into account whole preserving the first term's value as the primary sort criteria. Hopefully that makes sense...
 

Chasing The Points

Administrator
Staff member
Thanks @SomeRandomGuy - you were right the code gave me when you said:

Oh, the other things is that if "$20 to $50" is somehow greater than "$20 to $100" or less or what have you, this sort just ignores the second term. But the benefit of the separate sort function is that you could more easily extend it to be aware if that was something you wanted.

Also JavaScript is a little more clear than MS code language, but it's still a deeply strange language.
Code:
{
"name": "ebay_gcm",
"count": 115,
"frequency": "Manual Crawl",
"version": 766,
"newdata": true,
"lastrunstatus": "success",
"lastsuccess": "Tue Apr 07 2015 00:14:11 GMT+0000 (UTC)",
"thisversionstatus": "success",
"thisversionrun": "Tue May 05 2015 23:42:35 GMT+0000 (UTC)",
"results": {
"collection1": [
{
"GC_Name": {
"href": "http://www.ebay.com/itm/eBay-TEST-AUCTION-DO-NOT-BID-OR-BUY-ITEM-NOT-FOR-SALE-/251911303665?pt=LH_DefaultDomain_0&hash=item3aa71571f1",
"text": "***eBay TEST AUCTION - DO NOT BID OR BUY*** ITEM NOT FOR SALE"
},
"GC_Price": "$10.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Rocky-Mountain-Chocolate-Factory-Gift-Card-20-Mail-delivery-/370793887949?pt=LH_DefaultDomain_0&hash=item565509b8cd",
"text": "Rocky Mountain Chocolate Factory Gift Card - $20 - Mail delivery"
},
"GC_Price": "$20.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Uno-Chicago-Grill-Gift-Card-25-50-100-/261198069245?pt=LH_DefaultDomain_0&var=&hash=item3cd09e3dfd",
"text": "Uno Chicago Grill Gift Card $25/ $50/ $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Lowes-Gift-Card-25-50-100-Mail-delivery-/251374764374?pt=LH_DefaultDomain_0&var=&hash=item3a871a8156",
"text": "Lowe's Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Home-Depot-Gift-Card-25-50-100-Mail-delivery-/371269384551?pt=LH_DefaultDomain_0&var=&hash=item5671613967",
"text": "Home Depot Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Toys-R-Us-Gift-Card-25-50-100-Mail-delivery-/251543490385?pt=LH_DefaultDomain_0&var=&hash=item3a91290f51",
"text": "Toys R Us Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Brenners-Steakhouse-Gift-Card-25-50-/270859052000?pt=LH_DefaultDomain_0&var=&hash=item3f107523e0",
"text": "Brenner's Steakhouse Gift Card $25/ $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Simms-Steakhouse-Gift-Card-25-50-/270859377215?pt=LH_DefaultDomain_0&var=&hash=item3f107a1a3f",
"text": "Simms Steakhouse Gift Card $25/ $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/SUBWAY-Gift-Card-25-/261048549560?pt=LH_DefaultDomain_0&var=&hash=item3cc7b4c0b8",
"text": "SUBWAY Gift Card $25"
},
"GC_Price": "$25.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Texas-Roadhouse-Gift-Card-25-50-100-/370793887945?pt=LH_DefaultDomain_0&var=&hash=item565509b8c9",
"text": "Texas Roadhouse Gift Card $25/ $50/ $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Vic-Anthonys-Steakhouse-Gift-Card-25-50-/270859052664?pt=LH_DefaultDomain_0&var=&hash=item3f10752678",
"text": "Vic & Anthony's Steakhouse Gift Card $25/ $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Staples-Gift-Card-25-50-100-Mail-delivery-/261345911737?pt=LH_DefaultDomain_0&var=&hash=item3cd96e23b9",
"text": "Staples Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Darden-Gift-Card-25-50-100-Mail-delivery-/251745608856?pt=LH_DefaultDomain_0&var=&hash=item3a9d352498",
"text": "Darden Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Outback-Steakhouse-Gift-Card-25-50-/250928000404?pt=LH_DefaultDomain_0&var=&hash=item3a6c796d94",
"text": "Outback Steakhouse Gift Card $25 - $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Cracker-Barrel-Gift-Card-25-50-Mail-delivery-/261040905602?pt=LH_DefaultDomain_0&var=&hash=item3cc7401d82",
"text": "Cracker Barrel Gift Card $25 - $50 - Mail delivery"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/IHOP-Gift-Card-25-50-Mail-delivery-/370947554085?pt=LH_DefaultDomain_0&var=&hash=item565e327b25",
"text": "IHOP Gift Card $25/ $50 - Mail delivery"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/AMC-Gift-Card-25-50-100-Mail-delivery-/261435064433?pt=LH_DefaultDomain_0&var=&hash=item3cdebe8071",
"text": "AMC Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Sears-Gift-Card-25-50-100-Mail-delivery-/261753789121?pt=LH_DefaultDomain_0&var=&hash=item3cf1bddac1",
"text": "Sears Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Applebees-Gift-Card-25-50-100-Mail-delivery-/371031678061?pt=LH_DefaultDomain_0&var=&hash=item5663361c6d",
"text": "Applebees Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Babies-R-Us-Gift-Card-25-50-100-Mail-delivery-/261357783605?pt=LH_DefaultDomain_0&var=&hash=item3cda234a35",
"text": "Babies R Us Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Sephora-Gift-Card-25-50-Mail-delivery-/260868254551?pt=LH_DefaultDomain_0&var=&hash=item3cbcf5ab57",
"text": "Sephora Gift Card $25 - $50 - Mail delivery"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/P-F-Changs-Gift-Card-25-50-100-/251257752314?pt=LH_DefaultDomain_0&var=&hash=item3a80210afa",
"text": "P.F. Chang's Gift Card $25/ $50/ $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Pesce-Restaurant-Gift-Card-25-50-/250938056073?pt=LH_DefaultDomain_0&var=&hash=item3a6d12dd89",
"text": "Pesce Restaurant Gift Card $25/ $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/GameStop-Gift-Card-25-50-100-Mail-delivery-/251814388034?pt=LH_DefaultDomain_0&var=&hash=item3aa14ea142",
"text": "GameStop Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/The-Crab-House-Gift-Card-25-50-/250938056385?pt=LH_DefaultDomain_0&var=&hash=item3a6d12dec1",
"text": "The Crab House Gift Card $25/ $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Dominos-Gift-Card-25-50-100-Mail-delivery-/370858120598?pt=LH_DefaultDomain_0&var=&hash=item5658ddd596",
"text": "Domino's Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Office-Max-Gift-Card-25-50-100-/251257752313?pt=LH_DefaultDomain_0&var=&hash=item3a80210af9",
"text": "Office Max Gift Card $25/ $50/ $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Justice-Gift-Card-25-/270742113972?pt=LH_DefaultDomain_0&hash=item3f097cceb4",
"text": "Justice Gift Card - $25"
},
"GC_Price": "$25.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Belk-Gift-Card-25-50-100-/251174460823?pt=LH_DefaultDomain_0&var=&hash=item3a7b2a1d97",
"text": "Belk Gift Card $25/ $50/100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/DSW-Gift-Card-25-50-100-/261119365132?pt=LH_DefaultDomain_0&var=&hash=item3ccbed500c",
"text": "DSW Gift Card $25/ $50/ $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Chilis-Gift-Card-25-100-/270835853709?pt=LH_DefaultDomain_0&var=&hash=item3f0f13298d",
"text": "Chili's Gift Card $25 - $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/TGI-Fridays-Gift-Card-25-100-/261198069239?pt=LH_DefaultDomain_0&var=&hash=item3cd09e3df7",
"text": "TGI Friday's Gift Card $25 - $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Bonefish-Grill-Gift-Card-25-50-/250905898270?pt=LH_DefaultDomain_0&var=&hash=item3a6b282d1e",
"text": "Bonefish Grill Gift Card $25 - $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Regal-Entertainment-Group-Gift-Card-25-50-/250908107528?pt=LH_DefaultDomain_0&var=&hash=item3a6b49e308",
"text": "Regal Entertainment Group Gift Card $25 - $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/StubHub-Gift-Card-25-50-100-Mail-delivery-/370858086615?pt=LH_DefaultDomain_0&var=&hash=item5658dd50d7",
"text": "StubHub Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Lord-Taylor-Gift-Card-25-50-/250908340803?pt=LH_DefaultDomain_0&var=&hash=item3a6b4d7243",
"text": "Lord & Taylor Gift Card $25 - $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/El-Pollo-Loco-Gift-Card-25-/251088619844?pt=LH_DefaultDomain_0&hash=item3a760c4944",
"text": "El Pollo Loco Gift Card $25"
},
"GC_Price": "$25.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Ruby-Tuesday-Gift-Card-25-50-/250908107972?pt=LH_DefaultDomain_0&var=&hash=item3a6b49e4c4",
"text": "Ruby Tuesday Gift Card $25 - $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Maggianos-Gift-Card-25-100-/270835839298?pt=LH_DefaultDomain_0&var=&hash=item3f0f12f142",
"text": "Maggiano's Gift Card $25 - $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Dave-and-Busters-Gift-Card-25-50-/270841413755?pt=LH_DefaultDomain_0&var=&hash=item3f0f68007b",
"text": "Dave and Busters Gift Card $25 - $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Boscovs-Gift-Card-25-50-Mail-delivery-/260867849736?pt=LH_DefaultDomain_0&var=&hash=item3cbcef7e08",
"text": "Boscov's Gift Card $25 - $50 - Mail delivery"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Build-A-Bear-Gift-Card-25-50-100-Mail-delivery-/251407298714?pt=LH_DefaultDomain_0&var=&hash=item3a890af09a",
"text": "Build-A-Bear Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Jack-in-the-Box-Gift-Card-25-/251088619895?pt=LH_DefaultDomain_0&var=&hash=item3a760c4977",
"text": "Jack in the Box Gift Card $25"
},
"GC_Price": "$25.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Aquarium-Restaurant-Gift-Card-25-50-/260900255603?pt=LH_DefaultDomain_0&var=&hash=item3cbeddf773",
"text": "Aquarium Restaurant Gift Card $25/ $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Aeropostale-Gift-Card-25-50-/370793887950?pt=LH_DefaultDomain_0&var=&hash=item565509b8ce",
"text": "Aeropostale Gift Card $25 - $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Carrabbas-Italian-Grill-Gift-Card-25-50-/260868338908?pt=LH_DefaultDomain_0&var=&hash=item3cbcf6f4dc",
"text": "Carrabba's Italian Grill Gift Card $25 - $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Rainforest-Cafe-Gift-Card-25-50-/270859052329?pt=LH_DefaultDomain_0&var=&hash=item3f10752529",
"text": "Rainforest Cafe Gift Card $25/ $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Panda-Express-Gift-Card-25-50-100-US-Mail-Delivery-/371307691751?pt=LH_DefaultDomain_0&var=&hash=item5673a9bee7",
"text": "Panda Express Gift Card $25/ $50/ $100 US Mail Delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Joes-Crab-Shack-Gift-Card-25-50-100-US-Mail-Delivery-/261835487415?pt=LH_DefaultDomain_0&var=&hash=item3cf69c78b7",
"text": "Joe's Crab Shack Gift Card $25/ $50/ $100 US Mail Delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Red-Robin-Gift-Card-25-100-/261216129654?pt=LH_DefaultDomain_0&var=&hash=item3cd1b1d276",
"text": "Red Robin Gift Card $25 - $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/eBay-Gift-Card-25-US-Mail-delivery-/251901428878?pt=LH_DefaultDomain_0&var=&hash=item3aa67ec48e",
"text": "eBay Gift Card $25 - US Mail delivery"
},
"GC_Price": "$25.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/American-Eagle-Outfitters-Gift-Card-25-50-100-Mail-delivery-/260900608256?pt=LH_DefaultDomain_0&var=&hash=item3cbee35900",
"text": "American Eagle Outfitters Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/OCharleys-Gift-Card-25-50-100-US-Mail-Delivery-/371296973979?pt=LH_DefaultDomain_0&var=&hash=item567306349b",
"text": "O'Charley's Gift Card $25/ $50/ $100 US Mail Delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Jiffy-Lube-Gift-Card-25-50-/250906398729?pt=LH_DefaultDomain_0&var=&hash=item3a6b2fd009",
"text": "Jiffy Lube Gift Card $25 - $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Bass-Pro-Shops-Card-25-50-100-Mail-delivery-/371250634944?pt=LH_DefaultDomain_0&var=&hash=item56704320c0",
"text": "Bass Pro Shops Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/eBay-Gift-Card-25-50-100-US-Mail-delivery-/261415908598?pt=LH_DefaultDomain_0&var=&hash=item3cdd9a34f6",
"text": "eBay Gift Card $25/$50/$100 - US Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Boston-Market-Gift-Card-25-50-100-/251403124747?pt=LH_DefaultDomain_0&var=&hash=item3a88cb400b",
"text": "Boston Market Gift Card $25/ $50/ $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Grinders-Above-and-Beyond-Gift-Card-25-Mail-delivery-/250938418193?pt=LH_DefaultDomain_0&hash=item3a6d186411",
"text": "Grinders Above and Beyond Gift Card - $25 - Mail delivery"
},
"GC_Price": "$25.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/The-Spaghetti-Warehouse-Gift-Card-25-100-/270831856046?pt=LH_DefaultDomain_0&var=&hash=item3f0ed629ae",
"text": "The Spaghetti Warehouse Gift Card $25 - $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Saltgrass-Steak-House-Gift-Card-25-50-/260900251406?pt=LH_DefaultDomain_0&var=&hash=item3cbedde70e",
"text": "Saltgrass Steak House Gift Card $25/ $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/On-The-Border-Gift-Card-25-100-/270835839295?pt=LH_DefaultDomain_0&var=&hash=item3f0f12f13f",
"text": "On The Border Gift Card $25 - $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Legal-Sea-Foods-Gift-Card-25-100-/260868422597?pt=LH_DefaultDomain_0&var=&hash=item3cbcf83bc5",
"text": "Legal Sea Foods Gift Card $25 - $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/California-Pizza-Kitchen-Gift-Card-25-100-/260906651521?pt=LH_DefaultDomain_0&var=&hash=item3cbf3f8f81",
"text": "California Pizza Kitchen Gift Card $25 - $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Express-Gift-Card-25-50-Mail-delivery-/251564453538?pt=LH_DefaultDomain_0&var=&hash=item3a9268eea2",
"text": "Express Gift Card $25/ $50 - Mail delivery"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Jo-Ann-Gift-Card-25-50-100-Mail-delivery-/251808841911?pt=LH_DefaultDomain_0&var=&hash=item3aa0fa00b7",
"text": "Jo-Ann Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Flemings-Gift-Card-25-50-/250938418222?pt=LH_DefaultDomain_0&var=&hash=item3a6d18642e",
"text": "Fleming's Gift Card $25 - $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Sunglass-Hut-Gift-Card-25-50-/250908139990?pt=LH_DefaultDomain_0&var=&hash=item3a6b4a61d6",
"text": "Sunglass Hut Gift Card $25 - $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Celebrity-Cruises-Gift-Card-25-50-100-Mail-delivery-/251353757239?pt=LH_DefaultDomain_0&var=&hash=item3a85d9f637",
"text": "Celebrity Cruises Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/NASCAR-COM-Superstore-Gift-Card-25-50-/250906411462?pt=LH_DefaultDomain_0&var=&hash=item3a6b3001c6",
"text": "NASCAR.COM Superstore Gift Card $25 - $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Cold-Stone-Creamery-Gift-Card-25-50-/261241170689?pt=LH_DefaultDomain_0&var=&hash=item3cd32feb01",
"text": "Cold Stone Creamery Gift Card $25/ $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Lane-Bryant-Gift-Card-25-US-Mail-delivery-/260870453959?pt=LH_DefaultDomain_0&hash=item3cbd173ac7",
"text": "Lane Bryant Gift Card - $25 - US Mail delivery"
},
"GC_Price": "$25.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/SpaFinder-Wellness-Gift-Card-25-50-100-/261198069244?pt=LH_DefaultDomain_0&var=&hash=item3cd09e3dfc",
"text": "SpaFinder Wellness Gift Card $25/ $50/ $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Landrys-Seafood-House-Gift-Card-25-50-/270859052155?pt=LH_DefaultDomain_0&var=&hash=item3f1075247b",
"text": "Landry's Seafood House Gift Card $25/ $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Landrys-Restaurant-Gift-Card-25-50-/370793887947?pt=LH_DefaultDomain_0&var=&hash=item565509b8cb",
"text": "Landry's Restaurant Gift Card $25 - $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Old-Chicago-Gift-Card-25-Mail-delivery-/250736560581?pt=LH_DefaultDomain_0&hash=item3a611049c5",
"text": "Old Chicago Gift Card - $25 - Mail delivery"
},
"GC_Price": "$25.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Dickeys-Barbecue-Gift-Card-25-50-100-Mail-delivery-/371275992127?pt=LH_DefaultDomain_0&var=&hash=item5671c60c3f",
"text": "Dickey's Barbecue Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Buca-di-Beppo-Gift-Card-25-100-/251192817901?pt=LH_DefaultDomain_0&var=&hash=item3a7c4238ed",
"text": "Buca di Beppo Gift Card $25 - $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Claires-Gift-Card-25-50-100-Mail-delivery-/251838946368?pt=LH_DefaultDomain_0&var=&hash=item3aa2c55c40",
"text": "Claire's Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Macaroni-Grill-Gift-Card-25-100-/270835839296?pt=LH_DefaultDomain_0&var=&hash=item3f0f12f140",
"text": "Macaroni Grill Gift Card $25 - $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Muer-Seafood-Restaurant-Gift-Card-25-50-/260900251343?pt=LH_DefaultDomain_0&var=&hash=item3cbedde6cf",
"text": "Muer Seafood Restaurant Gift Card $25/ $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Max-Erma-Gift-Card-25-50-100-US-Mail-Delivery-/261855817220?pt=LH_DefaultDomain_0&var=&hash=item3cf7d2ae04",
"text": "Max & Erma Gift Card $25/ $50/ $100 US Mail Delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Claim-Jumper-Gift-Card-25-50-100-US-Mail-Delivery-/371299615988?pt=LH_DefaultDomain_0&var=&hash=item56732e84f4",
"text": "Claim Jumper Gift Card $25/ $50/ $100 US Mail Delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Grotto-and-La-Griglia-Gift-Card-25-50-/270859052103?pt=LH_DefaultDomain_0&var=&hash=item3f10752447",
"text": "Grotto and La Griglia Gift Card $25/ $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Michael-s-25-Gift-Card-Mail-delivery-/251814330996?pt=LH_DefaultDomain_0&hash=item3aa14dc274",
"text": "Michael’s $25 Gift Card - Mail delivery"
},
"GC_Price": "$25.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/PacSun-Gift-Card-25-50-100-US-Mail-Delivery-/371296974075?pt=LH_DefaultDomain_0&var=&hash=item56730634fb",
"text": "PacSun Gift Card $25/ $50/ $100 US Mail Delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Rock-Bottom-Restaurant-Gift-Card-25-Mail-delivery-/250736560643?pt=LH_DefaultDomain_0&hash=item3a61104a03",
"text": "Rock Bottom Restaurant Gift Card - $25 - Mail delivery"
},
"GC_Price": "$25.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Friendlys-25-Gift-Card-US-Mail-Delivery-/251902902850?pt=LH_DefaultDomain_0&hash=item3aa6954242",
"text": "Friendly's $25 Gift Card US Mail Delivery"
},
"GC_Price": "$25.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Catherines-Gift-Card-25-50-100-US-Mail-Delivery-/251902902812?pt=LH_DefaultDomain_0&var=&hash=item3aa695421c",
"text": "Catherines Gift Card $25/ $50/ $100 US Mail Delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/McCormick-Schmicks-Gift-Card-25-50-100-US-Mail-Delivery-/251908508806?pt=LH_DefaultDomain_0&var=&hash=item3aa6eacc86",
"text": "McCormick & Schmick's Gift Card $25/ $50/ $100 US Mail Delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Alamo-Drafthouse-Cinemas-Gift-Card-25-50-100-US-Mail-Delivery-/371301885553?pt=LH_DefaultDomain_0&var=&hash=item5673512671",
"text": "Alamo Drafthouse Cinemas Gift Card $25/ $50/ $100 US Mail Delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Ninety-Nine-Restaurants-Card-25-50-100-US-Mail-Delivery-/261855630570?pt=LH_DefaultDomain_0&var=&hash=item3cf7cfd4ea",
"text": "Ninety Nine Restaurants Card $25/50/100 US Mail Delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Black-Angus-Gift-Card-25-50-100-/260900250837?pt=LH_DefaultDomain_0&var=&hash=item3cbedde4d5",
"text": "Black Angus Gift Card- $25/ $50/ $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/The-Oceanaire-Seafood-Room-Gift-Card-25-50-/250938418972?pt=LH_DefaultDomain_0&var=&hash=item3a6d18671c",
"text": "The Oceanaire Seafood Room Gift Card $25/ $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/TABASCO-Card-25-50-100-Mail-delivery-/251835923535?pt=LH_DefaultDomain_0&var=&hash=item3aa2973c4f",
"text": "TABASCO® Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Curtis-Lumber-Gift-Card-25-50-100-US-Mail-Delivery-/371280943889?pt=LH_DefaultDomain_0&var=&hash=item5672119b11",
"text": "Curtis Lumber Gift Card $25/ $50/ $100 - US Mail Delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Chart-House-Restaurant-Gift-Card-25-50-/250938055864?pt=LH_DefaultDomain_0&var=&hash=item3a6d12dcb8",
"text": "Chart House Restaurant Gift Card $25/ $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Target-Gift-Card-25-50-100-US-Mail-Delivery-/251922536336?pt=LH_DefaultDomain_0&var=&hash=item3aa7c0d790",
"text": "Target Gift Card $25/ $50/ $100 US Mail Delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Lucilles-Smokehouse-Bar-B-Que-Gift-Card-25-50-100-Mail-delivery-/250995946587?pt=LH_DefaultDomain_0&var=&hash=item3a7086345b",
"text": "Lucille's Smokehouse Bar-B-Que Gift Card $25/ $50/ $100 - Mail delivery"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Destination-Maternity-25-Gift-Card-Mail-delivery-/261803163301?pt=LH_DefaultDomain_0&hash=item3cf4af3ea5",
"text": "Destination Maternity $25 Gift Card - Mail delivery"
},
"GC_Price": "$25.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Babins-Seafood-House-Gift-Card-25-50-/270859056920?pt=LH_DefaultDomain_0&var=&hash=item3f10753718",
"text": "Babin's Seafood House Gift Card $25/ $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Brinker-Gift-Card-25-100-/270829815313?pt=LH_DefaultDomain_0&var=&hash=item3f0eb70611",
"text": "Brinker Gift Card $25 - $100"
},
"GC_Price": "$25.00 to $100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Willie-Gs-Seafood-Steakhouse-Gift-Card-25-50-/250938056487?pt=LH_DefaultDomain_0&var=&hash=item3a6d12df27",
"text": "Willie G's Seafood & Steakhouse Gift Card $25/ $50"
},
"GC_Price": "$25.00 to $50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/STAPLES-TEST-AUCTION-DO-NOT-BID-OR-BUY-/371275069876?pt=LH_DefaultDomain_0&hash=item5671b7f9b4",
"text": "STAPLES TEST AUCTION - DO NOT BID OR BUY"
},
"GC_Price": "$50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/LOWES-TEST-AUCTION-DO-NOT-BID-OR-BUY-ITEM-NOT-FOR-SALE-/371279563717?pt=LH_DefaultDomain_0&hash=item5671fc8bc5",
"text": "***LOWES TEST AUCTION - DO NOT BID OR BUY*** ITEM NOT FOR SALE"
},
"GC_Price": "$50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Michael-s-50-Gift-Card-Mail-delivery-/261753765036?pt=LH_DefaultDomain_0&hash=item3cf1bd7cac",
"text": "Michael’s $50 Gift Card - Mail delivery"
},
"GC_Price": "$50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/SEARS-TEST-AUCTION-DO-NOT-BID-OR-BUY-ITEM-NOT-FOR-SALE-/251911301661?pt=LH_DefaultDomain_0&hash=item3aa7156a1d",
"text": "***SEARS TEST AUCTION - DO NOT BID OR BUY*** ITEM NOT FOR SALE"
},
"GC_Price": "$50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/Destination-Maternity-50-Gift-Card-Mail-delivery-/251868922900?pt=LH_DefaultDomain_0&hash=item3aa48ec414",
"text": "Destination Maternity $50 Gift Card - Mail delivery"
},
"GC_Price": "$50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/eBay-Gift-Card-50-US-Mail-delivery-/371296264042?pt=LH_DefaultDomain_0&var=&hash=item5672fb5f6a",
"text": "eBay Gift Card $50 - US Mail delivery"
},
"GC_Price": "$50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/TEST-AUCTION-DO-NOT-BID-OR-BUY-/251911193705?pt=LH_DefaultDomain_0&hash=item3aa713c469",
"text": "TEST AUCTION - DO NOT BID OR BUY"
},
"GC_Price": "$50.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/eBay-Gift-Card-75-US-Mail-Delivery-/251914351078?pt=LH_DefaultDomain_0&hash=item3aa743f1e6",
"text": "eBay Gift Card $75 - US Mail Delivery"
},
"GC_Price": "$75.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/eBay-Gift-Card-100-US-Mail-delivery-/251914392734?pt=LH_DefaultDomain_0&var=&hash=item3aa744949e",
"text": "eBay Gift Card $100 - US Mail delivery"
},
"GC_Price": "$100.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/eBay-Gift-Card-125-US-Mail-Delivery-/371302753103?pt=LH_DefaultDomain_0&hash=item56735e634f",
"text": "eBay Gift Card $125 - US Mail Delivery"
},
"GC_Price": "$125.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/eBay-Gift-Card-150-US-Mail-Delivery-/261846533961?pt=LH_DefaultDomain_0&hash=item3cf7450749",
"text": "eBay Gift Card $150 - US Mail Delivery"
},
"GC_Price": "$150.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/eBay-Gift-Card-175-US-Mail-Delivery-/371302752371?pt=LH_DefaultDomain_0&hash=item56735e6073",
"text": "eBay Gift Card $175 - US Mail Delivery"
},
"GC_Price": "$175.00"
},
{
"GC_Name": {
"href": "http://www.ebay.com/itm/eBay-Gift-Card-200-US-Mail-Delivery-/251914397126?pt=LH_DefaultDomain_0&hash=item3aa744a5c6",
"text": "eBay Gift Card $200 - US Mail Delivery"
},
"GC_Price": "$200.00"
}
]
}
}
On a side note, as @Haley noted in a Twitter exchange about discounted gift cards from GCM - check this one out from them.
Code:
{
"GC_Name": {
"href": "http://www.ebay.com/itm/STAPLES-TEST-AUCTION-DO-NOT-BID-OR-BUY-/371275069876?pt=LH_DefaultDomain_0&hash=item5671b7f9b4",
"text": "STAPLES TEST AUCTION - DO NOT BID OR BUY"
},
"GC_Price": "$50.00"
},
My money is that in the next 4 to 5 weeks GCM will discount Staples gift cards
 

SomeRandomGuy

Nerd, Poet, Warrior
So here's an update that handles that second number in the range based on the method I'd described for storing that upper range in a float to make it sortable:

Code:
//sort method
function sortByPrice(card_list) {
    return card_list.sort(function(a, b) {
        // take first number in price, strip out everything but initial dollar amount as Float.
        // brittle, will have issues with odd pricing formats, should add checks to guard against errors
        var x = parseFloat(a['GC_Price'].replace('$','').split(/\./)[0]);
        // grab the range if it exists
        x_arr = a['GC_Price'].split(/ to /)
        if( x_arr[1] !== undefined ) {
            // if we have an upper bound, divide it by 500 and add to original number
            // this gets a float with upper range after the decimal point for sorting
            // if the upper range is >= 500, that should be increased.
            x = x + (parseFloat(x_arr[1].replace('$',''))/500);
        }
        var y = parseFloat(b['GC_Price'].replace('$','').split(/\./)[0]);
        y_arr = b['GC_Price'].split(/ to /)
        if( y_arr[1] !== undefined ) {
            y = y + (parseFloat(y_arr[1].replace('$',''))/500);
        }
        return ((x < y) ? -1 : ((x > y) ? 1 : 0));
    });
}
 
Last edited:

SomeRandomGuy

Nerd, Poet, Warrior
Right, the sort returns a sorted array, it doesn't touch the JSON. You could assign the sorted list to the JSON if you wanted, or use your presentation logic to draw the sorted list independently.
 

SomeRandomGuy

Nerd, Poet, Warrior
To maybe make that a little clearer, when you run:
Code:
card_list = sortByPrice(data.results.collection1);
data.results.collection1 is not touched, instead a copy of that array is made, sorted, and assigned to card_list.

You could do:

Code:
data.results.collection1 = sortByPrice(data.results.collection1);
I tested that and it worked for me.
 
Last edited:

SomeRandomGuy

Nerd, Poet, Warrior
With the things we have at this point it shouldn't be too hard to wire up the sort to get the data structured as you'd like. I looked a little at https://saverocity.com/chasingthepoints/ebay-listed-gift-cards/ to see if I could sort out where you're wiring things up, but it's not obvious.

Do you have a link to the JS that's doing your business logic? With that I could probably get you going since this isn't really a hard problem.
 
Top