HashtagSell / posting-api

API for storage and retrieval of posting details for Hashtagsell
0 stars 0 forks source link

Fuzzy searching #40

Open that1guy opened 9 years ago

that1guy commented 9 years ago

Elasticsearch should perform the following magic:

  1. If user searches for "bike" elasicsearch queries for "bike" AND "bicycle".
  2. If user searches for "macbook pro" it doesn't just return items with the word pro in it.
  3. If the user mis-spells their search elasticsearch is smart enough to search for closest matching word, or come back with suggested searches.
brozeph commented 9 years ago

Found some promising info about building a fuzzy search: https://www.elastic.co/guide/en/elasticsearch/guide/master/fuzzy-match-query.html

brozeph commented 9 years ago

@that1guy - implemented fuzzy search for popcat... using multi-field. It doesn't quite work how we'd expect, but worth an evaluation. I can expand this to the posting search if you dig on it - though that will be a tad more tricky.

that1guy commented 9 years ago

Just another example of search results people would laugh at. Searched for washing machine and got back tons of sewing machines and espresso machines. :)

Request

https://staging-posting-api.hashtagsell.com/v1/postings/?start=0&count=35&filters[mandatory][contains][heading]=washing%20machine&filters[optional][exact][categoryCode]=SAPL,SOTH,SBIZ&geo[lookup]=true&geo[min]=0&geo[max]=12890000

Response

