Discover/goganteam.com API
live

goganteam.com APIwww.goganteam.com

Search Southwest Florida MLS listings by address via the Gogan Team API. Returns price, beds, baths, sqft, agent info, and location autocomplete.

Endpoints
2
Updated
4h ago
Try it
Page number for pagination.
Street address or partial address to search for (e.g. '1008 Monterey Dr', '123 Main St').
Number of results per page, between 1 and 50.
api.parse.bot/scraper/5132c601-853e-4472-af57-4a86b9d9437f/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X POST 'https://api.parse.bot/scraper/5132c601-853e-4472-af57-4a86b9d9437f/search_properties' \
  -H 'X-API-Key: $PARSE_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{}'
All endpoints · 2 totalclick to expand

Search for properties by address. Returns paginated property listings with details including price, beds, baths, square footage, location, and listing agent information.

Input
ParamTypeDescription
pageintegerPage number for pagination.
addressrequiredstringStreet address or partial address to search for (e.g. '1008 Monterey Dr', '123 Main St').
page_sizeintegerNumber of results per page, between 1 and 50.
Response
{
  "type": "object",
  "fields": {
    "page": "integer",
    "page_size": "integer",
    "properties": "array of property objects with mls_id, address, city, state, zip, price, beds, baths_full, baths_half, sqft, acreage, year_built, list_type, photo_url, latitude, longitude, detail_url, office_name, agent_name, date_added",
    "total_pages": "integer",
    "total_records": "integer"
  },
  "sample": {
    "page": 1,
    "page_size": 12,
    "properties": [
      {
        "zip": "34748",
        "beds": 3,
        "city": "Leesburg",
        "sqft": 1968,
        "price": "$535,000",
        "state": "FL",
        "mls_id": "G5112870",
        "status": "Active",
        "acreage": 0.51,
        "address": "1008 Monterey Dr",
        "latitude": "28.800313",
        "list_type": "Single Family Home",
        "longitude": "-81.865702",
        "photo_url": "https://cdn.listingphotos.sierrastatic.com/pics2x/v1780332601/240/240_G5112870_01.jpg",
        "agent_name": "Jane Doe",
        "baths_full": 2,
        "baths_half": 1,
        "date_added": "6/1/2026",
        "detail_url": "/property-search/detail/240/G5112870/1008-monterey-dr-leesburg-fl-34748/?src=2",
        "year_built": "1973",
        "internal_id": 1703757825,
        "office_name": "Morris Realty And Investments",
        "photo_count": 56,
        "subdivision": "Leesburg East Leesburg",
        "days_on_site": 1,
        "lot_size_sqft": 22131
      }
    ],
    "total_pages": 1,
    "total_records": 1
  }
}

About the goganteam.com API

The Gogan Team API provides 2 endpoints for querying Southwest Florida MLS property listings. The search_properties endpoint returns paginated results with 12+ fields per listing — including price, beds, baths, square footage, acreage, and year built — while lookup_locations resolves partial city names, subdivision names, ZIP codes, or street addresses into structured location inputs.

Property Search

The search_properties endpoint accepts a required address string (full or partial, e.g. '1008 Monterey Dr') and returns paginated MLS listings for Southwest Florida. Each property object in the properties array includes mls_id, address, city, state, zip, price, beds, baths_full, baths_half, sqft, acreage, and year_built. Pagination is controlled via the page and page_size parameters, where page_size accepts values between 1 and 50. The response also returns total_records and total_pages so you can walk through all matching results programmatically.

Location Lookup

The lookup_locations endpoint takes a query string and returns matching location items, each with a value and a type. Types include cities, areas, subdivisions, subareas, elementarySchools, middleSchools, and more. This is useful for discovering valid, normalized input strings before passing them to search_properties, or for building an address autocomplete feature in your own application.

Coverage and Scope

