<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic What API's do i need to connect to if i want to develop a property comparables tool? in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/what-api-s-do-i-need-to-connect-to-if-i-want-to/m-p/1649735#M11656</link>
    <description>&lt;P&gt;I am trying to develop a tool that will allow me to pull property comps by simply inputting a property address in Cook County Chicago.&amp;nbsp; i started with Google Places for the GIS, but am wondering i I should be using CookViewer instead to start the address/vector search.&amp;nbsp; From here I am trying to connect to Cook County open data via the Socrata platform to access fields such as address, PIN, building assessed value, building square footage, neighborhood code, and property class.&amp;nbsp; I believe i need to access Address Points and Assessor Parcel Addresses tables, but am not sure if there are other tables/APIs needed for this search.&lt;/P&gt;&lt;P&gt;&lt;A href="https://hub-cookcountyil.opendata.arcgis.com/datasets/5ec856ded93e4f85b3f6e1bc027a2472_0/about?utm_source=chatgpt.com" target="_blank"&gt;https://hub-cookcountyil.opendata.arcgis.com/datasets/5ec856ded93e4f85b3f6e1bc027a2472_0/about?utm_source=chatgpt.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://datacatalog.cookcountyil.gov/Property-Taxation/Assessor-Parcel-Addresses/3723-97qp?utm_source=chatgpt.com" target="_blank"&gt;https://datacatalog.cookcountyil.gov/Property-Taxation/Assessor-Parcel-Addresses/3723-97qp?utm_source=chatgpt.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Sep 2025 14:36:19 GMT</pubDate>
    <dc:creator>csalmen</dc:creator>
    <dc:date>2025-09-11T14:36:19Z</dc:date>
    <item>
      <title>What API's do i need to connect to if i want to develop a property comparables tool?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/what-api-s-do-i-need-to-connect-to-if-i-want-to/m-p/1649735#M11656</link>
      <description>&lt;P&gt;I am trying to develop a tool that will allow me to pull property comps by simply inputting a property address in Cook County Chicago.&amp;nbsp; i started with Google Places for the GIS, but am wondering i I should be using CookViewer instead to start the address/vector search.&amp;nbsp; From here I am trying to connect to Cook County open data via the Socrata platform to access fields such as address, PIN, building assessed value, building square footage, neighborhood code, and property class.&amp;nbsp; I believe i need to access Address Points and Assessor Parcel Addresses tables, but am not sure if there are other tables/APIs needed for this search.&lt;/P&gt;&lt;P&gt;&lt;A href="https://hub-cookcountyil.opendata.arcgis.com/datasets/5ec856ded93e4f85b3f6e1bc027a2472_0/about?utm_source=chatgpt.com" target="_blank"&gt;https://hub-cookcountyil.opendata.arcgis.com/datasets/5ec856ded93e4f85b3f6e1bc027a2472_0/about?utm_source=chatgpt.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://datacatalog.cookcountyil.gov/Property-Taxation/Assessor-Parcel-Addresses/3723-97qp?utm_source=chatgpt.com" target="_blank"&gt;https://datacatalog.cookcountyil.gov/Property-Taxation/Assessor-Parcel-Addresses/3723-97qp?utm_source=chatgpt.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 14:36:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/what-api-s-do-i-need-to-connect-to-if-i-want-to/m-p/1649735#M11656</guid>
      <dc:creator>csalmen</dc:creator>
      <dc:date>2025-09-11T14:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: What API's do i need to connect to if i want to develop a property comparables tool?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/what-api-s-do-i-need-to-connect-to-if-i-want-to/m-p/1649736#M11657</link>
      <description>&lt;P&gt;does anyone with knowledge of these APIs know if there is a simpler way to pull this information as part of realtime integration to lookup search and compare properties?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 14:37:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/what-api-s-do-i-need-to-connect-to-if-i-want-to/m-p/1649736#M11657</guid>
      <dc:creator>csalmen</dc:creator>
      <dc:date>2025-09-11T14:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: What API's do i need to connect to if i want to develop a property comparables tool?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/what-api-s-do-i-need-to-connect-to-if-i-want-to/m-p/1649771#M11659</link>
      <description>&lt;BLOCKQUOTE&gt;utm_source=chatgpt.com&lt;/BLOCKQUOTE&gt;&lt;P&gt;Well there's one of your problems!&lt;/P&gt;&lt;P&gt;Anyways, poking around that page leads to the ArcGIS REST endpoint for that address points layer: &lt;A href="https://gis.cookcountyil.gov/traditional/rest/services/addressZipCode/MapServer/0" target="_self"&gt;link&lt;/A&gt;. This can be added straight in Pro for analysis or data extraction, or you can add that whole MapService as an item in your portal for a convenient proxy. Personally I'd export the data in Pro to a copy you control to avoid battering their servers, but if you have minimal usage and need timely data you can just talk to their service as needed.&lt;/P&gt;&lt;P&gt;Once you have the service in whatever shape you prefer, you can add it to maps with, say, no symbol and a house number label that only shows up at large scales (i.e. max zoom). Then you can reference that layer in any Experience Builder widget that supports querying or filtering layers and you're done. If you need a more custom implementation, dig through the &lt;A href="https://doc.arcgis.com/en/" target="_self"&gt;appropriate API references&lt;/A&gt;, almost every ArcGIS API has ways to deal with map service layers. If you need fuzzy address matching, dig into &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/introduction-to-custom-locators.htm" target="_self"&gt;building a custom locator&lt;/A&gt; and then use that service instead.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 15:50:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/what-api-s-do-i-need-to-connect-to-if-i-want-to/m-p/1649771#M11659</guid>
      <dc:creator>DavidSolari</dc:creator>
      <dc:date>2025-09-11T15:50:16Z</dc:date>
    </item>
  </channel>
</rss>