{
  "options": {
    "count": "35",
    "filters": {
      "mandatory": {
        "contains": {
          "heading": "washing machine"
        }
      },
      "optional": {
        "exact": {
          "categoryCode": [
            "SAPL",
            "SOTH",
            "SBIZ"
          ]
        }
      }
    },
    "geo": {
      "lookup": "true",
      "min": 0,
      "max": 12890000,
      "ip": "216.38.134.18",
      "coords": [
        -122.417,
        37.779
      ]
    },
    "sort": {},
    "start": "0"
  },
  "results": [
    {
      "username": "qbb5c-4996961799@sale.craigslist.org",
      "heading": "Promac commercial 2 group espresso coffee machine",
      "body": "\n Great condition, no dents, best in the industry.\n ",
      "expiresAt": "2015-05-14T00:37:40.344Z",
      "categoryCode": "SAPL",
      "annotations": {
        "html_data_size": "13579",
        "source_subloc": "sfc",
        "source_subcat": "ppa|app",
        "source_loc": "sfbay",
        "original_posting_date": "1430061150",
        "gzip_data_size": "4278",
        "source_account": "qbb5c-4996961799@sale.craigslist.org",
        "source_state": "California",
        "proxy_ip": "107.170.118.146:22225",
        "source_neighborhood": "ingleside / SFSU / CCSF",
        "source_cat": "sss",
        "source_heading": "Promac commercial 2 group espresso coffee machine",
        "source_continent": "USA"
      },
      "postingId": "23235ead9b8646daa5792c9d5be69efe",
      "language": "EN",
      "images": [
        {
          "full": "http://images.craigslist.org/00E0E_9iwqXbXtBYj_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00V0V_etStzniHuCS_600x450.jpg"
        }
      ],
      "geo": {
        "status": 5,
        "accuracy": 7,
        "coordinates": [
          -122.41942,
          37.77493
        ],
        "distance": 499.984488579887
      },
      "createdAt": "2015-04-30T00:37:40.344Z",
      "askingPrice": {
        "value": "1200",
        "currency": "USD"
      },
      "external": {
        "threeTaps": {
          "timestamp": 1430351975,
          "status": "for_sale",
          "location": {
            "state": "USA-CA",
            "region": "USA-SFO-SAF",
            "metro": "USA-SFO",
            "locality": "USA-SFO-SOO",
            "formatted": "San Francisco, CA, USA",
            "county": "USA-CA-SAF",
            "country": "USA",
            "city": "USA-SFO-SNF"
          },
          "categoryGroup": "SSSS",
          "category": "SAPL",
          "id": 2089440541
        },
        "source": {
          "url": "http://sfbay.craigslist.org/sfc/app/4996961799.html",
          "id": "4996961799",
          "code": "CRAIG"
        }
      }
    },
    {
      "username": "http://sfbay.craigslist.org/sfc/bfs/5002449330.html",
      "heading": "Taiko Single Needle Industrial Sewing Machine",
      "body": "\n Taiko Model TK-505-3-50 Single Needle, Lock Stitch Industrial Sewing Machine for sale (table, motor, stand included). This model is best suited for light to medium weight fabrics. Machine is in good working condition and has been serviced regularly. Please contact Lisa at\nfor more information.\n ",
      "expiresAt": "2015-05-13T22:29:34.103Z",
      "categoryCode": "SBIZ",
      "annotations": {
        "source_map_google": "https://maps.google.com/?q=loc%3A+%32%33+Grant+Ave+%36th+Floor+San+Francisco+CA+US",
        "html_data_size": "13253",
        "source_subloc": "sfc",
        "source_subcat": "bfa|bfs",
        "source_loc": "sfbay",
        "gzip_data_size": "4358",
        "phone": "4159565657",
        "source_state": "California",
        "proxy_ip": "107.170.23.145:22225",
        "source_neighborhood": "financial district",
        "source_cat": "sss",
        "source_heading": "Taiko Single Needle Industrial Sewing Machine",
        "latlong_source": "In Posting",
        "source_continent": "USA",
        "source_map_yahoo": "http://maps.yahoo.com/maps_result?addr=%32%33+Grant+Ave+%36th+Floor&csz=San+Francisco+CA&country=US"
      },
      "postingId": "eb2cb9e8bbc449c189fa0c6daa0c94db",
      "language": "EN",
      "images": [
        {
          "full": "http://images.craigslist.org/00909_fmhZMrQU0e4_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00p0p_1ULSRGeWyRZ_600x450.jpg"
        }
      ],
      "geo": {
        "status": 3,
        "accuracy": 8,
        "coordinates": [
          -122.405055,
          37.787064
        ],
        "distance": 1380.3924505455218
      },
      "createdAt": "2015-04-29T22:29:34.103Z",
      "askingPrice": {
        "value": "475",
        "currency": "USD"
      },
      "external": {
        "threeTaps": {
          "timestamp": 1430345409,
          "status": "for_sale",
          "location": {
            "state": "USA-CA",
            "region": "USA-SFO-SAF",
            "metro": "USA-SFO",
            "locality": "USA-SFO-FIN",
            "county": "USA-CA-SAF",
            "country": "USA",
            "city": "USA-SFO-SNF"
          },
          "categoryGroup": "SSSS",
          "category": "SBIZ",
          "id": 2089064887
        },
        "source": {
          "url": "http://sfbay.craigslist.org/sfc/bfs/5002449330.html",
          "id": "5002449330",
          "code": "CRAIG"
        }
      }
    },
    {
      "username": "http://sfbay.craigslist.org/sfc/bfs/5002434618.html",
      "heading": "Juki Single Needle Industrial Sewing Machine",
      "body": "\n Juki Model DDL-555 High Speed Single Needle, Lock Stitch Industrial Sewing Machine for sale (table, motor, stand included). This model is best suited for light to medium weight fabrics. Machine is in good working condition and has been serviced regularly. Please contact Lisa at\nfor more information.\n ",
      "expiresAt": "2015-05-13T22:29:33.249Z",
      "categoryCode": "SBIZ",
      "annotations": {
        "source_map_google": "https://maps.google.com/?q=loc%3A+%32%33+Grant+Ave+%36th+Floor+San+Francisco+CA+US",
        "html_data_size": "13252",
        "source_subloc": "sfc",
        "source_subcat": "bfa|bfs",
        "source_loc": "sfbay",
        "gzip_data_size": "4366",
        "phone": "4159565657",
        "source_state": "California",
        "proxy_ip": "104.131.11.6:22225",
        "source_neighborhood": "financial district",
        "source_cat": "sss",
        "source_heading": "Juki Single Needle Industrial Sewing Machine",
        "latlong_source": "In Posting",
        "source_continent": "USA",
        "source_map_yahoo": "http://maps.yahoo.com/maps_result?addr=%32%33+Grant+Ave+%36th+Floor&csz=San+Francisco+CA&country=US"
      },
      "postingId": "27727efc0a0f4ecfbf0b1461932f6a8e",
      "language": "EN",
      "images": [
        {
          "full": "http://images.craigslist.org/00E0E_fAdPULXpc2i_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00b0b_233YvrVBiJc_600x450.jpg"
        }
      ],
      "geo": {
        "status": 3,
        "accuracy": 8,
        "coordinates": [
          -122.405033,
          37.787115
        ],
        "distance": 1385.5481918422806
      },
      "createdAt": "2015-04-29T22:29:33.249Z",
      "askingPrice": {
        "value": "475",
        "currency": "USD"
      },
      "external": {
        "threeTaps": {
          "timestamp": 1430344848,
          "status": "for_sale",
          "location": {
            "state": "USA-CA",
            "region": "USA-SFO-SAF",
            "metro": "USA-SFO",
            "locality": "USA-SFO-FIN",
            "county": "USA-CA-SAF",
            "country": "USA",
            "city": "USA-SFO-SNF"
          },
          "categoryGroup": "SSSS",
          "category": "SBIZ",
          "id": 2089064851
        },
        "source": {
          "url": "http://sfbay.craigslist.org/sfc/bfs/5002434618.html",
          "id": "5002434618",
          "code": "CRAIG"
        }
      }
    },
    {
      "username": "http://www.ebay.com/itm/First-Data-Linkpoint-3000-machine-and-Printpoint-3000-printer-/301612520600?pt=LH_DefaultDomain_0",
      "heading": "First Data Linkpoint 3000 machine and Printpoint 3000 printer",
      "body": "First Data Linkpoint 3000 machine and Printpoint 3000 printer",
      "expiresAt": "2015-05-14T11:32:39.265Z",
      "categoryCode": "SBIZ",
      "annotations": {
        "zipcode": "94108",
        "description": "The LinkPoint 3000 offers easy-to-use functionality at a great value. Get the LinkPoint 3000 at Merchant Warehouse now at the Guaranteed Lowest Price. The LinkPoint 3000 delivers high-speed performance, reliable and easy-to-use payment solution for merchants. The LinkPoint 3000 meets complex processing demands, with quick transaction times, enhanced functionality and heightened security, Manual download online available  Includes:  Cable from terminal to printer, AC adapter plug, Credit card swipe machine ( Linkpoint 3000) and printer (Printpoint 3000)",
        "address": "San Francisco,CA,USA",
        "listingtype": "AuctionWithBIN",
        "price": "30.0"
      },
      "postingId": "c5080bbf2a834b8fac719fd709752ef4",
      "language": "en",
      "images": [
        {
          "thumb": "http://thumbs1.ebaystatic.com/m/mSSQYxe5Meuwfhvl35t5OcA/140.jpg",
          "full": "http://i.ebayimg.com/00/s/NzIwWDEyODA=/z/8pAAAOSwBLlVP-QE/$_57.JPG"
        }
      ],
      "geo": {
        "status": 3,
        "accuracy": 8,
        "coordinates": [
          -122.408733,
          37.790944
        ],
        "distance": 1513.6285394910988
      },
      "createdAt": "2015-04-30T11:32:39.265Z",
      "askingPrice": {
        "value": "30",
        "currency": "USD"
      },
      "external": {
        "threeTaps": {
          "timestamp": 1430393521,
          "status": "for_sale",
          "location": {
            "state": "USA-CA",
            "region": "USA-SFO-SAF",
            "metro": "USA-SFO",
            "locality": "USA-SFO-CHS",
            "formatted": "94108,San Francisco,CA,USA",
            "county": "USA-CA-SAF",
            "country": "USA",
            "city": "USA-SFO-SNF"
          },
          "categoryGroup": "SSSS",
          "category": "SBIZ",
          "id": 2090623195
        },
        "source": {
          "url": "http://www.ebay.com/itm/First-Data-Linkpoint-3000-machine-and-Printpoint-3000-printer-/301612520600?pt=LH_DefaultDomain_0",
          "id": "301612520600",
          "code": "E_BAY"
        }
      }
    },
    {
      "username": "jmkhq-4994250093@sale.craigslist.org",
      "heading": "2 group espresso machine",
      "body": "\n Iberital 2 group Espresso Machine. Only owners. Portafilters included. Easy maintenance.\n ",
      "expiresAt": "2015-05-13T20:42:58.988Z",
      "categoryCode": "SAPL",
      "annotations": {
        "source_subcat": "ppa|app",
        "original_posting_date": "1429897105",
        "gzip_data_size": "4603",
        "source_account": "jmkhq-4994250093@sale.craigslist.org",
        "source_heading": "2 group espresso machine",
        "proxy_ip": "107.170.156.183:22225",
        "latlong_source": "In Posting",
        "source_map_yahoo": "http://maps.yahoo.com/maps_result?addr=%31%32%39%39+Pacific+Avenue&csz=San+Francisco+CA&country=US",
        "source_map_google": "https://maps.google.com/?q=loc%3A+%31%32%39%39+Pacific+Avenue+San+Francisco+CA+US",
        "html_data_size": "14430",
        "source_subloc": "sfc",
        "source_loc": "sfbay",
        "source_state": "California",
        "source_neighborhood": "russian hill",
        "source_cat": "sss",
        "source_continent": "USA"
      },
      "postingId": "acc7e10b6ea9450880ce85be532cb715",
      "language": "EN",
      "images": [
        {
          "full": "http://images.craigslist.org/00a0a_6oS5FCzZ0WL_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/01616_8uwfEriAGbi_600x450.jpg"
        }
      ],
      "geo": {
        "status": 3,
        "accuracy": 8,
        "coordinates": [
          -122.416653,
          37.79567
        ],
        "distance": 1853.6243385736236
      },
      "createdAt": "2015-04-29T20:42:58.988Z",
      "askingPrice": {
        "value": "850",
        "currency": "USD"
      },
      "external": {
        "threeTaps": {
          "timestamp": 1430338281,
          "status": "for_sale",
          "location": {
            "state": "USA-CA",
            "region": "USA-SFO-SAF",
            "metro": "USA-SFO",
            "locality": "USA-SFO-NOB",
            "county": "USA-CA-SAF",
            "country": "USA",
            "city": "USA-SFO-SNF"
          },
          "categoryGroup": "SSSS",
          "category": "SAPL",
          "id": 2088688595
        },
        "source": {
          "url": "http://sfbay.craigslist.org/sfc/app/4994250093.html",
          "id": "4994250093",
          "code": "CRAIG"
        }
      }
    },
    {
      "username": "wkg5d-4996015930@sale.craigslist.org",
      "heading": "FOREO Luna Skin Machine",
      "body": "\n Brand New in box. FOREO Luna in pink.\nFor deeper, cleaner, fresher, more radiant skin! T-Sonic Pulsations and soft silicone touch points, remove dead skin cells, cleanse pores of dirt, oil and makeup residue. Skin looks and feels firmer for a more youthful appearance. Improves absorption of your favorite skincare products. Retail price in stores $199\n ",
      "expiresAt": "2015-05-14T07:30:30.391Z",
      "categoryCode": "SOTH",
      "annotations": {
        "html_data_size": "14240",
        "source_subloc": "sfc",
        "source_subcat": "foa|for",
        "source_loc": "sfbay",
        "original_posting_date": "1429990695",
        "gzip_data_size": "615",
        "source_account": "wkg5d-4996015930@sale.craigslist.org",
        "source_state": "California",
        "proxy_ip": "124.122.148.100:8888",
        "source_neighborhood": "potrero hill",
        "source_cat": "sss",
        "source_heading": "FOREO Luna Skin Machine",
        "source_continent": "USA"
      },
      "postingId": "d2f115a953d94c09b45b212b2c3d2681",
      "language": "EN",
      "images": [
        {
          "full": "http://images.craigslist.org/01313_5GqxPp7DEFg_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00q0q_hCdIJOeIB2c_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00y0y_jcUBO4TwdGO_600x450.jpg"
        }
      ],
      "geo": {
        "status": 3,
        "accuracy": 8,
        "coordinates": [
          -122.40087,
          37.76049
        ],
        "distance": 2498.941842973921
      },
      "createdAt": "2015-04-30T07:30:30.391Z",
      "askingPrice": {
        "value": "90",
        "currency": "USD"
      },
      "external": {
        "threeTaps": {
          "timestamp": 1430377037,
          "status": "for_sale",
          "location": {
            "state": "USA-CA",
            "region": "USA-SFO-SAF",
            "metro": "USA-SFO",
            "locality": "USA-SFO-POT",
            "formatted": "Potrero Hill, San Francisco, CA, USA",
            "county": "USA-CA-SAF",
            "country": "USA",
            "city": "USA-SFO-SNF"
          },
          "categoryGroup": "SSSS",
          "category": "SOTH",
          "id": 2090328494
        },
        "source": {
          "url": "http://sfbay.craigslist.org/sfc/for/4996015930.html",
          "id": "4996015930",
          "code": "CRAIG"
        }
      }
    },
    {
      "username": "jxsvp-5029994461@sale.craigslist.org",
      "heading": "SEWING MACHINE for vinyl and leather",
      "body": "\n If the posting is up, I still have it.\nModern Home sewing machine in very good working condition\ngood for light to heavy fabric, leather as well\n ",
      "expiresAt": "2015-05-31T23:17:46.151Z",
      "categoryCode": "SOTH",
      "annotations": {
        "source_subloc": "sfc",
        "html_data_size": "14515",
        "source_subcat": "foa|for",
        "source_loc": "sfbay",
        "gzip_data_size": "4408",
        "source_account": "jxsvp-5029994461@sale.craigslist.org",
        "source_state": "California",
        "proxy_ip": "104.131.177.244:22225",
        "source_neighborhood": "haight ashbury",
        "source_cat": "sss",
        "source_heading": "SEWING MACHINE for vinyl and leather",
        "source_continent": "USA"
      },
      "postingId": "53fd846607cb418b85c4b69754f7ed1c",
      "language": "EN",
      "images": [
        {
          "full": "http://images.craigslist.org/01010_e9kM9J2E29k_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00d0d_lAOltoaTj2Y_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/01010_7bHJCPJV0AQ_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00x0x_25M3ZGg25AN_600x450.jpg"
        }
      ],
      "geo": {
        "status": 3,
        "accuracy": 8,
        "coordinates": [
          -122.44814,
          37.76922
        ],
        "distance": 2944.7005649197704
      },
      "createdAt": "2015-05-17T23:17:46.151Z",
      "askingPrice": {
        "value": "85",
        "currency": "USD"
      },
      "external": {
        "threeTaps": {
          "timestamp": 1431903736,
          "status": "for_sale",
          "location": {
            "state": "USA-CA",
            "region": "USA-SFO-SAF",
            "metro": "USA-SFO",
            "locality": "USA-SFO-HAI",
            "formatted": "Haight-Ashbury, San Francisco, CA 94117, USA",
            "county": "USA-CA-SAF",
            "country": "USA",
            "city": "USA-SFO-SNF"
          },
          "categoryGroup": "SSSS",
          "category": "SOTH",
          "id": 2156110771
        },
        "source": {
          "url": "http://sfbay.craigslist.org/sfc/for/5029994461.html",
          "id": "5029994461",
          "code": "CRAIG"
        }
      }
    },
    {
      "username": "5dw69-5007708120@sale.craigslist.org",
      "heading": "Washing Machine Stand",
      "body": "\n Washing machine stands made by local carpenter. Can be made to accommodate any washing machine or dryer. No more back-bending! Price starts at $90 for a single stand.\nFor more products, please visit:\nhttp://www.hoffswoodworks.com\nhttps://www.facebook.com/hoffswoodworks\n ",
      "expiresAt": "2015-05-31T23:50:09.536Z",
      "categoryCode": "SAPL",
      "annotations": {
        "source_subcat": "ppa|app",
        "original_posting_date": "1430668034",
        "gzip_data_size": "4456",
        "source_account": "5dw69-5007708120@sale.craigslist.org",
        "source_heading": "Washing Machine Stand",
        "proxy_ip": "104.236.233.165:22225",
        "latlong_source": "In Posting",
        "source_map_yahoo": "http://maps.yahoo.com/#mvt=m&lat=37.750900&lon=-122.415300&zoom=16",
        "source_map_google": "https://maps.google.com/maps/preview/@37.750900,-122.415300,16z",
        "html_data_size": "13753",
        "source_subloc": "sfc",
        "source_loc": "sfbay",
        "source_state": "California",
        "source_neighborhood": "alamo square / nopa",
        "source_cat": "sss",
        "source_continent": "USA"
      },
      "postingId": "10524a2c7305465eb61aafcc793d8a31",
      "language": "EN",
      "images": [
        {
          "full": "http://images.craigslist.org/01515_anTsyAecpxh_600x450.jpg"
        }
      ],
      "geo": {
        "status": 3,
        "accuracy": 8,
        "coordinates": [
          -122.4153,
          37.7509
        ],
        "distance": 3127.733909886097
      },
      "createdAt": "2015-05-17T23:50:09.536Z",
      "askingPrice": {
        "value": "90",
        "currency": "USD"
      },
      "external": {
        "threeTaps": {
          "timestamp": 1431905665,
          "status": "for_sale",
          "location": {
            "state": "USA-CA",
            "region": "USA-SFO-SAF",
            "metro": "USA-SFO",
            "locality": "USA-SFO-MSF",
            "county": "USA-CA-SAF",
            "country": "USA",
            "city": "USA-SFO-SNF"
          },
          "categoryGroup": "SSSS",
          "category": "SAPL",
          "id": 2156210848
        },
        "source": {
          "url": "http://sfbay.craigslist.org/sfc/app/5007708120.html",
          "id": "5007708120",
          "code": "CRAIG"
        }
      }
    },
    {
      "username": "dk96r-5002853680@sale.craigslist.org",
      "heading": "Keurig Coffee maker - B60 Brewing Machine",
      "body": "\n Description:\nExcellent Condition. Used gently. In perfect working condition.\nFeatures:\n3 easy steps to choose, brew and enjoy your favorite flavor of Keurig coffee\n• Large 60 oz removable water reservoir\n• 3 serving size options: 6 oz, 8 oz and 10 oz\n• Patented K-Cup \"Mini-brewers\" contains the precise grind of coffee or tea\n• LCD message center\n• Keurig brewer includes 24-hour digital clock\n• Programmable features include auto on/off and brew temp control\n• Quiet Brew technology\n• Always ready and brews in under 1 minute\n• Removable drip tray is dishwasher safe\nPickup. Cash Only.\n ",
      "expiresAt": "2015-05-14T04:07:09.402Z",
      "categoryCode": "SAPL",
      "annotations": {
        "html_data_size": "13565",
        "source_subloc": "sfc",
        "source_subcat": "ppa|app",
        "source_loc": "sfbay",
        "gzip_data_size": "4464",
        "source_account": "dk96r-5002853680@sale.craigslist.org",
        "phone": "5002853680",
        "source_state": "California",
        "proxy_ip": "192.241.138.127:22225",
        "source_neighborhood": "inner richmond",
        "source_cat": "sss",
        "source_heading": "Keurig Coffee maker - B60 Brewing Machine",
        "source_continent": "USA"
      },
      "postingId": "b99b83f0451745afa5b314e34d5769c7",
      "language": "EN",
      "images": [
        {
          "full": "http://images.craigslist.org/00G0G_7Kc2Tft1aY9_600x450.jpg"
        }
      ],
      "geo": {
        "status": 3,
        "accuracy": 8,
        "coordinates": [
          -122.46475,
          37.77987
        ],
        "distance": 4197.09952596085
      },
      "createdAt": "2015-04-30T04:07:09.402Z",
      "askingPrice": {
        "value": "50",
        "currency": "USD"
      },
      "external": {
        "threeTaps": {
          "timestamp": 1430365909,
          "status": "for_sale",
          "location": {
            "state": "USA-CA",
            "region": "USA-SFO-SAF",
            "metro": "USA-SFO",
            "locality": "USA-SFO-INR",
            "formatted": "Inner Richmond, San Francisco, CA, USA",
            "county": "USA-CA-SAF",
            "country": "USA",
            "city": "USA-SFO-SNF"
          },
          "categoryGroup": "SSSS",
          "category": "SAPL",
          "id": 2089988196
        },
        "source": {
          "url": "http://sfbay.craigslist.org/sfc/app/5002853680.html",
          "id": "5002853680",
          "code": "CRAIG"
        }
      }
    },
    {
      "username": "q9xnh-5002588933@sale.craigslist.org",
      "heading": "GREAT Sewing machine",
      "body": "\n Singer - 290C very Good Working Sewing Machine\nI`ll show how to operate it\n ",
      "expiresAt": "2015-05-14T00:01:10.167Z",
      "categoryCode": "SOTH",
      "annotations": {
        "html_data_size": "13616",
        "source_subloc": "sfc",
        "source_subcat": "foa|for",
        "source_loc": "sfbay",
        "gzip_data_size": "3640",
        "source_account": "q9xnh-5002588933@sale.craigslist.org",
        "phone": "5002588933",
        "source_state": "California",
        "proxy_ip": "107.170.97.90:22225",
        "source_neighborhood": "inner sunset / UCSF",
        "source_cat": "sss",
        "source_heading": "GREAT Sewing machine",
        "source_continent": "USA"
      },
      "postingId": "3fed369febce4261b79476ca482fd88b",
      "language": "EN",
      "images": [
        {
          "full": "http://images.craigslist.org/00o0o_8mLcKnTz3XR_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00T0T_ivvN7pK0SUN_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00Q0Q_aw9ah35lAoG_600x450.jpg"
        }
      ],
      "geo": {
        "status": 3,
        "accuracy": 8,
        "coordinates": [
          -122.4618,
          37.76228
        ],
        "distance": 4354.006073783634
      },
      "createdAt": "2015-04-30T00:01:10.167Z",
      "askingPrice": {
        "value": "60",
        "currency": "USD"
      },
      "external": {
        "threeTaps": {
          "timestamp": 1430351323,
          "status": "for_sale",
          "location": {
            "state": "USA-CA",
            "region": "USA-SFO-SAF",
            "metro": "USA-SFO",
            "locality": "USA-SFO-INS",
            "formatted": "University of California San Francisco Medical Center, 505 Parnassus Avenue, San Francisco, CA 94122, USA",
            "county": "USA-CA-SAF",
            "country": "USA",
            "city": "USA-SFO-SNF"
          },
          "categoryGroup": "SSSS",
          "category": "SOTH",
          "id": 2089342113
        },
        "source": {
          "url": "http://sfbay.craigslist.org/sfc/for/5002588933.html",
          "id": "5002588933",
          "code": "CRAIG"
        }
      }
    },
    {
      "username": "dqmbv-4999041627@sale.craigslist.org",
      "heading": "BROTHER  INDUSTRIAL   sewing machine",
      "body": "\n Brother straight stitch and sewing machine in perfect working condition\ntable, motor, lamp, stands, included\n ",
      "expiresAt": "2015-05-14T02:49:13.532Z",
      "categoryCode": "SOTH",
      "annotations": {
        "html_data_size": "13987",
        "source_subloc": "sfc",
        "source_subcat": "foa|for",
        "source_loc": "sfbay",
        "original_posting_date": "1430166318",
        "gzip_data_size": "4314",
        "source_account": "dqmbv-4999041627@sale.craigslist.org",
        "source_state": "California",
        "proxy_ip": "104.236.40.63:22225",
        "source_neighborhood": "inner sunset / UCSF",
        "source_cat": "sss",
        "source_heading": "BROTHER  INDUSTRIAL   sewing machine",
        "source_continent": "USA"
      },
      "postingId": "645c0260da624d1e885ff2f08be62472",
      "language": "EN",
      "images": [
        {
          "full": "http://images.craigslist.org/01212_6lf1sYnzIQb_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00y0y_eZjLAmzqZN0_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/01414_3rlfvGMkRSn_600x450.jpg"
        }
      ],
      "geo": {
        "status": 3,
        "accuracy": 8,
        "coordinates": [
          -122.4618,
          37.76228
        ],
        "distance": 4354.006073783634
      },
      "createdAt": "2015-04-30T02:49:13.532Z",
      "askingPrice": {
        "value": "360",
        "currency": "USD"
      },
      "external": {
        "threeTaps": {
          "timestamp": 1430359511,
          "status": "for_sale",
          "location": {
            "state": "USA-CA",
            "region": "USA-SFO-SAF",
            "metro": "USA-SFO",
            "locality": "USA-SFO-INS",
            "formatted": "University of California San Francisco Medical Center, 505 Parnassus Avenue, San Francisco, CA 94122, USA",
            "county": "USA-CA-SAF",
            "country": "USA",
            "city": "USA-SFO-SNF"
          },
          "categoryGroup": "SSSS",
          "category": "SOTH",
          "id": 2089807317
        },
        "source": {
          "url": "http://sfbay.craigslist.org/sfc/for/4999041627.html",
          "id": "4999041627",
          "code": "CRAIG"
        }
      }
    },
    {
      "username": "bxmhv-4979833598@sale.craigslist.org",
      "heading": "INDUSTRIAL Sewing machine",
      "body": "\n If ad is still up item is still available\nConsew single needle sewing machine in Great condition (table, motor, lamp, stands, included). 110V\nAlso the original instructional manual included\nI can make a delivery for gas fee (SF)\nLeave your phone number if you are interested\n ",
      "expiresAt": "2015-05-13T20:43:47.554Z",
      "categoryCode": "SOTH",
      "annotations": {
        "html_data_size": "15216",
        "source_subloc": "sfc",
        "source_subcat": "foa|for",
        "source_loc": "sfbay",
        "original_posting_date": "1429107013",
        "gzip_data_size": "4569",
        "source_account": "bxmhv-4979833598@sale.craigslist.org",
        "source_state": "California",
        "proxy_ip": "104.131.196.23:22225",
        "source_neighborhood": "inner sunset / UCSF",
        "source_cat": "sss",
        "source_heading": "INDUSTRIAL Sewing machine",
        "source_continent": "USA"
      },
      "postingId": "e30c92ecf31d4354b0ff19ec540ae57b",
      "language": "EN",
      "images": [
        {
          "full": "http://images.craigslist.org/01212_h361l552HUm_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00q0q_2uXW0ZhZvz0_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00202_i80zfC2xYAH_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/01010_3pG6Z6FqHin_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00X0X_gBIVa9lBvHi_600x450.jpg"
        }
      ],
      "geo": {
        "status": 3,
        "accuracy": 8,
        "coordinates": [
          -122.4618,
          37.76228
        ],
        "distance": 4354.006073783634
      },
      "createdAt": "2015-04-29T20:43:47.554Z",
      "askingPrice": {
        "value": "430",
        "currency": "USD"
      },
      "external": {
        "threeTaps": {
          "timestamp": 1430338407,
          "status": "for_sale",
          "location": {
            "state": "USA-CA",
            "region": "USA-SFO-SAF",
            "metro": "USA-SFO",
            "locality": "USA-SFO-INS",
            "formatted": "University of California San Francisco Medical Center, 505 Parnassus Avenue, San Francisco, CA 94122, USA",
            "county": "USA-CA-SAF",
            "country": "USA",
            "city": "USA-SFO-SNF"
          },
          "categoryGroup": "SSSS",
          "category": "SOTH",
          "id": 2088693489
        },
        "source": {
          "url": "http://sfbay.craigslist.org/sfc/for/4979833598.html",
          "id": "4979833598",
          "code": "CRAIG"
        }
      }
    },
    {
      "username": "kc7t9-5070094855@sale.craigslist.org",
      "heading": "Schaerer Verismo Superautomatic Espresso Machine",
      "body": "\n Features:\nSuper automatic espresso machine. This is the Starbucks version of the Schaerer Ambiente Power steam. Two integrated grinders, dual boilers, 5400 Watt steam boiler, steamer with automatic temperature shut off (milk temperature control), 208V, 30Amp. For more info, please visit:\nhttp://schaererusa.com/equipment_detail.php?SmallID=0001.0001.0000.0000\nCondition:\nCompletely rebuilt from frame up at factory authorized service center. New solenoids, main grinder, and brew unit. No hard water residue. Software upgraded to newest version.\nWarranty:\nSix months parts and labor (on site), greater Bay Area.\nIncludes:\nInstallation\nTraining\nAbout us:\nCaftec is the factory authorized service center for Schaerer equipment in Northern California, with over 20 years of experience. All our service technicians are trained and certified by Schaerer USA.\nProud member of the Better Business Bureau. Check us out at BBB.org\nCaftec, Inc.\nSan Francisco\n ",
      "expiresAt": "2015-06-26T02:19:42.832Z",
      "categoryCode": "SBIZ",
      "annotations": {
        "size_dimensions": "22x17x30",
        "condition": "excellent",
        "source_subcat": "bfa|bfs",
        "original_posting_date": "1434070164",
        "gzip_data_size": "5864",
        "source_account": "kc7t9-5070094855@sale.craigslist.org",
        "phone": "4158244200",
        "proxy_ip": "192.81.219.118:22225",
        "source_heading": "Schaerer Verismo Superautomatic Espresso Machine",
        "latlong_source": "In Posting",
        "source_map_yahoo": "http://maps.yahoo.com/#mvt=m&lat=37.746015&lon=-122.388210&zoom=16",
        "source_map_google": "https://maps.google.com/maps/preview/@37.746015,-122.388210,16z",
        "html_data_size": "17812",
        "source_subloc": "sfc",
        "source_loc": "sfbay",
        "source_state": "California",
        "source_neighborhood": "SOMA / south beach",
        "source_cat": "sss",
        "source_continent": "USA"
      },
      "postingId": "c5baf36958ee44c1b3ab2e489e884851",
      "language": "EN",
      "images": [
        {
          "full": "http://images.craigslist.org/01515_fVdxnXGWw1z_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00D0D_5pbl7LnxAYx_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00303_bjfNveoVXg0_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00y0y_hkHtDuHqPjH_600x450.jpg"
        }
      ],
      "geo": {
        "status": 3,
        "accuracy": 8,
        "coordinates": [
          -122.38821,
          37.746015
        ],
        "distance": 4455.582990318474
      },
      "createdAt": "2015-06-12T02:19:42.832Z",
      "askingPrice": {
        "value": "7500",
        "currency": "USD"
      },
      "external": {
        "threeTaps": {
          "timestamp": 1434070165,
          "status": "for_sale",
          "location": {
            "state": "USA-CA",
            "region": "USA-SFO-SAF",
            "metro": "USA-SFO",
            "locality": "USA-SFO-BAV",
            "county": "USA-CA-SAF",
            "country": "USA",
            "city": "USA-SFO-SNF"
          },
          "categoryGroup": "SSSS",
          "category": "SBIZ",
          "id": 2249575324
        },
        "source": {
          "url": "http://sfbay.craigslist.org/sfc/bfs/5070094855.html",
          "id": "5070094855",
          "code": "CRAIG"
        }
      }
    },
    {
      "username": "5kgcr-5032578529@sale.craigslist.org",
      "heading": "BREVILLE CAFE ROMA EXPRESSO / CAPPUCINO MACHINE",
      "body": "\n BREVILLE Cafe Roma Espresso Cappucino Machine with milk frother Model ESP8XL. All heavy duty stainless steel.. Measures 9 inches wide, 9 inches deep, and 12 inches high. Includes 2 stainless steel expresso size cups and saucers, small milk steaming pitcher and 3 stainless steel filters. Instruction book included. Excellent condition. If interested reply to ad. Call or text Robert @\n Located in San Francisco\n ",
      "expiresAt": "2015-06-02T16:28:17.324Z",
      "categoryCode": "SAPL",
      "annotations": {
        "html_data_size": "15657",
        "source_subloc": "sfc",
        "source_subcat": "ppa|app",
        "source_loc": "sfbay",
        "gzip_data_size": "4974",
        "source_account": "5kgcr-5032578529@sale.craigslist.org",
        "phone": "4153856097",
        "source_state": "California",
        "proxy_ip": "192.241.213.10:22225",
        "source_neighborhood": "glen park",
        "source_cat": "sss",
        "source_heading": "BREVILLE CAFE ROMA EXPRESSO / CAPPUCINO MACHINE",
        "source_continent": "USA"
      },
      "postingId": "6b1db857ac914c4ba490b1eef0b02e9d",
      "language": "EN",
      "images": [
        {
          "full": "http://images.craigslist.org/00101_3IhXiBZhrEO_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/01717_gOV2LWXnd4Y_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/01111_cvrFIIdEyxg_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00n0n_hfm7EsXC7ZU_600x450.jpg"
        }
      ],
      "geo": {
        "status": 3,
        "accuracy": 8,
        "coordinates": [
          -122.4321,
          37.73777
        ],
        "distance": 4772.246656934176
      },
      "createdAt": "2015-05-19T16:28:17.324Z",
      "askingPrice": {
        "value": "125",
        "currency": "USD"
      },
      "external": {
        "threeTaps": {
          "timestamp": 1432051602,
          "status": "for_sale",
          "location": {
            "state": "USA-CA",
            "region": "USA-SFO-SAF",
            "metro": "USA-SFO",
            "locality": "USA-SFO-GLP",
            "formatted": "Glen Park, San Francisco, CA, USA",
            "county": "USA-CA-SAF",
            "country": "USA",
            "city": "USA-SFO-SNF"
          },
          "categoryGroup": "SSSS",
          "category": "SAPL",
          "id": 2162348140
        },
        "source": {
          "url": "http://sfbay.craigslist.org/sfc/app/5032578529.html",
          "id": "5032578529",
          "code": "CRAIG"
        }
      }
    },
    {
      "username": "xvmjq-5002817211@sale.craigslist.org",
      "heading": "singer sewing machine circa 1930 works",
      "body": "\n singer sewing machine in cabinet. works and looks good. has reputation for working on thick items.\n ",
      "expiresAt": "2015-05-14T03:32:03.534Z",
      "categoryCode": "SOTH",
      "annotations": {
        "year": "1930",
        "html_data_size": "13561",
        "source_subloc": "sfc",
        "source_subcat": "foa|for",
        "source_loc": "sfbay",
        "gzip_data_size": "0",
        "source_account": "xvmjq-5002817211@sale.craigslist.org",
        "phone": "4157101047",
        "source_state": "California",
        "proxy_ip": "113.94.76.24:18186",
        "source_neighborhood": "richmond / seacliff",
        "source_cat": "sss",
        "source_heading": "singer sewing machine circa 1930 works",
        "source_continent": "USA"
      },
      "postingId": "102d780943f640fba6ca83924023dd1e",
      "language": "EN",
      "images": [
        {
          "full": "http://images.craigslist.org/00A0A_747Y127QODK_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00808_7JIOBzBksez_600x450.jpg"
        }
      ],
      "geo": {
        "status": 3,
        "accuracy": 8,
        "coordinates": [
          -122.4907,
          37.78594
        ],
        "distance": 6521.85345244827
      },
      "createdAt": "2015-04-30T03:32:03.534Z",
      "askingPrice": {
        "value": "150",
        "currency": "USD"
      },
      "external": {
        "threeTaps": {
          "timestamp": 1430363299,
          "status": "for_sale",
          "location": {
            "state": "USA-CA",
            "region": "USA-SFO-SAF",
            "metro": "USA-SFO",
            "locality": "USA-SFO-SEA",
            "formatted": "Sea Cliff, San Francisco, CA, USA",
            "county": "USA-CA-SAF",
            "country": "USA",
            "city": "USA-SFO-SNF"
          },
          "categoryGroup": "SSSS",
          "category": "SOTH",
          "id": 2089917162
        },
        "source": {
          "url": "http://sfbay.craigslist.org/sfc/for/5002817211.html",
          "id": "5002817211",
          "code": "CRAIG"
        }
      }
    },
    {
      "username": "kjbgc-5029987331@sale.craigslist.org",
      "heading": "Electric Lawn machine.....6",
      "body": "\n I cleaning the toolshed and I found\nthis nice machine\n Call me if you want it make me and offer\n Call cres ....\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\n ",
      "expiresAt": "2015-05-31T23:32:23.288Z",
      "categoryCode": "SOTH",
      "annotations": {
        "html_data_size": "14878",
        "source_subloc": "sby",
        "source_subcat": "foa|for",
        "source_loc": "sfbay",
        "gzip_data_size": "4540",
        "source_account": "kjbgc-5029987331@sale.craigslist.org",
        "phone": "4082092014",
        "source_state": "California",
        "proxy_ip": "192.241.138.37:22225",
        "source_neighborhood": "gilroy",
        "source_cat": "sss",
        "source_heading": "Electric Lawn machine.....6",
        "source_continent": "USA"
      },
      "postingId": "56c0826ddc464da6bb3ce5deac403026",
      "language": "EN",
      "images": [
        {
          "full": "http://images.craigslist.org/00O0O_fItpvq0pdw3_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/01414_dRFeAIrceFr_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00z0z_9zxc99QPOrl_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/01515_f7f5WgvOrvM_600x450.jpg"
        }
      ],
      "geo": {
        "status": 3,
        "accuracy": 8,
        "coordinates": [
          -122.38882,
          37.71627
        ],
        "distance": 7401.293528776336
      },
      "createdAt": "2015-05-17T23:32:23.288Z",
      "askingPrice": {
        "currency": "USD"
      },
      "external": {
        "threeTaps": {
          "timestamp": 1431903409,
          "status": "for_sale",
          "location": {
            "state": "USA-CA",
            "region": "USA-SFO-SAF",
            "metro": "USA-SFO",
            "locality": "USA-SFO-BAV",
            "formatted": "Gilroy Street, San Francisco, CA 94124, USA",
            "county": "USA-CA-SAF",
            "country": "USA",
            "city": "USA-SFO-SNF"
          },
          "categoryGroup": "SSSS",
          "category": "SOTH",
          "id": 2156130821
        },
        "source": {
          "url": "http://sfbay.craigslist.org/sby/for/5029987331.html",
          "id": "5029987331",
          "code": "CRAIG"
        }
      }
    },
    {
      "username": "vjdg7-4981990681@sale.craigslist.org",
      "heading": "GE 29869GE2-A 4 Mailbox Digital Answering Machine Messaging System",
      "body": "\n I have 2 of these for sale used for $60 each. Used for a short time in my offices. Each include Instruction manuels & power cord. Selling new for $320 on Amazon.\nIdeal for small offices or busy roommates, the GE 29869GE2 is a completely digital answering system containing four mailboxes. The call-screening speaker allows you to answer only the calls you want to; you can even set the precise number of rings before the machine picks up. With 40 minutes of memory, you won`t worry about running out of space, and you can easily set a time limit for individual messages. Each incoming message automatically receives a time-date stamp, and simple controls offer the options of listening to only the new messages or listening to every message, along with deleting, saving, or skipping. Remote access allows you to check in while at work or on vacation, and with the addition of a 9-volt battery, the machine is able to save messages even through a power outage.\nProduct Description:\nGE Digital Telephone Answerer with 4 Message Mailboxes and 2 Digital Outgoing Announcements, 40 Minute Recording Time, Touch Tone Remote and Message Retrival System.\nPlease call with questions or if interested in purchasing,\nKimberly\n707-641-three, zero, eight, five\n ",
      "expiresAt": "2015-05-13T20:07:17.749Z",
      "categoryCode": "SBIZ",
      "annotations": {
        "html_data_size": "15768",
        "source_subloc": "nby",
        "source_subcat": "bfa|bfs",
        "source_loc": "sfbay",
        "original_posting_date": "1429212702",
        "gzip_data_size": "5039",
        "source_account": "vjdg7-4981990681@sale.craigslist.org",
        "phone": "7076413085",
        "source_state": "California",
        "proxy_ip": "162.243.166.172:22225",
        "source_neighborhood": "napa county",
        "source_cat": "sss",
        "source_heading": "GE 29869GE2-A 4 Mailbox Digital Answering Machine Messaging System",
        "source_continent": "USA"
      },
      "postingId": "67c055a1504848be9915d3644cfa29ee",
      "language": "EN",
      "images": [
        {
          "full": "http://images.craigslist.org/00Z0Z_bW9QOLYrxRQ_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00N0N_aOVc6tX4Bus_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/01717_6mfmFjvFU99_600x450.jpg"
        }
      ],
      "geo": {
        "status": 3,
        "accuracy": 8,
        "coordinates": [
          -122.50287,
          37.7759
        ],
        "distance": 7553.812122428933
      },
      "createdAt": "2015-04-29T20:07:17.749Z",
      "askingPrice": {
        "value": "60",
        "currency": "USD"
      },
      "external": {
        "threeTaps": {
          "timestamp": 1430336721,
          "status": "for_sale",
          "location": {
            "state": "USA-CA",
            "region": "USA-SFO-SAF",
            "metro": "USA-SFO",
            "locality": "USA-SFO-OUR",
            "formatted": "Green Dream Tours to Napa & Sonoma Wine Country, 677 42nd Avenue, San Francisco, CA 94121, USA",
            "county": "USA-CA-SAF",
            "country": "USA",
            "city": "USA-SFO-SNF"
          },
          "categoryGroup": "SSSS",
          "category": "SBIZ",
          "id": 2088553307
        },
        "source": {
          "url": "http://sfbay.craigslist.org/nby/bfs/4981990681.html",
          "id": "4981990681",
          "code": "CRAIG"
        }
      }
    },
    {
      "username": "sbztg-5013967013@sale.craigslist.org",
      "heading": "Popcorn Machine",
      "body": "\n great condition. orig price 600.00.\nSmall Popcorn Poppers\n#2656\nUltra 60 Special\nThe essential popping champion, this deluxe 6-oz. popper is tailor-made to warm up fast and keep your corn fresh behind its tempered glass. Featuring high quality essentials like the E-Z Kleen kettle, PowerOff Control and twin-arm kettle suspension.\nE-Z Kleen Stainless Steel KettleTempered GlassHeated Corn DeckPowerOff ControlTwin-arm suspensionThicker doors to resist breakage18\"W x 16\"D x 31\"H72 lbs\n?\n ",
      "expiresAt": "2015-06-03T07:05:28.668Z",
      "categoryCode": "SAPL",
      "annotations": {
        "html_data_size": "14336",
        "source_subloc": "nby",
        "source_subcat": "ppa|app",
        "source_loc": "sfbay",
        "original_posting_date": "1431010027",
        "gzip_data_size": "3897",
        "source_account": "sbztg-5013967013@sale.craigslist.org",
        "source_state": "California",
        "proxy_ip": "192.241.224.157:22225",
        "source_neighborhood": "napa county",
        "source_cat": "sss",
        "source_heading": "Popcorn Machine",
        "source_continent": "USA"
      },
      "postingId": "f6932d41055e497284b395c62d1640b1",
      "language": "EN",
      "images": [
        {
          "full": "http://images.craigslist.org/00Z0Z_4hQ5icyKFxe_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00h0h_gf2iugEH97p_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00p0p_azlQilb9n4S_600x450.jpg"
        }
      ],
      "geo": {
        "status": 3,
        "accuracy": 8,
        "coordinates": [
          -122.50287,
          37.7759
        ],
        "distance": 7553.812122428933
      },
      "createdAt": "2015-05-20T07:05:28.668Z",
      "askingPrice": {
        "value": "200",
        "currency": "USD"
      },
      "external": {
        "threeTaps": {
          "timestamp": 1432092767,
          "status": "for_sale",
          "location": {
            "state": "USA-CA",
            "region": "USA-SFO-SAF",
            "metro": "USA-SFO",
            "locality": "USA-SFO-OUR",
            "formatted": "Green Dream Tours to Napa & Sonoma Wine Country, 677 42nd Avenue, San Francisco, CA 94121, USA",
            "county": "USA-CA-SAF",
            "country": "USA",
            "city": "USA-SFO-SNF"
          },
          "categoryGroup": "SSSS",
          "category": "SAPL",
          "id": 2164581198
        },
        "source": {
          "url": "http://sfbay.craigslist.org/nby/app/5013967013.html",
          "id": "5013967013",
          "code": "CRAIG"
        }
      }
    },
    {
      "username": "t4fss-5033079003@sale.craigslist.org",
      "heading": "Sewing Machine clutch motor 1/2 HP 1725RPM",
      "body": "\n This clutch motor came off an industrial sewing machine. It is branded \"Ever-Ready\" \"clutch master\", and distributed by A.C. Webber. It is a slow speed motor (by industrial standards), 110VAC, 1725RPM, 1/2HP 5.3 Amps. Made in Japan motor, not China clone. The model is listed as STK-M2. Has an inline wired on/off switch on the plug wire. The motor has been in storage for a few years and has a bit of resulting corrosion in the paint, but the motor powers on and off fine, and the clutch mechanism works perfectly. Email for photos or appointment to purchase. The motor is in Bonny Doon.\n ",
      "expiresAt": "2015-06-02T23:00:22.124Z",
      "categoryCode": "SBIZ",
      "annotations": {
        "source_subloc": "scz",
        "html_data_size": "12552",
        "source_subcat": "bfa|bfs",
        "source_loc": "sfbay",
        "gzip_data_size": "4184",
        "source_account": "t4fss-5033079003@sale.craigslist.org",
        "source_state": "California",
        "proxy_ip": "104.236.131.162:22225",
        "source_neighborhood": "santa cruz",
        "source_cat": "sss",
        "source_heading": "Sewing Machine clutch motor 1/2 HP 1725RPM",
        "source_continent": "USA"
      },
      "postingId": "e2c0d8f1c17141d1b7a4efa77ad9de24",
      "language": "EN",
      "images": [],
      "geo": {
        "status": 5,
        "accuracy": 7,
        "coordinates": [
          -122.46574,
          37.70786
        ],
        "distance": 8995.583674782298
      },
      "createdAt": "2015-05-19T23:00:22.124Z",
      "askingPrice": {
        "value": "75",
        "currency": "USD"
      },
      "external": {
        "threeTaps": {
          "timestamp": 1432066501,
          "status": "for_sale",
          "location": {
            "state": "USA-CA",
            "region": "USA-SFO-PEN",
            "metro": "USA-SFO",
            "formatted": "Santa Cruz Avenue, CA, USA",
            "county": "USA-CA-SAM",
            "country": "USA",
            "city": "USA-SFO-DAL"
          },
          "categoryGroup": "SSSS",
          "category": "SBIZ",
          "id": 2163310874
        },
        "source": {
          "url": "http://sfbay.craigslist.org/scz/bfs/5033079003.html",
          "id": "5033079003",
          "code": "CRAIG"
        }
      }
    },
    {
      "username": "cpgjv-5017523896@sale.craigslist.org",
      "heading": "MANITOWOC ICE MACHINE",
      "body": "\n 500 LB OF ICE.\nAIR COOLED, SELF-CONTAINED CONDENSER, STAINLESS STEEL\nUNDER WARRANTY TILL 6/2016\nCOMES WITH PARTIAL PLUMBING CONNECTIONS, SO THAT YOU CAN START USING IT IN 15 MINUTES.\nPICTURES SPEAK ITSELF\nVERY CLEAN WITH WARRANTY\nBRAND NEW CONDITION, COMES WITH A 5 YEAR WARRANTY WITH PAPERWORK.\n BASICALLY THIS UNIT IS ONLY MISSING ITS PACKAGE.\n WE CARRY ALL COMMERCIAL AND INDUSTRIAL COOKWARE FOR YOUR CONVENIENCE.\n WE ARE A LOCAL REPRESENTATIVE FOR ALL MAJOR BRANDS. WE BUY IN LARGE QUANTITIES AND TRANSFER THE SAVINGS TO YOU.\n HASSLE FREE UPFRONT PRICING, NO MONKEY BUSINESS.\n USED OR NEW, YOU CHOOSE\n MARCO\n ",
      "expiresAt": "2015-06-04T14:21:12.257Z",
      "categoryCode": "SBIZ",
      "annotations": {
        "year": "2016",
        "html_data_size": "14951",
        "source_subloc": "sby",
        "source_subcat": "bfa|bfs",
        "source_loc": "sfbay",
        "original_posting_date": "1431197750",
        "gzip_data_size": "4816",
        "source_account": "cpgjv-5017523896@sale.craigslist.org",
        "source_state": "California",
        "proxy_ip": "107.170.72.59:22225",
        "source_neighborhood": "saratoga",
        "source_cat": "sss",
        "source_heading": "***MANITOWOC ICE MACHINE",
        "source_continent": "USA"
      },
      "postingId": "3091f81a86b24d119ceab2f0f0784496",
      "language": "EN",
      "images": [
        {
          "full": "http://images.craigslist.org/00505_e0pFRSgYiPR_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00k0k_f8c2SSBsQeR_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/01717_8RPCBmDVT2O_600x450.jpg"
        }
      ],
      "geo": {
        "status": 3,
        "accuracy": 8,
        "coordinates": [
          -122.3022,
          37.7858
        ],
        "distance": 10115.82416057981
      },
      "createdAt": "2015-05-21T14:21:12.257Z",
      "askingPrice": {
        "value": "2055",
        "currency": "USD"
      },
      "external": {
        "threeTaps": {
          "timestamp": 1432154255,
          "status": "for_sale",
          "location": {
            "state": "USA-CA",
            "region": "USA-SFO-EAS",
            "metro": "USA-SFO",
            "formatted": "Saratoga Street, Alameda, CA 94501, USA",
            "county": "USA-CA-ALM",
            "country": "USA",
            "city": "USA-SFO-ALE"
          },
          "categoryGroup": "SSSS",
          "category": "SBIZ",
          "id": 2167264123
        },
        "source": {
          "url": "http://sfbay.craigslist.org/sby/bfs/5017523896.html",
          "id": "5017523896",
          "code": "CRAIG"
        }
      }
    },
    {
      "username": "drm59-5034690889@sale.craigslist.org",
      "heading": "Panda XPB36 Small Compact Portable Washing Machine 6-7lbs Capacity w",
      "body": "\n Panda XPB36 Small Compact Portable Washing Machine (6-7lbs Capacity) with Spin Dryer\nProduct Features:\n• Color: White/Amber\n• Transparent lid\n• Wash Type: Clothes Compact Washing Machine\n• Load Type: Top Load\n• Tub Material: Plastic\n• Voltage Frequency: 110V/60Hz\n• Washing Capacity: 7-7.9 lbs\n• Washing Power: 240W\n• Spin Dryer Capacity: 3-3.5 lbs\n• Spin Power: 120W (Half of the washing capacity, you may spin twice)\n• Spin RPM: 1300\n• Drain with a water pump\nGood for a single person or baby items.\n ",
      "expiresAt": "2015-06-04T13:36:41.438Z",
      "categoryCode": "SAPL",
      "annotations": {
        "source_map_google": "https://maps.google.com/?q=loc%3A+%33%34+Visitacion+Avenue+Brisbane+CA+US",
        "html_data_size": "14638",
        "source_subloc": "pen",
        "source_subcat": "ppa|app",
        "source_loc": "sfbay",
        "gzip_data_size": "4752",
        "source_account": "drm59-5034690889@sale.craigslist.org",
        "source_state": "California",
        "proxy_ip": "104.131.196.23:22225",
        "source_neighborhood": "brisbane",
        "source_cat": "sss",
        "source_heading": "Panda XPB36 Small Compact Portable Washing Machine (6-7lbs Capacity) w",
        "latlong_source": "In Posting",
        "source_continent": "USA",
        "source_map_yahoo": "http://maps.yahoo.com/maps_result?addr=%33%34+Visitacion+Avenue&csz=Brisbane+CA&country=US"
      },
      "postingId": "0d7b07e2a2ff42c39b3e77c30788a747",
      "language": "EN",
      "images": [
        {
          "full": "http://images.craigslist.org/00t0t_clKAJwODgy1_600x450.jpg"
        }
      ],
      "geo": {
        "status": 3,
        "accuracy": 8,
        "coordinates": [
          -122.402815,
          37.684199
        ],
        "distance": 10613.590719337297
      },
      "createdAt": "2015-05-21T13:36:41.438Z",
      "askingPrice": {
        "value": "100",
        "currency": "USD"
      },
      "external": {
        "threeTaps": {
          "timestamp": 1432150953,
          "status": "for_sale",
          "location": {
            "state": "USA-CA",
            "region": "USA-SFO-PEN",
            "metro": "USA-SFO",
            "county": "USA-CA-SAM",
            "country": "USA",
            "city": "USA-SFO-BRI"
          },
          "categoryGroup": "SSSS",
          "category": "SAPL",
          "id": 2167032984
        },
        "source": {
          "url": "http://sfbay.craigslist.org/pen/app/5034690889.html",
          "id": "5034690889",
          "code": "CRAIG"
        }
      }
    },
    {
      "username": "mtmmw-5002793351@sale.craigslist.org",
      "heading": "Expobar Brewtus II Espresso Machine",
      "body": "\n This is a Expobar Brewtus II in excellent condition and it`s recently been descaled by the great folks at Blue Bottle Coffee in Oakland.\nThe machine comes with the following:\nExpobar Brewtus II\nSingle Filter Basket\nDouble Filter Basket\nBlind Filter Basket\nStandard Portafilter\nBottomless Portafilter\nPlastic Tamper\nBrush and Scoop\nThanks for reading\n ",
      "expiresAt": "2015-05-14T03:13:22.687Z",
      "categoryCode": "SAPL",
      "annotations": {
        "source_subcat": "ppa|app",
        "gzip_data_size": "4807",
        "source_account": "mtmmw-5002793351@sale.craigslist.org",
        "phone": "5002793351",
        "source_heading": "Expobar Brewtus II Espresso Machine",
        "proxy_ip": "104.131.69.129:22225",
        "latlong_source": "In Posting",
        "source_map_yahoo": "http://maps.yahoo.com/maps_result?addr=%36+jouett+sq&csz=alameda+CA&country=US",
        "source_map_google": "https://maps.google.com/?q=loc%3A+%36+jouett+sq+alameda+CA+US",
        "html_data_size": "15687",
        "source_subloc": "eby",
        "source_loc": "sfbay",
        "source_state": "California",
        "source_neighborhood": "alameda",
        "source_cat": "sss",
        "source_continent": "USA"
      },
      "postingId": "6d315b083fe74d87b864213eea5167d7",
      "language": "EN",
      "images": [
        {
          "full": "http://images.craigslist.org/01616_eGdQ0IOejqS_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00H0H_6SOydwopEYx_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00W0W_PSICgLEVW9_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00M0M_2yUlMTq3sA3_600x450.jpg"
        }
      ],
      "geo": {
        "status": 3,
        "accuracy": 8,
        "coordinates": [
          -122.286072,
          37.782248
        ],
        "distance": 11510.650564673639
      },
      "createdAt": "2015-04-30T03:13:22.687Z",
      "askingPrice": {
        "value": "1200",
        "currency": "USD"
      },
      "external": {
        "threeTaps": {
          "timestamp": 1430361801,
          "status": "for_sale",
          "location": {
            "state": "USA-CA",
            "region": "USA-SFO-EAS",
            "metro": "USA-SFO",
            "county": "USA-CA-ALM",
            "country": "USA",
            "city": "USA-SFO-ALE"
          },
          "categoryGroup": "SSSS",
          "category": "SAPL",
          "id": 2089865991
        },
        "source": {
          "url": "http://sfbay.craigslist.org/eby/app/5002793351.html",
          "id": "5002793351",
          "code": "CRAIG"
        }
      }
    },
    {
      "username": "vhjxr-5068901703@sale.craigslist.org",
      "heading": "Free estimate on all vending machine Repairs and Parts",
      "body": "\n We have been in the vending business for over 30 years and can fix any type of vending machine\nSoda Machines\nSnack Machines\nCold Food Machines\nIce Cream Machines\nChange Machines\nCompressor Decks and Refrigeration\nNew locks and keys\nLost key no problem we can open it for you\nControl Boards, $ bill Validators. Coin Mechs Vend Motors and Credit Card readers\nWe carry parts for all makes and models\nCall Gary at\nfor a free estimate\n ",
      "expiresAt": "2015-06-25T13:38:41.820Z",
      "categoryCode": "SBIZ",
      "annotations": {
        "condition": "like new",
        "html_data_size": "15913",
        "source_subloc": "eby",
        "source_subcat": "bfa|bfd",
        "source_loc": "sfbay",
        "gzip_data_size": "5012",
        "source_account": "vhjxr-5068901703@sale.craigslist.org",
        "phone": "5103004836",
        "source_state": "California",
        "proxy_ip": "45.55.205.244:22225",
        "source_neighborhood": "Oakland",
        "source_cat": "sss",
        "source_heading": "Free estimate on all vending machine Repairs and Parts",
        "source_continent": "USA"
      },
      "postingId": "ded548652d0148889a442554548f314b",
      "language": "EN",
      "images": [
        {
          "full": "http://images.craigslist.org/00s0s_an0ch2wyZIK_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/01414_fXfxzn3Bzui_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00j0j_6ucXMnKMEtP_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00l0l_4pNUnln85up_600x450.jpg"
        }
      ],
      "geo": {
        "status": 5,
        "accuracy": 7,
        "coordinates": [
          -122.27111,
          37.80436
        ],
        "distance": 13124.258573992774
      },
      "createdAt": "2015-06-11T13:38:41.820Z",
      "askingPrice": {
        "value": "75",
        "currency": "USD"
      },
      "external": {
        "threeTaps": {
          "timestamp": 1434027092,
          "status": "for_sale",
          "location": {
            "state": "USA-CA",
            "region": "USA-SFO-EAS",
            "metro": "USA-SFO",
            "locality": "USA-SFO-DOO",
            "formatted": "Oakland, CA, USA",
            "county": "USA-CA-ALM",
            "country": "USA",
            "city": "USA-SFO-OAA"
          },
          "categoryGroup": "SSSS",
          "category": "SBIZ",
          "id": 2246923712
        },
        "source": {
          "url": "http://sfbay.craigslist.org/eby/bfd/5068901703.html",
          "id": "5068901703",
          "code": "CRAIG"
        }
      }
    },
    {
      "username": "wsmkw-4999999259@sale.craigslist.org",
      "heading": "DIXIE NARCO 5591 SODA WATER JUICE MACHINE:",
      "body": "\n DIXIE NARCO 5591 SODA WATER JUICE MACHINE:\nCall Gary at\nwith any questions.\nSPECIFICATION: The following on the machine is sold LOCATION READY & working: R134A freon refrigeration, column motors, LED display, lights, dollar bill acceptor, coin changer, main control board. The machine is sold complete. Clean down interior/exterior. No breaks/vandalism. Set up and programming instructions included. 30-day warranty.\nDESCRIPTION: 2003 model year. 45 selections. The machine can be set for cans (12-16 oz.) or bottles (16-20 oz.), or a combination of bottles and cans. The capacity is approximately 400 products. 5 shelf`s. 9 selections per shelf. 72\" height, 37\" width, 35\" depth, 650 weight.\nELECTRONICS: Machine is multi price - computer board is used to set & change product prices. All product prices can be different, the same, or free.\nBILL ACCEPTOR & COIN CHANGER: Machine includes Coinco BA50 dollar bill acceptor and Mars 6512 MDB coin changer.\n ",
      "expiresAt": "2015-06-03T09:24:24.964Z",
      "categoryCode": "SBIZ",
      "annotations": {
        "year": "2003",
        "html_data_size": "15139",
        "source_subloc": "eby",
        "source_subcat": "bfa|bfd",
        "source_loc": "sfbay",
        "original_posting_date": "1430230925",
        "gzip_data_size": "5334",
        "source_account": "wsmkw-4999999259@sale.craigslist.org",
        "phone": "5103004836",
        "source_state": "California",
        "proxy_ip": "104.131.69.129:22225",
        "source_neighborhood": "Oakland",
        "source_cat": "sss",
        "source_heading": "DIXIE NARCO 5591 SODA WATER JUICE MACHINE:",
        "source_continent": "USA"
      },
      "postingId": "a4dde07f348245ce9b24fcd0c6620c4d",
      "language": "EN",
      "images": [
        {
          "full": "http://images.craigslist.org/00j0j_6ucXMnKMEtP_600x450.jpg"
        }
      ],
      "geo": {
        "status": 5,
        "accuracy": 7,
        "coordinates": [
          -122.27111,
          37.80436
        ],
        "distance": 13124.258573992774
      },
      "createdAt": "2015-05-20T09:24:24.964Z",
      "askingPrice": {
        "value": "1800",
        "currency": "USD"
      },
      "external": {
        "threeTaps": {
          "timestamp": 1432103669,
          "status": "for_sale",
          "location": {
            "state": "USA-CA",
            "region": "USA-SFO-EAS",
            "metro": "USA-SFO",
            "locality": "USA-SFO-DOO",
            "formatted": "Oakland, CA, USA",
            "county": "USA-CA-ALM",
            "country": "USA",
            "city": "USA-SFO-OAA"
          },
          "categoryGroup": "SSSS",
          "category": "SBIZ",
          "id": 2164870812
        },
        "source": {
          "url": "http://sfbay.craigslist.org/eby/bfd/4999999259.html",
          "id": "4999999259",
          "code": "CRAIG"
        }
      }
    },
    {
      "username": "j3svt-4999997579@sale.craigslist.org",
      "heading": "Vending Machine Repair",
      "body": "\n DO YOU NEED A VENDING MACHINE REPAIRED? GLOBAL VENDING SERVICES OFFERS RELIABLE, AFFORDABLE\nCOMMERCIAL VENDING MACHINE REPAIR AND PARTS. WE SERVICE ALL OF NORTHERN CALIFORNIA AND\nAVAILABLE 24/7 TO REPAIR YOUR VENDING EQUIPMENT. ALL OF OUR REPAIRS COME WITH A WARRANTY AND\nA 100% CUSTOMER SATISFACTION GUARANTEE.\nGLOBAL VENDING REPAIR TECHNICIANS HAVE BEEN TRAINED AND ARE EXPERTS IN REPAIRING COMMERCIAL\nVENDING EQUIPMENT.\nWE ALSO BUY AND SELL ALL TYPES OF VENDING MACHINES\n ",
      "expiresAt": "2015-06-03T09:25:36.991Z",
      "categoryCode": "SBIZ",
      "annotations": {
        "html_data_size": "15900",
        "source_subloc": "eby",
        "source_subcat": "bfa|bfd",
        "source_loc": "sfbay",
        "original_posting_date": "1430230862",
        "gzip_data_size": "4741",
        "source_account": "j3svt-4999997579@sale.craigslist.org",
        "source_state": "California",
        "proxy_ip": "45.55.206.7:22225",
        "source_neighborhood": "Oakland",
        "source_cat": "sss",
        "source_heading": "Vending Machine Repair",
        "source_continent": "USA"
      },
      "postingId": "25aa1ee700104105bbef42a7f9a686af",
      "language": "EN",
      "images": [
        {
          "full": "http://images.craigslist.org/00d0d_9Okysj04KpX_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00G0G_gIUxNZwNc4V_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00I0I_5csTVL75ryw_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00g0g_h5nka51gNq9_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00T0T_2F0NaXIufWQ_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00M0M_kKSLkcxI1Ms_600x450.jpg"
        }
      ],
      "geo": {
        "status": 5,
        "accuracy": 7,
        "coordinates": [
          -122.27111,
          37.80436
        ],
        "distance": 13124.258573992774
      },
      "createdAt": "2015-05-20T09:25:36.991Z",
      "askingPrice": {
        "value": "75",
        "currency": "USD"
      },
      "external": {
        "threeTaps": {
          "timestamp": 1432103691,
          "status": "for_sale",
          "location": {
            "state": "USA-CA",
            "region": "USA-SFO-EAS",
            "metro": "USA-SFO",
            "locality": "USA-SFO-DOO",
            "formatted": "Oakland, CA, USA",
            "county": "USA-CA-ALM",
            "country": "USA",
            "city": "USA-SFO-OAA"
          },
          "categoryGroup": "SSSS",
          "category": "SBIZ",
          "id": 2164871308
        },
        "source": {
          "url": "http://sfbay.craigslist.org/eby/bfd/4999997579.html",
          "id": "4999997579",
          "code": "CRAIG"
        }
      }
    },
    {
      "username": "qv7gb-4999998395@sale.craigslist.org",
      "heading": "Free estimate on all vending machine Repairs and Parts",
      "body": "\n We have been in the vending business for over 30 years and can fix any type of vending machine\nSoda Machines\nSnack Machines\nCold Food Machines\nIce Cream Machines\nChange Machines\nCompressor Decks and Refrigeration\nNew locks and keys\nLost key no problem we can open it for you\nControl Boards, $ bill Validators. Coin Mechs Vend Motors and Credit Card readers\nWe carry parts for all makes and models\nCall Gary at\nfor a free estimate\n ",
      "expiresAt": "2015-06-03T09:43:21.040Z",
      "categoryCode": "SBIZ",
      "annotations": {
        "html_data_size": "16023",
        "source_subloc": "eby",
        "source_subcat": "bfa|bfd",
        "source_loc": "sfbay",
        "original_posting_date": "1430230892",
        "gzip_data_size": "5038",
        "source_account": "qv7gb-4999998395@sale.craigslist.org",
        "phone": "5103004836",
        "source_state": "California",
        "proxy_ip": "162.243.254.181:22225",
        "source_neighborhood": "Oakland",
        "source_cat": "sss",
        "source_heading": "Free estimate on all vending machine Repairs and Parts",
        "source_continent": "USA"
      },
      "postingId": "b34de1b4c8bd481a9c82e7814ad7e850",
      "language": "EN",
      "images": [
        {
          "full": "http://images.craigslist.org/00s0s_an0ch2wyZIK_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/01414_fXfxzn3Bzui_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00j0j_6ucXMnKMEtP_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00l0l_4pNUnln85up_600x450.jpg"
        }
      ],
      "geo": {
        "status": 5,
        "accuracy": 7,
        "coordinates": [
          -122.27111,
          37.80436
        ],
        "distance": 13124.258573992774
      },
      "createdAt": "2015-05-20T09:43:21.040Z",
      "askingPrice": {
        "value": "75",
        "currency": "USD"
      },
      "external": {
        "threeTaps": {
          "timestamp": 1432103677,
          "status": "for_sale",
          "location": {
            "state": "USA-CA",
            "region": "USA-SFO-EAS",
            "metro": "USA-SFO",
            "locality": "USA-SFO-DOO",
            "formatted": "Oakland, CA, USA",
            "county": "USA-CA-ALM",
            "country": "USA",
            "city": "USA-SFO-OAA"
          },
          "categoryGroup": "SSSS",
          "category": "SBIZ",
          "id": 2164934029
        },
        "source": {
          "url": "http://sfbay.craigslist.org/eby/bfd/4999998395.html",
          "id": "4999998395",
          "code": "CRAIG"
        }
      }
    },
    {
      "username": "zhq9k-5068901209@sale.craigslist.org",
      "heading": "Vending Machine Repair",
      "body": "\n DO YOU NEED A VENDING MACHINE REPAIRED? GLOBAL VENDING SERVICES OFFERS RELIABLE, AFFORDABLE\nCOMMERCIAL VENDING MACHINE REPAIR AND PARTS. WE SERVICE ALL OF NORTHERN CALIFORNIA AND\nAVAILABLE 24/7 TO REPAIR YOUR VENDING EQUIPMENT. ALL OF OUR REPAIRS COME WITH A WARRANTY AND\nA 100% CUSTOMER SATISFACTION GUARANTEE.\nGLOBAL VENDING REPAIR TECHNICIANS HAVE BEEN TRAINED AND ARE EXPERTS IN REPAIRING COMMERCIAL\nVENDING EQUIPMENT.\nWE ALSO BUY AND SELL ALL TYPES OF VENDING MACHINES\n ",
      "expiresAt": "2015-06-25T13:38:41.820Z",
      "categoryCode": "SBIZ",
      "annotations": {
        "source_subloc": "eby",
        "html_data_size": "15765",
        "source_subcat": "bfa|bfd",
        "source_loc": "sfbay",
        "gzip_data_size": "4712",
        "source_account": "zhq9k-5068901209@sale.craigslist.org",
        "source_state": "California",
        "proxy_ip": "192.34.62.164:22225",
        "source_neighborhood": "Oakland",
        "source_cat": "sss",
        "source_heading": "Vending Machine Repair",
        "source_continent": "USA"
      },
      "postingId": "3b2a07b707e6444fb160cc175bba66ae",
      "language": "EN",
      "images": [
        {
          "full": "http://images.craigslist.org/00d0d_9Okysj04KpX_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00G0G_gIUxNZwNc4V_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00I0I_5csTVL75ryw_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00g0g_h5nka51gNq9_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00T0T_2F0NaXIufWQ_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00M0M_kKSLkcxI1Ms_600x450.jpg"
        }
      ],
      "geo": {
        "status": 5,
        "accuracy": 7,
        "coordinates": [
          -122.27111,
          37.80436
        ],
        "distance": 13124.258573992774
      },
      "createdAt": "2015-06-11T13:38:41.820Z",
      "askingPrice": {
        "value": "75",
        "currency": "USD"
      },
      "external": {
        "threeTaps": {
          "timestamp": 1434027059,
          "status": "for_sale",
          "location": {
            "state": "USA-CA",
            "region": "USA-SFO-EAS",
            "metro": "USA-SFO",
            "locality": "USA-SFO-DOO",
            "formatted": "Oakland, CA, USA",
            "county": "USA-CA-ALM",
            "country": "USA",
            "city": "USA-SFO-OAA"
          },
          "categoryGroup": "SSSS",
          "category": "SBIZ",
          "id": 2246926775
        },
        "source": {
          "url": "http://sfbay.craigslist.org/eby/bfd/5068901209.html",
          "id": "5068901209",
          "code": "CRAIG"
        }
      }
    },
    {
      "username": "3535g-5034395204@sale.craigslist.org",
      "heading": "Frozen Yogurt / Soft Serve Ice Cream Machine",
      "body": "\n Model SS100\nManufactured by: Forte Equipment\nPlaced in service May of 2013. Save big on this late model equipment.\nReasonable Offers Considered!\nWe take credit cards and PayPal\nCash Offers Considered!\nWeight: 375 lbs. (170kg)\nFloor Space: 21\"wide X 29\" deep\nHeight: 54\" (w/wheels)\nVoltage: 115 AC Single Phase\nAmperage: 23A\n ",
      "expiresAt": "2015-06-04T10:23:36.956Z",
      "categoryCode": "SOTH",
      "annotations": {
        "year": "2013",
        "source_subcat": "foa|fod",
        "gzip_data_size": "4722",
        "source_account": "3535g-5034395204@sale.craigslist.org",
        "phone": "5103186762",
        "source_heading": "Frozen Yogurt / Soft Serve Ice Cream Machine",
        "proxy_ip": "104.236.247.92:22225",
        "latlong_source": "In Posting",
        "source_map_yahoo": "http://maps.yahoo.com/maps_result?addr=%34%30%36%32+Watts+Street&csz=Emeryville+CA&country=US",
        "source_map_google": "https://maps.google.com/?q=loc%3A+%34%30%36%32+Watts+Street+Emeryville+CA+US",
        "html_data_size": "14304",
        "source_loc": "sacramento",
        "source_state": "California",
        "source_neighborhood": "Oakland)",
        "source_cat": "sss",
        "source_continent": "USA"
      },
      "postingId": "aa148e83de634b52b6e1d947fb2b197f",
      "language": "EN",
      "images": [
        {
          "full": "http://images.craigslist.org/00k0k_dOCdqXOh9Sq_600x450.jpg"
        }
      ],
      "geo": {
        "status": 3,
        "accuracy": 8,
        "coordinates": [
          -122.282231,
          37.831016
        ],
        "distance": 13175.626067447634
      },
      "createdAt": "2015-05-21T10:23:36.956Z",
      "askingPrice": {
        "value": "1",
        "currency": "USD"
      },
      "external": {
        "threeTaps": {
          "timestamp": 1432141599,
          "status": "for_sale",
          "location": {
            "state": "USA-CA",
            "region": "USA-SFO-EAS",
            "metro": "USA-SFO",
            "county": "USA-CA-ALM",
            "country": "USA",
            "city": "USA-SFO-EME"
          },
          "categoryGroup": "SSSS",
          "category": "SOTH",
          "id": 2166494687
        },
        "source": {
          "url": "http://sacramento.craigslist.org/fod/5034395204.html",
          "id": "5034395204",
          "code": "CRAIG"
        }
      }
    },
    {
      "username": "ksnhs-4995583448@sale.craigslist.org",
      "heading": "NSF Sinks: Hand Washing  Surface Mount: 2 Available",
      "body": "\n Commercial NSF Surface Mounted Sinks Available:\n7\" x 12\" (Can be oriented either way) and 6\" Deep (Brand New) $35\n20\" Wide x 14\" Front to Back and 7\" Deep (Double Basin) $20\n ",
      "expiresAt": "2015-05-13T20:07:03.569Z",
      "categoryCode": "SBIZ",
      "annotations": {
        "html_data_size": "13895",
        "source_subloc": "eby",
        "source_subcat": "bfa|bfs",
        "source_loc": "sfbay",
        "original_posting_date": "1429976488",
        "gzip_data_size": "4348",
        "source_account": "ksnhs-4995583448@sale.craigslist.org",
        "source_state": "California",
        "proxy_ip": "104.236.90.124:22225",
        "source_neighborhood": "oakland north / temescal",
        "source_cat": "sss",
        "source_heading": "NSF Sinks: Hand Washing  Surface Mount: 2 Available",
        "source_continent": "USA"
      },
      "postingId": "e7a90a6b502b4b5ba82323965738aeb1",
      "language": "EN",
      "images": [
        {
          "full": "http://images.craigslist.org/01111_1MAZkygX0iA_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00202_aWyq4nxqrsD_600x450.jpg"
        }
      ],
      "geo": {
        "status": 3,
        "accuracy": 8,
        "coordinates": [
          -122.26113,
          37.83374
        ],
        "distance": 14983.603035181395
      },
      "createdAt": "2015-04-29T20:07:03.569Z",
      "askingPrice": {
        "value": "20",
        "currency": "USD"
      },
      "external": {
        "threeTaps": {
          "timestamp": 1430336249,
          "status": "for_sale",
          "location": {
            "state": "USA-CA",
            "region": "USA-SFO-EAS",
            "metro": "USA-SFO",
            "locality": "USA-SFO-TEM",
            "formatted": "Temescal, Oakland, CA, USA",
            "county": "USA-CA-ALM",
            "country": "USA",
            "city": "USA-SFO-OAA"
          },
          "categoryGroup": "SSSS",
          "category": "SBIZ",
          "id": 2088552582
        },
        "source": {
          "url": "http://sfbay.craigslist.org/eby/bfs/4995583448.html",
          "id": "4995583448",
          "code": "CRAIG"
        }
      }
    },
    {
      "username": "7zqt8-5002843952@sale.craigslist.org",
      "heading": "770 Series Printa System Screen Printing Machine",
      "body": "\n 770 Series Printa System Screen Printing Machine $3,000 obo\nUsed. I will also include the 4 metal screens (not pictured) that came with the system.\nWhat is NOT included is the exposure light table, that is why the price is so reduced.\nYou must be able to pick it up. Email me if interested. Make an offer :)\n-Tonia-\n ",
      "expiresAt": "2015-05-14T03:55:06.398Z",
      "categoryCode": "SBIZ",
      "annotations": {
        "html_data_size": "14525",
        "source_subloc": "eby",
        "source_subcat": "bfa|bfs",
        "source_loc": "sfbay",
        "gzip_data_size": "642",
        "source_account": "7zqt8-5002843952@sale.craigslist.org",
        "phone": "5002843952",
        "source_state": "California",
        "proxy_ip": "111.73.210.119:8080",
        "source_neighborhood": "oakland north / temescal",
        "source_cat": "sss",
        "source_heading": "770 Series Printa System Screen Printing Machine",
        "source_continent": "USA"
      },
      "postingId": "758aff7615264afeb8bc6763f3fcfb81",
      "language": "EN",
      "images": [
        {
          "full": "http://images.craigslist.org/00w0w_jjf2q1edIdL_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00R0R_c6JF69F7KrF_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00101_c7BrcKpRfQB_600x450.jpg"
        }
      ],
      "geo": {
        "status": 3,
        "accuracy": 8,
        "coordinates": [
          -122.26113,
          37.83374
        ],
        "distance": 14983.603035181395
      },
      "createdAt": "2015-04-30T03:55:06.398Z",
      "askingPrice": {
        "value": "3000",
        "currency": "USD"
      },
      "external": {
        "threeTaps": {
          "timestamp": 1430365164,
          "status": "for_sale",
          "location": {
            "state": "USA-CA",
            "region": "USA-SFO-EAS",
            "metro": "USA-SFO",
            "locality": "USA-SFO-TEM",
            "formatted": "Temescal, Oakland, CA, USA",
            "county": "USA-CA-ALM",
            "country": "USA",
            "city": "USA-SFO-OAA"
          },
          "categoryGroup": "SSSS",
          "category": "SBIZ",
          "id": 2089959708
        },
        "source": {
          "url": "http://sfbay.craigslist.org/eby/bfs/5002843952.html",
          "id": "5002843952",
          "code": "CRAIG"
        }
      }
    },
    {
      "username": "4g36j-5002226536@sale.craigslist.org",
      "heading": "Bosch Washing Machine",
      "body": "\n Bosch 4.4 Cu. Ft. Front-Load Washer (White) ENERGY STAR\nItem #: 14709 | Model #: WFVC5400UC\nOne owner (purchased ourselves from Lowes, carefully used for 3 and a half years). Works beautifully. Moved to the city and can`t take it with us, so it`s waiting in Berkeley for a new home!\n ",
      "expiresAt": "2015-05-13T20:30:38.028Z",
      "categoryCode": "SAPL",
      "annotations": {
        "source_subcat": "ppa|app",
        "gzip_data_size": "4478",
        "source_account": "4g36j-5002226536@sale.craigslist.org",
        "phone": "5002226536",
        "source_heading": "Bosch Washing Machine",
        "proxy_ip": "104.236.82.39:22225",
        "latlong_source": "In Posting",
        "source_map_yahoo": "http://maps.yahoo.com/maps_result?addr=Stannage+Avenue+at+Gilman&csz=Berkeley+CA&country=US",
        "source_map_google": "https://maps.google.com/?q=loc%3A+Stannage+Avenue+at+Gilman+Berkeley+CA+US",
        "html_data_size": "13632",
        "source_subloc": "eby",
        "source_loc": "sfbay",
        "source_state": "California",
        "source_neighborhood": "berkeley",
        "source_cat": "sss",
        "source_continent": "USA"
      },
      "postingId": "d60ec566c7ef4ecebd50a524070f2adf",
      "language": "EN",
      "images": [
        {
          "full": "http://images.craigslist.org/00u0u_dLVSpeFeDQL_600x450.jpg"
        }
      ],
      "geo": {
        "status": 3,
        "accuracy": 8,
        "coordinates": [
          -122.29438,
          37.880925
        ],
        "distance": 15631.996963036707
      },
      "createdAt": "2015-04-29T20:30:38.028Z",
      "askingPrice": {
        "value": "400",
        "currency": "USD"
      },
      "external": {
        "threeTaps": {
          "timestamp": 1430337371,
          "status": "for_sale",
          "location": {
            "state": "USA-CA",
            "region": "USA-SFO-EAS",
            "metro": "USA-SFO",
            "county": "USA-CA-ALM",
            "country": "USA",
            "city": "USA-SFO-ALB"
          },
          "categoryGroup": "SSSS",
          "category": "SAPL",
          "id": 2088638290
        },
        "source": {
          "url": "http://sfbay.craigslist.org/eby/app/5002226536.html",
          "id": "5002226536",
          "code": "CRAIG"
        }
      }
    },
    {
      "username": "8f5rq-5003065513@sale.craigslist.org",
      "heading": "Espresso Cart with Espresso Machine - Ready to go",
      "body": "\n I am selling a complete espresso cart setup. This is an ideal arrangement for a business opportunity, a fundraiser for a church, school or other group activity.\nThe following are included (Everything works great):\nNuova Simonelli Program Plus VIP 2-group commercial espresso machine. (220 volt)\nBridge Industries mobile espresso cart (black) with hot/cold water sink and refrigerator.\nTwo commercial coffee grinders.\nCash register and many extras\nPriced to sell at $5,050.00\nEmail for more info.\nFactory info available at: http://www.nuovadistribution.com/programVIP.html\n ",
      "expiresAt": "2015-05-14T12:38:14.569Z",
      "categoryCode": "SBIZ",
      "annotations": {
        "html_data_size": "16180",
        "source_subloc": "sby",
        "source_subcat": "bfa|bfs",
        "source_loc": "sfbay",
        "gzip_data_size": "4806",
        "source_account": "8f5rq-5003065513@sale.craigslist.org",
        "phone": "5003065513",
        "source_state": "California",
        "proxy_ip": "198.211.103.189:22225",
        "source_neighborhood": "Bay Area",
        "source_cat": "sss",
        "source_heading": "Espresso Cart with Espresso Machine - Ready to go",
        "source_continent": "USA"
      },
      "postingId": "969303adeb2d4c87a458e99b2bb5f9d7",
      "language": "EN",
      "images": [
        {
          "full": "http://images.craigslist.org/00F0F_2eNkW9T6o9W_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00R0R_iNcM36jFuyw_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00b0b_9ZRYAIlcX84_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00K0K_ufb7u1QDut_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00Z0Z_1eRAsGCpIqG_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00R0R_bWng7MfwJf8_600x450.jpg"
        }
      ],
      "geo": {
        "status": 5,
        "accuracy": 7,
        "coordinates": [
          -122.28807,
          37.67881
        ],
        "distance": 15893.96534076577
      },
      "createdAt": "2015-04-30T12:38:14.569Z",
      "askingPrice": {
        "value": "5050",
        "currency": "USD"
      },
      "external": {
        "threeTaps": {
          "timestamp": 1430396903,
          "status": "for_sale",
          "location": {
            "state": "USA-CA",
            "formatted": "San Francisco Bay, California, USA",
            "county": "USA-CA-SAM",
            "country": "USA"
          },
          "categoryGroup": "SSSS",
          "category": "SBIZ",
          "id": 2090742156
        },
        "source": {
          "url": "http://sfbay.craigslist.org/sby/bfs/5003065513.html",
          "id": "5003065513",
          "code": "CRAIG"
        }
      }
    },
    {
      "username": "vfkjp-5023279174@sale.craigslist.org",
      "heading": "Graphic Adding Machine Artwork",
      "body": "\n //44\" x 44\"\n//$60 (cash only)\n//A large, multicolored, custom-made graphic art print that stands out! Six graphic tiled squares, vibrant pop, perfect for an accounting office! Colorful, modern, pop art-esque. Quality brown/bronze frame. You must pick up.\n//If interested, please send us an email with the subject heading `Adding Machine Artwork`. Include your phone number when contacting us. We`re moving offices and have plenty of other pieces for sale--check out the `more ads by this user` button to see more of our items for sale! Thank you!\n ",
      "expiresAt": "2015-06-04T10:06:33.309Z",
      "categoryCode": "SOTH",
      "annotations": {
        "source_subcat": "foa|for",
        "original_posting_date": "1431533872",
        "gzip_data_size": "4935",
        "source_account": "vfkjp-5023279174@sale.craigslist.org",
        "source_heading": "Graphic Adding Machine Artwork",
        "proxy_ip": "104.236.132.41:22225",
        "latlong_source": "In Posting",
        "source_map_yahoo": "http://maps.yahoo.com/maps_result?addr=San+Pablo+Avenue+at+Solano+Avenue&csz=Albany+CA&country=US",
        "source_map_google": "https://maps.google.com/?q=loc%3A+San+Pablo+Avenue+at+Solano+Avenue+Albany+CA+US",
        "html_data_size": "15592",
        "source_subloc": "eby",
        "source_loc": "sfbay",
        "source_state": "California",
        "source_neighborhood": "albany / el cerrito",
        "source_cat": "sss",
        "source_continent": "USA"
      },
      "postingId": "f65805f1943440cda3024366c4fc908d",
      "language": "EN",
      "images": [
        {
          "full": "http://images.craigslist.org/00f0f_dDShjHdT0lo_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/01313_lgdpCIuoNZc_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00S0S_hsSs74HC2Qr_600x450.jpg"
        }
      ],
      "geo": {
        "status": 3,
        "accuracy": 8,
        "coordinates": [
          -122.29868,
          37.890325
        ],
        "distance": 16159.661477529326
      },
      "createdAt": "2015-05-21T10:06:33.309Z",
      "askingPrice": {
        "value": "60",
        "currency": "USD"
      },
      "external": {
        "threeTaps": {
          "timestamp": 1432141786,
          "status": "for_sale",
          "location": {
            "state": "USA-CA",
            "region": "USA-SFO-EAS",
            "metro": "USA-SFO",
            "county": "USA-CA-ALM",
            "country": "USA",
            "city": "USA-SFO-ALB"
          },
          "categoryGroup": "SSSS",
          "category": "SOTH",
          "id": 2166452341
        },
        "source": {
          "url": "http://sfbay.craigslist.org/eby/for/5023279174.html",
          "id": "5023279174",
          "code": "CRAIG"
        }
      }
    },
    {
      "username": "drsnh-5030792008@sale.craigslist.org",
      "heading": "Maytag Washing Machine Washer  Kenmore Electric Dryer  Refrigerator",
      "body": "\n Hello! We are selling a Maytag Washing Machine and an Electric Kenmore Dryer. The pair sells for $260, or $180 for the washer and $80 for the dryer. Both are heavy duty and have different cycles (see photos). The dryer has electronic moisture sensing and is extra large capacity. In addition, we are selling a Kenmore Coldspot refrigerator for $100. If interested, please call\n Thanks!\n ",
      "expiresAt": "2015-06-01T16:15:44.586Z",
      "categoryCode": "SAPL",
      "annotations": {
        "source_subcat": "ppa|app",
        "gzip_data_size": "5969",
        "source_account": "drsnh-5030792008@sale.craigslist.org",
        "phone": "5109329272",
        "source_heading": "Maytag Washing Machine Washer & Kenmore Electric Dryer & Refrigerator",
        "proxy_ip": "162.243.241.7:22225",
        "latlong_source": "In Posting",
        "source_map_yahoo": "http://maps.yahoo.com/maps_result?addr=bancroft+at+shattuck&csz=berkeley+CA&country=US",
        "source_map_google": "https://maps.google.com/?q=loc%3A+bancroft+at+shattuck+berkeley+CA+US",
        "html_data_size": "22348",
        "source_subloc": "eby",
        "source_loc": "sfbay",
        "source_state": "California",
        "source_neighborhood": "berkeley",
        "source_cat": "sss",
        "source_continent": "USA"
      },
      "postingId": "27b17fea2af34147a8c0034893d90132",
      "language": "EN",
      "images": [
        {
          "full": "http://images.craigslist.org/00K0K_dcql9xEcoBt_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00F0F_7OiwfLLpwf5_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00K0K_cQybJPZX798_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00i0i_4lCvbc29dhw_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00g0g_kDYG5yY8fCr_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00H0H_iMIVR4pMsns_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00M0M_7ccbL2LcW2V_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00S0S_5ziHuOWYnj7_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00202_h5KU0BHQ2im_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/01010_fqiDQaHXExo_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00K0K_fnsI861MnOh_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00G0G_d0ozJ5QfOUT_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00I0I_gw4qhoNRWsG_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/01515_epqsCo9QtA2_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/01616_kiRc3p1Cd0y_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00h0h_8TkIAwYc85A_600x450.jpg"
        }
      ],
      "geo": {
        "status": 3,
        "accuracy": 8,
        "coordinates": [
          -122.25,
          37.8571
        ],
        "distance": 17044.847228178853
      },
      "createdAt": "2015-05-18T16:15:44.586Z",
      "askingPrice": {
        "value": "300",
        "currency": "USD"
      },
      "external": {
        "threeTaps": {
          "timestamp": 1431962546,
          "status": "for_sale",
          "location": {
            "state": "USA-CA",
            "region": "USA-SFO-EAS",
            "metro": "USA-SFO",
            "county": "USA-CA-ALM",
            "country": "USA",
            "city": "USA-SFO-BER"
          },
          "categoryGroup": "SSSS",
          "category": "SAPL",
          "id": 2158148932
        },
        "source": {
          "url": "http://sfbay.craigslist.org/eby/app/5030792008.html",
          "id": "5030792008",
          "code": "CRAIG"
        }
      }
    },
    {
      "username": "xndbw-5030866657@sale.craigslist.org",
      "heading": "Vintage Riccar Sewing Machine",
      "body": "\n Hello! We are selling a working vintage Riccar sewing machine in cabinet for $50. If interested, please call\n Thanks!\n ",
      "expiresAt": "2015-06-01T17:15:12.405Z",
      "categoryCode": "SOTH",
      "annotations": {
        "source_subcat": "foa|for",
        "original_posting_date": "1431964793",
        "gzip_data_size": "5102",
        "source_account": "xndbw-5030866657@sale.craigslist.org",
        "phone": "5109329272",
        "proxy_ip": "107.170.54.77:22225",
        "source_heading": "Vintage Riccar Sewing Machine",
        "latlong_source": "In Posting",
        "source_map_yahoo": "http://maps.yahoo.com/maps_result?addr=bancroft+at+shattuck&csz=berkeley+CA&country=US",
        "source_map_google": "https://maps.google.com/?q=loc%3A+bancroft+at+shattuck+berkeley+CA+US",
        "html_data_size": "17443",
        "source_subloc": "eby",
        "source_loc": "sfbay",
        "source_state": "California",
        "source_neighborhood": "berkeley",
        "source_cat": "sss",
        "source_continent": "USA"
      },
      "postingId": "a19aec0c1a0a4d84a41b37ba37b6d9f4",
      "language": "EN",
      "images": [
        {
          "full": "http://images.craigslist.org/00z0z_8S17qj2KuCA_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00R0R_3SWJ5TSl76b_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00S0S_6U03fT5CxHu_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00r0r_bYnYzCedw50_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00202_42MiN22egmw_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/01414_guQQHfY9h0n_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00R0R_6zAbyTkDGoM_600x450.jpg"
        },
        {
          "full": "http://images.craigslist.org/00404_3WgPeQmTzHK_600x450.jpg"
        }
      ],
      "geo": {
        "status": 3,
        "accuracy": 8,
        "coordinates": [
          -122.25,
          37.8571
        ],
        "distance": 17044.847228178853
      },
      "createdAt": "2015-05-18T17:15:12.405Z",
      "askingPrice": {
        "value": "50",
        "currency": "USD"
      },
      "external": {
        "threeTaps": {
          "timestamp": 1431964794,
          "status": "for_sale",
          "location": {
            "state": "USA-CA",
            "region": "USA-SFO-EAS",
            "metro": "USA-SFO",
            "county": "USA-CA-ALM",
            "country": "USA",
            "city": "USA-SFO-BER"
          },
          "categoryGroup": "SSSS",
          "category": "SOTH",
          "id": 2158347340
        },
        "source": {
          "url": "http://sfbay.craigslist.org/eby/for/5030866657.html",
          "id": "5030866657",
          "code": "CRAIG"
        }
      }
    }
  ],
  "total": 1203
}
that1guy commented 8 years ago

Issue #83 is related.