Data covers Southwest Florida MLS listings as surfaced through the Gogan Team platform. This includes residential properties in the Naples, Fort Myers, and surrounding areas. The API does not expose national or statewide MLS data — coverage is specific to the Southwest Florida region served by this brokerage.

Common use cases
  • Look up current MLS listing prices for specific streets or neighborhoods in Southwest Florida.
  • Build a property comparison tool using sqft, beds, baths, and year_built fields.
  • Feed location autocomplete into a regional property search interface using lookup_locations.
  • Track listing availability and price changes for addresses in a watchlist.
  • Identify subdivisions and school zones for a given area using the location type field.
  • Aggregate acreage and lot data for parcels in a specific ZIP code.
  • Retrieve listing agent information alongside property details for lead qualification.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Gogan Team provide an official developer API?+
Gogan Team does not publish a public developer API or API documentation. The Parse API provides structured access to the property data available on goganteam.com.
What does the lookup_locations endpoint return, and how does it differ from search_properties?+
lookup_locations returns a list of location items, each with a value string and a type (e.g. cities, subdivisions, elementarySchools, ZIP codes). It is intended for resolving ambiguous or partial queries into structured inputs. search_properties takes a specific address string and returns full property listing objects with price, size, and agent fields.
Does the API return property photos or listing descriptions?+
Not currently. The search_properties response covers structured fields like price, beds, baths, sqft, acreage, year_built, and agent info, but does not include listing photos or free-text property descriptions. You can fork this API on Parse and revise it to add those fields if they are available on the source listing page.
Is coverage limited to Southwest Florida?+
Yes. The API reflects the MLS inventory listed through the Gogan Team brokerage, which covers Southwest Florida — primarily the Naples and Fort Myers metro areas. It does not cover other Florida regions or national MLS data. You can fork this API on Parse and revise it to point at a different regional MLS source if broader coverage is needed.
How does pagination work in search_properties?+
The response includes page, page_size, total_pages, and total_records. Pass the page integer to walk through result sets and use page_size (1–50) to control how many listings are returned per request.
Page content last updated . Spec covers 2 endpoints from www.goganteam.com.
Related APIs in Real EstateSee all →
zillow.com API
Search for homes for sale, rent, or recently sold listings on Zillow while accessing detailed property information, Zestimates, agent profiles, and current mortgage rates all in one place. Streamline your real estate research by gathering comprehensive property details, agent information, and financing options without navigating multiple pages.
zoopla.co.uk API
Search for properties available for sale or rent, view detailed listing information, check sold house prices, and find local estate agents all in one place. Get access to live marketplace data to help you research properties, compare prices, and connect with agents on the Zoopla platform.
funda.nl API
Search for property listings on Funda.nl, the largest Dutch real estate platform. Access prices, addresses, property details, and agent contact information across Dutch cities and neighbourhoods. Supports paginated browsing and bulk retrieval of listings by area.
domain.com.au API
Search and compare property listings for sale, rent, or sold properties across Australia, view detailed property information and agent profiles, and explore suburb insights to make informed real estate decisions. Access comprehensive data on agents, neighborhoods, and properties all in one place.
immobiliare.it API
Search Italian property listings for sale or rent, browse real estate agencies, and explore price trends across Italian cities — all via immobiliare.it.
apartments.com API
Search thousands of apartment listings, view detailed property information including amenities and pricing, and discover properties managed by specific companies all in one place. Find your ideal rental by filtering through available apartments and learning more about the management companies behind them.
propertyguru.com.sg API
Search and browse thousands of property listings across Singapore for both sale and rent, view comprehensive details like pricing and features, and discover upcoming new project launches. Find the perfect property or connect with real estate agents all in one platform.
realtor.com API
Search millions of real estate listings on Realtor.com, view detailed property information, find qualified agents in your area, and access market analytics to understand pricing trends. Get location suggestions and property insights all in one place to help you make informed decisions about buying, selling, or investing in real estate.