Skip to content
Back to 2112 Pine St Unit B

Raw Data

Preview and download this listing in various formats.

JSON schema reference

The JSON format follows the full Listing schema documented in the API reference, including all 70+ fields, types, and descriptions.

View API docs & schema

Need another format?

Want XLSX, Parquet, Haystack, or something else? Open an issue or submit a pull request on GitHub.

Standard Formats

JSON
application/json · .json

JSON format for API integration and data pipelines

{
  "export_version": "1.0",
  "export_date": "2026-04-04T12:04:17.663Z",
  "source_platform": "PropertyWebScraper",
  "listings": [
    {
      "reference": "1333240776",
      "import_url": "https://www.realtor.com/realestateandhomes-detail/2112-Pine-St-B_San-Francisco_CA_94115_M13332-40776",
      "import_host_slug": "us_realtor",
      "price_string": "1999000",
      "price_float": 1999000,
      "currency": "USD",
      "price_cents": 199900000,
      "price_currency": "USD",
      "title": "2112 Pine St Unit B",
      "description": "2112 Pine St Unit B, San Francisco, CA 94115 is for sale. View 44 photos of this 3 bed, 2 bath, 1570 sqft. condo with a list price of $1999000.",
      "locale_code": "",
      "area_unit": "sqft",
      "plot_area": 0,
      "constructed_area": 1570,
      "year_construction": 0,
      "count_bedrooms": 3,
      "count_bathrooms": 2,
      "count_toilets": 0,
      "count_garages": 0,
      "energy_rating": 0,
      "energy_performance": 0,
      "furnished": false,
      "sold": false,
      "reserved": false,
      "for_rent_short_term": true,
      "for_rent_long_term": false,
      "for_sale": true,
      "for_rent": false,
      "address_string": "2112 Pine St Unit B",
      "street_number": "",
      "street_name": "",
      "street_address": "",
      "postal_code": "94115",
      "province": "",
      "city": "San Francisco",
      "region": "CA",
      "country": "USA",
      "latitude": 37.788495,
      "longitude": -122.430711,
      "main_image_url": "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m1175600976s.jpg",
      "image_urls": [
        {
          "url": "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m1175600976s.jpg"
        },
        {
          "url": "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m3838540325s.jpg"
        },
        {
          "url": "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m291873726s.jpg"
        },
        {
          "url": "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m262615276s.jpg"
        },
        {
          "url": "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m2265388141s.jpg"
        },
        {
          "url": "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m977299725s.jpg"
        },
        {
          "url": "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m605399551s.jpg"
        },
        {
          "url": "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m2687039312s.jpg"
        },
        {
          "url": "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m143028652s.jpg"
        },
        {
          "url": "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m3505726121s.jpg"
        },
        {
          "url": "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m500194507s.jpg"
        },
        {
          "url": "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m1367662606s.jpg"
        },
        {
          "url": 

Truncated — showing 3,000 of 7,360 chars

CSV
text/csv · .csv

CSV format for spreadsheets and database import

reference,title,price_float,currency,count_bedrooms,count_bathrooms,constructed_area,city,country,latitude,longitude,main_image_url,property_type,import_url,last_retrieved_at
1333240776,2112 Pine St Unit B,1999000,USD,3,2,1570,San Francisco,USA,37.788495,-122.430711,https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m1175600976s.jpg,condo,https://www.realtor.com/realestateandhomes-detail/2112-Pine-St-B_San-Francisco_CA_94115_M13332-40776,2026-02-20T22:43:25.960Z
GeoJSON
application/geo+json · .geojson

GeoJSON format for mapping applications and GIS tools

{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [
          -122.430711,
          37.788495
        ]
      },
      "properties": {
        "reference": "1333240776",
        "title": "2112 Pine St Unit B",
        "price_float": 1999000,
        "currency": "USD",
        "bedrooms": 3,
        "bathrooms": 2,
        "area": 1570,
        "area_unit": "sqft",
        "city": "San Francisco",
        "address": "2112 Pine St Unit B",
        "country": "USA",
        "main_image_url": "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m1175600976s.jpg",
        "source_url": "https://www.realtor.com/realestateandhomes-detail/2112-Pine-St-B_San-Francisco_CA_94115_M13332-40776",
        "source_portal": "us_realtor",
        "scraped_date": "2026-02-20T22:43:25.960Z",
        "for_sale": true,
        "for_rent": false,
        "furnished": false,
        "property_type": "condo"
      }
    }
  ]
}
XML (RETS)
application/xml · .xml

XML format compatible with RETS (US MLS)

<?xml version="1.0" encoding="UTF-8"?>
<Listings xmlns="urn:property-web-scraper:rets" count="1" exportDate="2026-04-04T12:04:17.663Z">
  <Listing>
    <ListingKey>1333240776</ListingKey>
    <OriginalListingURL>https://www.realtor.com/realestateandhomes-detail/2112-Pine-St-B_San-Francisco_CA_94115_M13332-40776</OriginalListingURL>
    <SourceSystem>us_realtor</SourceSystem>
    <ListPriceDisplay>1999000</ListPriceDisplay>
    <ListPrice>1999000</ListPrice>
    <CurrencyCode>USD</CurrencyCode>
    <ListPriceCents>199900000</ListPriceCents>
    <CurrencyCode>USD</CurrencyCode>
    <ListingTitle>2112 Pine St Unit B</ListingTitle>
    <PublicRemarks>2112 Pine St Unit B, San Francisco, CA 94115 is for sale. View 44 photos of this 3 bed, 2 bath, 1570 sqft. condo with a list price of $1999000.</PublicRemarks>
    <LivingAreaUnits>sqft</LivingAreaUnits>
    <LivingArea>1570</LivingArea>
    <BedroomsTotal>3</BedroomsTotal>
    <BathroomsTotalInteger>2</BathroomsTotalInteger>
    <ForRentShortTerm>true</ForRentShortTerm>
    <ForSale>true</ForSale>
    <UnparsedAddress>2112 Pine St Unit B</UnparsedAddress>
    <PostalCode>94115</PostalCode>
    <City>San Francisco</City>
    <CountyOrParish>CA</CountyOrParish>
    <Country>USA</Country>
    <Latitude>37.788495</Latitude>
    <Longitude>-122.430711</Longitude>
    <MediaURL>https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m1175600976s.jpg</MediaURL>
    <ImageUrls>[{&quot;url&quot;:&quot;https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m1175600976s.jpg&quot;},{&quot;url&quot;:&quot;https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m3838540325s.jpg&quot;},{&quot;url&quot;:&quot;https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m291873726s.jpg&quot;},{&quot;url&quot;:&quot;https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m262615276s.jpg&quot;},{&quot;url&quot;:&quot;https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m2265388141s.jpg&quot;},{&quot;url&quot;:&quot;https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m977299725s.jpg&quot;},{&quot;url&quot;:&quot;https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m605399551s.jpg&quot;},{&quot;url&quot;:&quot;https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m2687039312s.jpg&quot;},{&quot;url&quot;:&quot;https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m143028652s.jpg&quot;},{&quot;url&quot;:&quot;https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m3505726121s.jpg&quot;},{&quot;url&quot;:&quot;https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m500194507s.jpg&quot;},{&quot;url&quot;:&quot;https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m1367662606s.jpg&quot;},{&quot;url&quot;:&quot;https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m2479823041s.jpg&quot;},{&quot;url&quot;:&quot;https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m2647736899s.jpg&quot;},{&quot;url&quot;:&quot;https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m1287505711s.jpg&quot;},{&quot;url&quot;:&quot;h

Truncated — showing 3,000 of 10,608 chars

Schema.org (JSON-LD)
application/ld+json · .jsonld

JSON-LD format for SEO and semantic web integration

{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "RealEstateListing",
      "@id": "https://www.realtor.com/realestateandhomes-detail/2112-Pine-St-B_San-Francisco_CA_94115_M13332-40776",
      "name": "2112 Pine St Unit B",
      "description": "2112 Pine St Unit B, San Francisco, CA 94115 is for sale. View 44 photos of this 3 bed, 2 bath, 1570 sqft. condo with a list price of $1999000.",
      "url": "https://www.realtor.com/realestateandhomes-detail/2112-Pine-St-B_San-Francisco_CA_94115_M13332-40776",
      "offers": {
        "@type": "Offer",
        "price": 1999000,
        "priceCurrency": "USD",
        "availability": "https://schema.org/InStock"
      },
      "about": {
        "@type": "SingleFamilyResidence",
        "address": {
          "@type": "PostalAddress",
          "addressLocality": "San Francisco",
          "postalCode": "94115",
          "addressCountry": "USA"
        },
        "geo": {
          "@type": "GeoCoordinates",
          "latitude": 37.788495,
          "longitude": -122.430711
        },
        "numberOfBedrooms": 3,
        "numberOfBathroomsTotal": 2,
        "floorSize": {
          "@type": "QuantitativeValue",
          "value": 1570,
          "unitCode": "FTK"
        }
      },
      "image": [
        "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m1175600976s.jpg",
        "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m3838540325s.jpg",
        "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m291873726s.jpg",
        "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m262615276s.jpg",
        "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m2265388141s.jpg",
        "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m977299725s.jpg",
        "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m605399551s.jpg",
        "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m2687039312s.jpg",
        "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m143028652s.jpg",
        "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m3505726121s.jpg",
        "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m500194507s.jpg",
        "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m1367662606s.jpg",
        "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m2479823041s.jpg",
        "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m2647736899s.jpg",
        "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m1287505711s.jpg",
        "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m2526629671s.jpg",
        "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m2073827681s.jpg",
        "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m1174592885s.jpg",
        "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m776670193s.jpg",
        "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m481114246s.jpg",
        "https://ap.rdcpix.com/3c77894

Truncated — showing 3,000 of 5,041 chars

Industry Formats

BLM (Rightmove)
text/plain · .blm

BLM pipe-delimited format for UK property portals (Rightmove/Zoopla)

#HEADER#
Version : 3i
EOF : '^'
EOR : '~'
#DEFINITION#
AGENT_REF^ADDRESS_1^ADDRESS_2^TOWN^COUNTY^POSTCODE1^POSTCODE2^DISPLAY_ADDRESS^COUNTRY^PROP_SUB_ID^PROP_SUB_ID_2^SUMMARY^DESCRIPTION^PRICE^PRICE_DISPLAY^PRICE_QUALIFIER^CURRENCY^TRANS_TYPE_ID^STATUS_ID^TENURE_TYPE_ID^BEDROOMS^BATHROOMS^TOILETS^PARKING^SIZE^SIZE_UNITS^PLOT_SIZE^YEAR_BUILT^EPC_RATING^EPC_LETTER^FURNISHED^AGENT_NAME^AGENT_PHONE^AGENT_EMAIL^AGENT_LOGO^LATITUDE^LONGITUDE^URL^FEATURE1^FEATURE2^FEATURE3^FEATURE4^FEATURE5^FEATURE6^FEATURE7^FEATURE8^FEATURE9^FEATURE10^MEDIA_IMAGE_00^MEDIA_IMAGE_01^MEDIA_IMAGE_02^MEDIA_IMAGE_03^MEDIA_IMAGE_04^MEDIA_IMAGE_05^MEDIA_IMAGE_06^MEDIA_IMAGE_07^MEDIA_IMAGE_08^MEDIA_IMAGE_09^MEDIA_FLOOR_PLAN_00^MEDIA_FLOOR_PLAN_01^~
#DATA#
1333240776^^^San Francisco^^94115^^2112 Pine St Unit B^USA^condo^^2112 Pine St Unit B^2112 Pine St Unit B, San Francisco, CA 94115 is for sale. View 44 photos of this 3 bed, 2 bath, 1570 sqft. condo with a list price of $1999000.^1999000^1999000^^USD^1^^^3^2^^^1570^sqft^^^^^^^^^^37.788495^-122.430711^https://www.realtor.com/realestateandhomes-detail/2112-Pine-St-B_San-Francisco_CA_94115_M13332-40776^^^^^^^^^^^https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m1175600976s.jpg^https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m3838540325s.jpg^https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m291873726s.jpg^https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m262615276s.jpg^https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m2265388141s.jpg^https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m977299725s.jpg^https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m605399551s.jpg^https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m2687039312s.jpg^https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m143028652s.jpg^https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m3505726121s.jpg^^^~
#END#
Kyero XML
application/xml · .xml

Kyero XML format for Spanish property market

<?xml version="1.0" encoding="UTF-8"?>
<root>
  <property>
    <ref>1333240776</ref>
    <url>https://www.realtor.com/realestateandhomes-detail/2112-Pine-St-B_San-Francisco_CA_94115_M13332-40776</url>
    <price>1999000</price>
    <currency>USD</currency>
    <type>other</type>
    <beds>3</beds>
    <baths>2</baths>
    <location>
      <city>San Francisco</city>
      <area>CA</area>
      <country>USA</country>
      <zip>94115</zip>
      <detail>2112 Pine St Unit B</detail>
      <latitude>37.788495</latitude>
      <longitude>-122.430711</longitude>
    </location>
    <surface_area>
      <built>1570</built>
    </surface_area>
    <title>
      <en>2112 Pine St Unit B</en>
    </title>
    <desc>
      <en>2112 Pine St Unit B, San Francisco, CA 94115 is for sale. View 44 photos of this 3 bed, 2 bath, 1570 sqft. condo with a list price of $1999000.</en>
    </desc>
    <images>
      <image><url>https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m1175600976s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m3838540325s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m291873726s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m262615276s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m2265388141s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m977299725s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m605399551s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m2687039312s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m143028652s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m3505726121s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m500194507s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m1367662606s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m2479823041s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m2647736899s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m1287505711s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m2526629671s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m2073827681s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m1174592885s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m776670193s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m481114246s.jpg</url></image>
      <im

Truncated — showing 3,000 of 5,541 chars

RESO JSON
application/json · .json

RESO Web API JSON format for US/Canadian MLS

{
  "@odata.context": "https://api.reso.org/Property",
  "@odata.count": 1,
  "value": [
    {
      "ListingKey": "1333240776",
      "OriginalListingURL": "https://www.realtor.com/realestateandhomes-detail/2112-Pine-St-B_San-Francisco_CA_94115_M13332-40776",
      "SourceSystem": "us_realtor",
      "ListPriceDisplay": "1999000",
      "ListPrice": 1999000,
      "CurrencyCode": "USD",
      "ListPriceCents": 199900000,
      "ListingTitle": "2112 Pine St Unit B",
      "PublicRemarks": "2112 Pine St Unit B, San Francisco, CA 94115 is for sale. View 44 photos of this 3 bed, 2 bath, 1570 sqft. condo with a list price of $1999000.",
      "LivingAreaUnits": "sqft",
      "LivingArea": 1570,
      "BedroomsTotal": 3,
      "BathroomsTotalInteger": 2,
      "ForSale": "true",
      "UnparsedAddress": "2112 Pine St Unit B",
      "PostalCode": "94115",
      "City": "San Francisco",
      "CountyOrParish": "CA",
      "Country": "USA",
      "Latitude": 37.788495,
      "Longitude": -122.430711,
      "PropertyType": "condo",
      "Media": [
        {
          "MediaURL": "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m1175600976s.jpg",
          "MediaCategory": "Photo",
          "Order": 1
        },
        {
          "MediaURL": "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m3838540325s.jpg",
          "MediaCategory": "Photo",
          "Order": 2
        },
        {
          "MediaURL": "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m291873726s.jpg",
          "MediaCategory": "Photo",
          "Order": 3
        },
        {
          "MediaURL": "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m262615276s.jpg",
          "MediaCategory": "Photo",
          "Order": 4
        },
        {
          "MediaURL": "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m2265388141s.jpg",
          "MediaCategory": "Photo",
          "Order": 5
        },
        {
          "MediaURL": "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m977299725s.jpg",
          "MediaCategory": "Photo",
          "Order": 6
        },
        {
          "MediaURL": "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m605399551s.jpg",
          "MediaCategory": "Photo",
          "Order": 7
        },
        {
          "MediaURL": "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m2687039312s.jpg",
          "MediaCategory": "Photo",
          "Order": 8
        },
        {
          "MediaURL": "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m143028652s.jpg",
          "MediaCategory": "Photo",
          "Order": 9
        },
        {
          "MediaURL": "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m3505726121s.jpg",
          "MediaCategory": "Photo",
          "Order": 10
        },
        {
          "MediaURL": "https://ap.rdcpix.com/3c7789416748f204342198c16692ed2fl-m500194507s.jpg",
          "MediaCategory": "Photo",
          "Order": 11
        },
        {
  

Truncated — showing 3,000 of 8,840 chars