Real-Time Zillow Data API

Trending API API ID 7341

Fast and Reliable US & Canada Real Estate Property Searches by Address or Coordinates, Zestimates, and More from Zillow in Real-Time.

91% uptime 4,155 ms avg response

API Documentation

Endpoints

Request
Search for properties by location (county, neighborhood, city, or zip code).
Endpoint ID: 11667
GET https://zylalabs.com/api/7341/real-time+zillow+data+api/11667/search
INPUT PARAMETERS

Search — Endpoint Features

Object Description
min_bedrooms Optional Filters properties by a minimum number of bedrooms. Default: 0
for_sale_by_agent Optional Filters properties listed by real estate agents. Default: true
listing_type Optional Listing type of the property. (BY_OWNER_OTHER is for off market properties). Default: BY_AGENT Allowed values: BY_AGENT,BY_OWNER_OTHER
max_lot_size Optional Sets the maximum lot size for properties. (in square feet) Examples: 1000 21780 87120 Default: 0
min_lot_size Optional Sets the minimum lot size for properties. (in square feet) Examples: 1000 21780 87120 Default: 0
max_sqft Optional Sets the maximum square footage for properties. Default: 0
min_sqft Optional Sets the minimum square footage for properties. Default: 0
max_bathrooms Optional Filters properties by a maximum number of bathrooms. Default: 0
min_bathrooms Optional Filters properties by a minimum number of bathrooms. Default: 0
max_bedrooms Optional Filters properties by a maximum number of bedrooms. Default: 0
location Required Location details (county, neighborhood or zip code). Max length: 100
max_monthly_payment Optional Sets the maxium monthly payment for properties in the search results (only for FOR_SALE). Includes estimated principal and interest, mortgage insurance, property taxes, home insurance and HOA fees. Default: 0
min_monthly_payment Optional Sets the minimum monthly payment for properties in the search results (only for FOR_SALE). Includes estimated principal and interest, mortgage insurance, property taxes, home insurance and HOA fees. Default: 0
max_price Optional Sets the maximum price for properties in the search results. Default: 0
min_price Optional Sets the minimum price for properties in the search results. Default: 0
sort Optional Return the results in a specific sort order. Default: DEFAULT Allowed values for FOR_RENT: DEFAULT,VERIFIED_SOURCE,PRICE_HIGH_LOW,PRICE_LOW_HIGH, NEWEST,BEDROOMS,BATHROOMS,SQUARE_FEET,LOT_SIZE Allowed values for other: DEFAULT,PRICE_HIGH_LOW,PRICE_LOW_HIGH, NEWEST,BEDROOMS,BATHROOMS,SQUARE_FEET,LOT_SIZE Note: For other status types DEFAULT sort order is the equivalent of Homes for you.
space_type Optional Find properties with specified space type (works for FOR_RENT home_status type), specified as a comma separated list of the following values: ENTIRE_PLACE, ROOM. Examples: ENTIRE_PLACE ROOM,ENTIRE_PLACE
home_type Optional Filters by comma-separated list of property types (leave empty to include all types): Allowed values for FOR_RENT: HOUSES APARTMENTS_CONDOS_COOPS TOWNHOMES Allowed values for other: HOUSES TOWNHOMES MULTI_FAMILY CONDOS_COOPS LOTSLAND APARTMENTS MANUFACTURED
home_status Optional Filters properties based on their status. Default: FOR_SALE Allowed values: FOR_SALE,FOR_RENT,RECENTLY_SOLD
page Optional Page to return (each page includes up to 41 results). Default: 1 Allowed values: 1-100

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

min_bedrooms
for_sale_by_agent
listing_type
max_lot_size
min_lot_size
max_sqft
min_sqft
max_bathrooms
min_bathrooms
max_bedrooms
location
max_monthly_payment
min_monthly_payment
max_price
min_price
sort
space_type
home_type
home_status
page
API EXAMPLE RESPONSE
JSON
{
    "status": "OK",
    "request_id": "81fc95df-86f3-44b7-a3dc-1d81abcd7a97",
    "parameters": {
        "page": 2,
        "home_status": "FOR_SALE",
        "sort": "DEFAULT",
        "listing_type": "BY_AGENT",
        "location": "Los Angeles, CA"
    },
    "data": [
        {
            "zpid": "136702358",
            "homeStatus": "FOR_SALE",
            "detailUrl": "https://www.zillow.com/homedetails/24425-Woolsey-Canyon-Rd-SPC-39-Canoga-Park-CA-91304/136702358_zpid/",
            "address": "24425 Woolsey Canyon Rd Spc 39, Canoga Park, CA 91304",
            "streetAddress": "24425 Woolsey Canyon Rd Spc 39",
            "city": "Canoga Park",
            "state": "CA",
            "country": "USA",
            "zipcode": "91304",
            "latitude": 34.235462,
            "longitude": -118.661224,
            "homeType": "MANUFACTURED",
            "price": 99500,
            "currency": "USD",
            "zestimate": 178100,
            "rentZestimate": 3439,
            "taxAssessedValue": 21901,
            "bathrooms": 2,
            "bedrooms": 4,
            "livingArea": 1818,
            "daysOnZillow": 5,
            "isFeatured": false,
            "isPreforeclosureAuction": false,
            "timeOnZillow": 498172000,
            "isNonOwnerOccupied": true,
            "isPremierBuilder": false,
            "isZillowOwned": false,
            "unit": "Spc 39",
            "isShowcaseListing": false,
            "listingSubType": {
                "is_FSBA": true
            },
            "palsId": "3007_SR26162189",
            "id": "136702358",
            "rawHomeStatusCd": "ForSale",
            "marketingStatusSimplifiedCd": "For Sale by Agent",
            "imgSrc": "https://photos.zillowstatic.com/fp/1d8602169bd359c27caa6d6e25cdf662-p_e.jpg",
            "hasImage": true,
            "statusType": "FOR_SALE",
            "statusText": "Home for sale",
            "countryCurrency": "$",
            "unformattedPrice": 99500,
            "addressStreet": "24425 Woolsey Canyon Rd Spc 39",
            "addressCity": "Canoga Park",
            "addressState": "CA",
            "addressZipcode": "91304",
            "isUndisclosedAddress": false,
            "shouldShowRequestOnPrice": false,
            "beds": 4,
            "baths": 2,
            "area": 1818,
            "latLong": {
                "latitude": 34.235462,
                "longitude": -118.661224
            },
            "flexFieldText": "5 days on Zillow",
            "contentType": "daysOnZillow",
            "hdpData": {
                "homeInfo": {
                    "zpid": 136702358,
                    "streetAddress": "24425 Woolsey Canyon Rd Spc 39",
                    "zipcode": "91304",
                    "city": "Canoga Park",
                    "state": "CA",
                    "latitude": 34.235462,
                    "longitude": -118.661224,
                    "price": 99500,
                    "bathrooms": 2,
                    "bedrooms": 4,
                    "livingArea": 1818,
                    "homeType": "MANUFACTURED",
                    "homeStatus": "FOR_SALE",
                    "daysOnZillow": 5,
                    "isFeatured": false,
                    "shouldHighlight": false,
                    "zestimate": 178100,
                    "rentZestimate": 3439,
                    "listing_sub_type": {
                        "is_FSBA": true
                    },
                    "isUnmappable": false,
                    "isPreforeclosureAuction": false,
                    "homeStatusForHDP": "FOR_SALE",
                    "priceForHDP": 99500,
                    "timeOnZillow": 498172000,
                    "isNonOwnerOccupied": true,
                    "isPremierBuilder": false,
                    "isZillowOwned": false,
                    "currency": "USD",
                    "country": "USA",
                    "taxAssessedValue": 21901,
                    "unit": "Spc 39",
                    "isShowcaseListing": false
                }
            },
            "isUserClaimingOwner": false,
            "isUserConfirmedClaim": false,
            "pgapt": "ForSale",
            "sgapt": "For Sale (Broker)",
            "shouldShowZestimateAsPrice": false,
            "has3DModel": false,
            "hasVideo": false,
            "isHomeRec": false,
            "hasAdditionalAttributions": true,
            "isFeaturedListing": false,
            "list": true,
            "relaxed": false,
            "brokerName": "Rodeo Realty",
            "carouselPhotosComposable": {
                "baseUrl": "https://photos.zillowstatic.com/fp/{photoKey}-p_e.jpg",
                "communityBaseUrl": null,
                "photoData": [
                    {
                        "photoKey": "1d8602169bd359c27caa6d6e25cdf662"
                    },
                    {
                        "photoKey": "52c1ddb6709ef4e463fa3204172fd1f9"
                    },
                    {
                        "photoKey": "cc24f4268cdc379a2f838a6f369f8b93"
                    },
                    {
                        "photoKey": "4f39367737cc9bd8a45248b44ab12823"
                    },
                    {
                        "photoKey": "7a4203ff45e93cf7315eb393eeaf2c2d"
                    },
                    {
                        "photoKey": "114594fc64b57edfbee606c1d9ff5b7a"
                    },
                    {
                        "photoKey": "b8f2602fe817c9f1142f837e88f93604"
                    },
                    {
                        "photoKey": "6e82eb410d8cec9e8025674c5d4cd397"
                    },
                    {
                        "photoKey": "7d1729ba7290a2d3c15ce622ff1a3e6c"
                    },
                    {
                        "photoKey": "d926f2457228f70ba24a3ecc26fd0e18"
                    },
                    {
                        "photoKey": "cf1f0b3649c50e66f86aecd492c15f90"
                    },
                    {
                        "photoKey": "9c4944aa81f0b5ed97a0e3151fe54378"
                    },
                    {
                        "photoKey": "0c29a8af7885d8fa23ef1a662efc7249"
                    },
                    {
                        "photoKey": "1b7b7d69f87d7de3fe6fcd4f3b43fefc"
                    },
                    {
                        "photoKey": "35aad4f5df09028fdf6009462eb60635"
                    },
                    {
                        "photoKey": "53ba0064adcf52df01b48469e427b1f4"
                    },
                    {
                        "photoKey": "5fb7114b110875a1667f94b003daec2b"
                    },
                    {
                        "photoKey": "dba3fd651e7999ed16f57af3176e277d"
                    },
                    {
                        "photoKey": "e415e50c35b08097cfbe0a5345bbd757"
                    },
                    {
                        "photoKey": "0fa9c1b03c9003bfd1f5df380b121ffa"
                    },
                    {
                        "photoKey": "6c4618b082db177c1ca1b816c2dfe956"
                    },
                    {
                        "photoKey": "f4c987416f140c5253bf8fb9a1588166"
                    },
                    {
                        "photoKey": "fb821cd0b3647b04f9b70081653039f0"
                    },
                    {
                        "photoKey": "5b19520cd5349ed1c2989fc42c314e29"
                    },
                    {
                        "photoKey": "cf8e98be1a8909e52caf5525a9fc4801"
                    },
                    {
                        "photoKey": "8e855afcc97a657944c6c9c91e27605b"
                    },
                    {
                        "photoKey": "f9d979ced0395e0d60032ad7b007b391"
                    },
                    {
                        "photoKey": "3dcf9934a5d10ca116245ed310f71d09"
                    },
                    {
                        "photoKey": "8df474de083a913ae71c0262c32069e4"
                    },
                    {
                        "photoKey": "6ec9998b34f912a26aa3870eb4d0ba5a"
                    },
                    {
                        "photoKey": "c07beaaca136854bf8f6e1cbb8edd62b"
                    },
                    {
                        "photoKey": "c5cee71b8a908e8ad5721a3f4ca2b1a2"
                    },
                    {
                        "photoKey": "5ecb88b64fee05e27e5844b7bbd26a2d"
                    },
                    {
                        "photoKey": "a04c006b73785a09d3a0d9878d40dbd2"
                    },
                    {
                        "photoKey": "6b856b6c0378f082934804833beddbd1"
                    },
                    {
                        "photoKey": "75a1c3c6f222e642bfa25a130e511640"
                    },
                    {
                        "photoKey": "549071cce833477eb9db14f0b407cbf0"
                    },
                    {
                        "photoKey": "d061a5fae65f72d1f84e89da2d41ec39"
                    },
                    {
                        "photoKey": "6170e67866613cca7b618e76159bbd04"
                    },
                    {
                        "photoKey": "ece9897366bcf83d29e874f48196b728"
                    },
                    {
                        "photoKey": "c2c129c5247555eb12424519d83e46b5"
                    },
                    {
                        "photoKey": "19576007e8f2cab4fbbab623dbed1300"
                    },
                    {
                        "photoKey": "12edd23a7e38565d2ce968358f3ef9e4"
                    },
                    {
                        "photoKey": "b1f1e3db5eb6e266c7243ce322036cc5"
                    }
                ]
            }
        }
    ],"_note":"Response truncated for documentation purposes"}
Search — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/7341/real-time+zillow+data+api/11667/search?location=Los Angeles, CA&home_status=FOR_SALE&page=2' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request
Search for properties in a specific geographic location, by a center latitude, longitude point and a diameter.
Endpoint ID: 11668
GET https://zylalabs.com/api/7341/real-time+zillow+data+api/11668/search+by+coordinates
INPUT PARAMETERS

Search by Coordinates — Endpoint Features

Object Description
min_monthly_payment Optional Sets the minimum monthly payment for properties in the search results (only for FOR_SALE). Includes estimated principal and interest, mortgage insurance, property taxes, home insurance and HOA fees. Default: 0
max_lot_size Optional Sets the maximum lot size for properties. (in square feet) Examples: 1000 21780 87120 Default: 0
min_lot_size Optional Sets the minimum lot size for properties. (in square feet) Examples: 1000 21780 87120 Default: 0
max_sqft Optional Sets the maximum square footage for properties. Default: 0
min_sqft Optional Sets the minimum square footage for properties. Default: 0
max_bathrooms Optional Filters properties by a maximum number of bathrooms. Default: 0
min_bathrooms Optional Filters properties by a minimum number of bathrooms. Default: 0
max_bedrooms Optional Filters properties by a maximum number of bedrooms. Default: 0
min_bedrooms Optional Filters properties by a minimum number of bedrooms. Default: 0
max_monthly_payment Optional Sets the maxium monthly payment for properties in the search results (only for FOR_SALE). Includes estimated principal and interest, mortgage insurance, property taxes, home insurance and HOA fees. Default: 0
long Required Specifies geographic longitude of the area center point for the property search. Default: -118.504744
max_price Optional Sets the maximum price for properties in the search results. Default: 0
min_price Optional Sets the minimum price for properties in the search results. Default: 0
sort Optional Return the results in a specific sort order. Default: DEFAULT Allowed values for FOR_RENT: DEFAULT,VERIFIED_SOURCE,PRICE_HIGH_LOW,PRICE_LOW_HIGH, NEWEST,BEDROOMS,BATHROOMS,SQUARE_FEET,LOT_SIZE Allowed values for other: DEFAULT,PRICE_HIGH_LOW,PRICE_LOW_HIGH, NEWEST,BEDROOMS,BATHROOMS,SQUARE_FEET,LOT_SIZE Note: For other status types DEFAULT sort order is the equivalent of Homes for you.
space_type Optional Find properties with specified space type (works for FOR_RENT home_status type), specified as a comma separated list of the following values: ENTIRE_PLACE, ROOM. Examples: ENTIRE_PLACE ROOM,ENTIRE_PLACE
home_type Optional Filters by comma-separated list of property types (leave empty to include all types): Allowed values for FOR_RENT: HOUSES APARTMENTS_CONDOS_COOPS TOWNHOMES Allowed values for other: HOUSES TOWNHOMES MULTI_FAMILY CONDOS_COOPS LOTSLAND APARTMENTS MANUFACTURED
home_status Optional Filters properties based on their status. Default: FOR_SALE Allowed values: FOR_SALE,FOR_RENT,RECENTLY_SOLD
page Optional Page to return (each page includes up to 41 results). Default: 1 Allowed values: 1-100
diameter Optional Diameter in miles for the search area around center point defined by long, lat. Default: 1.0 Allowed values: 0.1-100 Default: 1
lat Required Specifies geographic latitude of the area center point for the property search. Default: 34.01822

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

min_monthly_payment
max_lot_size
min_lot_size
max_sqft
min_sqft
max_bathrooms
min_bathrooms
max_bedrooms
min_bedrooms
max_monthly_payment
long
max_price
min_price
sort
space_type
home_type
home_status
page
diameter
lat
API EXAMPLE RESPONSE
JSON
{
    "status": "OK",
    "request_id": "9a79d6ca-318b-4a40-8efc-7d81cfbcd787",
    "parameters": {
        "long": -118.504744,
        "lat": 34.01822,
        "diameter": 2,
        "page": 1,
        "home_status": "FOR_SALE",
        "sort": "DEFAULT",
        "listing_type": "BY_AGENT"
    },
    "data": [
        {
            "zpid": "63791372",
            "homeStatus": "FOR_SALE",
            "detailUrl": "https://www.zillow.com/homedetails/915-12th-St-APT-2-Santa-Monica-CA-90403/63791372_zpid/",
            "address": "915 12th St APT 2, Santa Monica, CA 90403",
            "streetAddress": "915 12th St APT 2",
            "city": "Santa Monica",
            "state": "CA",
            "country": "USA",
            "zipcode": "90403",
            "latitude": 34.029217,
            "longitude": -118.49485,
            "homeType": "CONDO",
            "price": 1695000,
            "currency": "USD",
            "zestimate": 1658600,
            "rentZestimate": 6903,
            "taxAssessedValue": 1913356,
            "lotAreaValue": 7501.032,
            "lotAreaUnit": "sqft",
            "bathrooms": 3,
            "bedrooms": 2,
            "livingArea": 1641,
            "daysOnZillow": 6,
            "isFeatured": false,
            "isPreforeclosureAuction": false,
            "timeOnZillow": 591411000,
            "isNonOwnerOccupied": true,
            "isPremierBuilder": false,
            "isZillowOwned": false,
            "unit": "Apt 2",
            "isShowcaseListing": false,
            "listingSubType": {
                "is_FSBA": true
            },
            "palsId": "17327005_26863127",
            "id": "63791372",
            "rawHomeStatusCd": "ForSale",
            "marketingStatusSimplifiedCd": "For Sale by Agent",
            "imgSrc": "https://photos.zillowstatic.com/fp/e28a45cc61a5b08bae77c32f33c1255c-p_e.jpg",
            "hasImage": true,
            "statusType": "FOR_SALE",
            "statusText": "Condo for sale",
            "countryCurrency": "$",
            "unformattedPrice": 1695000,
            "addressStreet": "915 12th St APT 2",
            "addressCity": "Santa Monica",
            "addressState": "CA",
            "addressZipcode": "90403",
            "isUndisclosedAddress": false,
            "shouldShowRequestOnPrice": false,
            "beds": 2,
            "baths": 3,
            "area": 1641,
            "latLong": {
                "latitude": 34.029217,
                "longitude": -118.49485
            },
            "flexFieldText": "6 days on Zillow",
            "contentType": "daysOnZillow",
            "hdpData": {
                "homeInfo": {
                    "zpid": 63791372,
                    "streetAddress": "915 12th St APT 2",
                    "zipcode": "90403",
                    "city": "Santa Monica",
                    "state": "CA",
                    "latitude": 34.029217,
                    "longitude": -118.49485,
                    "price": 1695000,
                    "bathrooms": 3,
                    "bedrooms": 2,
                    "livingArea": 1641,
                    "homeType": "CONDO",
                    "homeStatus": "FOR_SALE",
                    "daysOnZillow": 6,
                    "isFeatured": false,
                    "shouldHighlight": false,
                    "zestimate": 1658600,
                    "rentZestimate": 6903,
                    "listing_sub_type": {
                        "is_FSBA": true
                    },
                    "isUnmappable": false,
                    "isPreforeclosureAuction": false,
                    "homeStatusForHDP": "FOR_SALE",
                    "priceForHDP": 1695000,
                    "timeOnZillow": 591411000,
                    "isNonOwnerOccupied": true,
                    "isPremierBuilder": false,
                    "isZillowOwned": false,
                    "currency": "USD",
                    "country": "USA",
                    "taxAssessedValue": 1913356,
                    "unit": "Apt 2",
                    "lotAreaValue": 7501.032,
                    "lotAreaUnit": "sqft",
                    "isShowcaseListing": false
                }
            },
            "isUserClaimingOwner": false,
            "isUserConfirmedClaim": false,
            "pgapt": "ForSale",
            "sgapt": "For Sale (Broker)",
            "shouldShowZestimateAsPrice": false,
            "has3DModel": false,
            "hasVideo": false,
            "isHomeRec": false,
            "hasAdditionalAttributions": true,
            "isFeaturedListing": false,
            "list": true,
            "relaxed": false,
            "info6String": "Josh Picker DRE # 01982476",
            "brokerName": "Douglas Elliman of California, Inc.",
            "carouselPhotosComposable": {
                "baseUrl": "https://photos.zillowstatic.com/fp/{photoKey}-p_e.jpg",
                "communityBaseUrl": null,
                "photoData": [
                    {
                        "photoKey": "e28a45cc61a5b08bae77c32f33c1255c"
                    },
                    {
                        "photoKey": "f853f373568cbea89c3faf2a0fc13f3a"
                    },
                    {
                        "photoKey": "237c9b8593268110defc861007787f09"
                    },
                    {
                        "photoKey": "3ed2c0469aae9f35ae34ee99be6b41af"
                    },
                    {
                        "photoKey": "ff8249c0d09df172dd4e2f1ee753dfe2"
                    },
                    {
                        "photoKey": "08b8ef35c70c900e40985bcb80ace5dc"
                    },
                    {
                        "photoKey": "2a78b5f4edf39358f04dd155e03a487a"
                    },
                    {
                        "photoKey": "7580071a61070a706893cc5f78159dc1"
                    },
                    {
                        "photoKey": "264788260544c62a1dca3995fe40521a"
                    },
                    {
                        "photoKey": "78f10aac0d1288e32959c34164beee45"
                    },
                    {
                        "photoKey": "4747b9bbbf0af60a48fb315eceeb0b99"
                    },
                    {
                        "photoKey": "fdc1b42b36417b44d7a083edbe7bc344"
                    },
                    {
                        "photoKey": "c6df5beaa695fd926b638f89a2e715b0"
                    },
                    {
                        "photoKey": "da86712a28c9b8d49030c8406db74f9c"
                    },
                    {
                        "photoKey": "6b7bf71002e933ca97c418ae106653af"
                    },
                    {
                        "photoKey": "b14c684d11531bff719b501d2b2a39e1"
                    }
                ],
                "communityPhotoData": null,
                "isStaticUrls": false
            },
            "isPaidBuilderNewConstruction": false
        },
        {
            "zpid": "20485325",
            "homeStatus": "FOR_SALE",
            "detailUrl": "https://www.zillow.com/homedetails/1040-4th-St-107-Santa-Monica-CA-90403/20485325_zpid/",
            "address": "1040 4th St #107, Santa Monica, CA 90403",
            "streetAddress": "1040 4th St #107",
            "city": "Santa Monica",
            "state": "CA",
            "country": "USA",
            "zipcode": "90403",
            "latitude": 34.020763,
            "longitude": -118.50076,
            "homeType": "CONDO",
            "price": 545000,
            "priceChange": -50000,
            "currency": "USD",
            "zestimate": 540900,
            "rentZestimate": 5855,
            "taxAssessedValue": 124531,
            "lotAreaValue": 0.6895,
            "lotAreaUnit": "acres",
            "datePriceChanged": 1784185200000,
            "bathrooms": 2,
            "bedrooms": 2,
            "livingArea": 1346,
            "daysOnZillow": 95,
            "isFeatured": false,
            "priceReduction": "$50,000 (Jul 16)",
            "isPreforeclosureAuction": false,
            "timeOnZillow": 8257669000,
            "isNonOwnerOccupied": true,
            "isPremierBuilder": false,
            "isZillowOwned": false,
            "unit": "# 107",
            "isShowcaseListing": false,
            "listingSubType": {
                "is_FSBA": true
            },
            "palsId": "17327005_26814643",
            "id": "20485325",
            "rawHomeStatusCd": "ForSale",
            "marketingStatusSimplifiedCd": "For Sale by Agent",
            "imgSrc": "https://photos.zillowstatic.com/fp/b5cd4449b298da9caea34bd72694d30c-p_e.jpg",
            "hasImage": true,
            "statusType": "FOR_SALE",
            "statusText": "Condo for sale",
            "countryCurrency": "$",
            "unformattedPrice": 545000,
            "addressStreet": "1040 4th St #107",
            "addressCity": "Santa Monica",
            "addressState": "CA",
            "addressZipcode": "90403",
            "isUndisclosedAddress": false,
            "shouldShowRequestOnPrice": false,
            "beds": 2,
            "baths": 2,
            "area": 1346,
            "latLong": {
                "latitude": 34.020763,
                "longitude": -118.50076
            },
            "flexFieldText": "Price cut: $50,000 (7/16)",
            "contentType": "priceCut"
        }
    ],
    "_note": "Response truncated for documentation purposes"
}
Search by Coordinates — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/7341/real-time+zillow+data+api/11668/search+by+coordinates?long=-118.504744&diameter=2&lat=34.01822' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request
Search for properties in a specific geographic polygon area. Perfect for those who need more control over their search boundaries, this feature enables finding properties in complex or non-standard geographic areas. Support all filters and options available on Zillow.com.
Endpoint ID: 11669
GET https://zylalabs.com/api/7341/real-time+zillow+data+api/11669/search+by+polygon
INPUT PARAMETERS

Search by Polygon — Endpoint Features

Object Description
min_bedrooms Optional Filters properties by a minimum number of bedrooms. Default: 0
for_sale_by_agent Optional Filters properties listed by real estate agents. Default: true
listing_type Optional Listing type of the property. (BY_OWNER_OTHER is for off market properties). Default: BY_AGENT Allowed values: BY_AGENT,BY_OWNER_OTHER
max_lot_size Optional Sets the maximum lot size for properties. (in square feet) Examples: 1000 21780 87120 Default: 0
min_lot_size Optional Sets the minimum lot size for properties. (in square feet) Examples: 1000 21780 87120 Default: 0
max_sqft Optional Sets the maximum square footage for properties. Default: 0
min_sqft Optional Sets the minimum square footage for properties. Default: 0
max_bathrooms Optional Filters properties by a maximum number of bathrooms. Default: 0
min_bathrooms Optional Filters properties by a minimum number of bathrooms. Default: 0
max_bedrooms Optional Filters properties by a maximum number of bedrooms. Default: 0
polygon Required Defines a custom geographic search area by specifying a series of latitude and longitude coordinates that form a closed shape (polygon). Each coordinate pair (lat, lng) represents a point on the map, and the last pair of coordinates must match the first pair to close the polygon. Format: lat lng,lat1 lng1,lat2 lng2,...,lat lng This allows users to search for properties within complex, non-standard boundaries.
max_monthly_payment Optional Sets the maxium monthly payment for properties in the search results (only for FOR_SALE). Includes estimated principal and interest, mortgage insurance, property taxes, home insurance and HOA fees.
min_monthly_payment Optional Sets the minimum monthly payment for properties in the search results (only for FOR_SALE). Includes estimated principal and interest, mortgage insurance, property taxes, home insurance and HOA fees. Default: 0
max_price Optional Sets the maximum price for properties in the search results. Default: 0
min_price Optional Sets the minimum price for properties in the search results. Default: 0
sort Optional Return the results in a specific sort order. Default: DEFAULT Allowed values for FOR_RENT: DEFAULT,VERIFIED_SOURCE,PRICE_HIGH_LOW,PRICE_LOW_HIGH, NEWEST,BEDROOMS,BATHROOMS,SQUARE_FEET,LOT_SIZE Allowed values for other: DEFAULT,PRICE_HIGH_LOW,PRICE_LOW_HIGH, NEWEST,BEDROOMS,BATHROOMS,SQUARE_FEET,LOT_SIZE Note: For other status types DEFAULT sort order is the equivalent of Homes for you.
space_type Optional Find properties with specified space type (works for FOR_RENT home_status type), specified as a comma separated list of the following values: ENTIRE_PLACE, ROOM. Examples: ENTIRE_PLACE ROOM,ENTIRE_PLACE
home_type Optional Filters by comma-separated list of property types (leave empty to include all types): Allowed values for FOR_RENT: HOUSES APARTMENTS_CONDOS_COOPS TOWNHOMES Allowed values for other: HOUSES TOWNHOMES MULTI_FAMILY CONDOS_COOPS LOTSLAND APARTMENTS MANUFACTURED
home_status Optional Filters properties based on their status. Default: FOR_SALE Allowed values: FOR_SALE,FOR_RENT,RECENTLY_SOLD
page Optional Page to return (each page includes up to 41 results). Default: 1 Allowed values: 1-100

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

min_bedrooms
for_sale_by_agent
listing_type
max_lot_size
min_lot_size
max_sqft
min_sqft
max_bathrooms
min_bathrooms
max_bedrooms
polygon
max_monthly_payment
min_monthly_payment
max_price
min_price
sort
space_type
home_type
home_status
page
API EXAMPLE RESPONSE
JSON
{
    "status": "OK",
    "request_id": "6a9ab32f-73bf-41f9-a02c-f16410a8ecd9",
    "parameters": {
        "page": 1,
        "home_status": "FOR_SALE",
        "sort": "DEFAULT",
        "listing_type": "BY_AGENT",
        "polygon": "-118.50394248962402 34.02926010734425, -118.5084056854248 34.02926010734425, -118.51286888122559 34.028691046671696, -118.51527214050293 34.02570341552858, -118.51321220397949 34.02257340341831, -118.51750373840332 34.0215774662657, -118.51681709289551 34.017878168811684, -118.51286888122559 34.016455319170184, -118.51080894470215 34.013324966013194, -118.50789070129395 34.010621386310234, -118.50411415100098 34.008629219864694, -118.49982261657715 34.008486920473, -118.49570274353027 34.007063913440916, -118.4919261932373 34.00891381793271, -118.48849296569824 34.01119056813859, -118.4860897064209 34.014463289606894, -118.48471641540527 34.018020452464164, -118.48042488098145 34.01858958468914, -118.4780216217041 34.0215774662657, -118.47939491271973 34.0249920592766, -118.47681999206543 34.02797971546417, -118.47493171691895 34.03125178964367, -118.4721851348877 34.034381481654364, -118.47733497619629 34.035377268536706, -118.48231315612793 34.035377268536706, -118.48677635192871 34.035377268536706, -118.49141120910645 34.03495050416125, -118.49604606628418 34.034096968969656, -118.49621772766113 34.03054047990366, -118.50033760070801 34.02926010734425, -118.50239753723145 34.032532132148006, -118.50394248962402 34.02926010734425"
    },
    "data": [
        {
            "zpid": "20479161",
            "homeStatus": "FOR_SALE",
            "detailUrl": "https://www.zillow.com/homedetails/918-10th-St-Santa-Monica-CA-90403/20479161_zpid/",
            "address": "918 10th St, Santa Monica, CA 90403",
            "streetAddress": "918 10th St",
            "city": "Santa Monica",
            "state": "CA",
            "country": "USA",
            "zipcode": "90403",
            "latitude": 34.027145,
            "longitude": -118.49717,
            "homeType": "MULTI_FAMILY",
            "price": 2099000,
            "currency": "USD",
            "zestimate": 2122800,
            "rentZestimate": 8560,
            "taxAssessedValue": 351387,
            "lotAreaValue": 7527.168,
            "lotAreaUnit": "sqft",
            "bathrooms": 5,
            "bedrooms": 8,
            "livingArea": 3711,
            "daysOnZillow": 6,
            "isFeatured": false,
            "isPreforeclosureAuction": false,
            "timeOnZillow": 603990000,
            "isNonOwnerOccupied": true,
            "isPremierBuilder": false,
            "isZillowOwned": false,
            "isShowcaseListing": false,
            "listingSubType": {
                "is_FSBA": true
            },
            "imgSrc": "https://photos.zillowstatic.com/fp/51b06757013a72e2f12807fd4427660d-p_e.jpg",
            "hasImage": true,
            "brokerName": "Nourmand & Associates-HW"
        },
        {
            "zpid": "20477658",
            "homeStatus": "FOR_SALE",
            "detailUrl": "https://www.zillow.com/homedetails/447-9th-St-Santa-Monica-CA-90402/20477658_zpid/",
            "address": "447 9th St, Santa Monica, CA 90402",
            "streetAddress": "447 9th St",
            "city": "Santa Monica",
            "state": "CA",
            "country": "USA",
            "zipcode": "90402",
            "latitude": 34.03183,
            "longitude": -118.50343,
            "homeType": "SINGLE_FAMILY",
            "price": 3499000,
            "currency": "USD",
            "zestimate": 3509800,
            "rentZestimate": 12500,
            "taxAssessedValue": 215792,
            "lotAreaValue": 7518.456,
            "lotAreaUnit": "sqft",
            "bathrooms": 3,
            "bedrooms": 4,
            "livingArea": 1857,
            "daysOnZillow": 13,
            "isFeatured": false,
            "isPreforeclosureAuction": false,
            "timeOnZillow": 1124006000,
            "isNonOwnerOccupied": true,
            "isPremierBuilder": false,
            "isZillowOwned": false,
            "isShowcaseListing": false,
            "listingSubType": {
                "is_FSBA": true
            },
            "imgSrc": "https://photos.zillowstatic.com/fp/c54a2055808fb4375a9713b83f1bf588-p_e.jpg",
            "hasImage": true,
            "brokerName": "Berkshire Hathaway HomeServices California Properties"
        }
    ]
}
Search by Polygon — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/7341/real-time+zillow+data+api/11669/search+by+polygon?polygon=-118.50394248962402 34.02926010734425, -118.5084056854248 34.02926010734425, -118.51286888122559 34.028691046671696, -118.51527214050293 34.02570341552858, -118.51321220397949 34.02257340341831, -118.51750373840332 34.0215774662657, -118.51681709289551 34.017878168811684, -118.51286888122559 34.016455319170184, -118.51080894470215 34.013324966013194, -118.50789070129395 34.010621386310234, -118.50411415100098 34.008629219864694, -118.49982261657715 34.008486920473, -118.49570274353027 34.007063913440916, -118.4919261932373 34.00891381793271, -118.48849296569824 34.01119056813859, -118.4860897064209 34.014463289606894, -118.48471641540527 34.018020452464164, -118.48042488098145 34.01858958468914, -118.4780216217041 34.0215774662657, -118.47939491271973 34.0249920592766, -118.47681999206543 34.02797971546417, -118.47493171691895 34.03125178964367, -118.4721851348877 34.034381481654364, -118.47733497619629 34.035377268536706, -118.48231315612793 34.035377268536706, -118.48677635192871 34.035377268536706, -118.49141120910645 34.03495050416125, -118.49604606628418 34.034096968969656, -118.49621772766113 34.03054047990366, -118.50033760070801 34.02926010734425, -118.50239753723145 34.032532132148006, -118.50394248962402 34.02926010734425' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request
Get detailed information about a property by Zillow unique property ID (zpid) or a Zillow url of a property. This endpoint gives access to many details like square footage, number of bedrooms, bathrooms, and more, ensuring users get comprehensive property insights.
Endpoint ID: 11670
GET https://zylalabs.com/api/7341/real-time+zillow+data+api/11670/property+details
INPUT PARAMETERS

Property Details — Endpoint Features

Object Description
zpid Required A unique identifier assigned by Zillow to each property. It can be extracted from the search endpoints (e.g. /search, /search-coordinates) or from a Zillow property URL. The zpid is essential for fetching specific property details. Example: 28253016
url Optional The url of the property's Zillow listing page. This provides a direct link to view the property details on Zillow's website, usually containing the zpid within the URL structure. Example: https://www.zillow.com/homedetails/15626-Laurel-Heights-Dr-Houston-TX-77084/28253016_zpid/

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

zpid
url
API EXAMPLE RESPONSE
JSON
{
    "status": "OK",
    "request_id": "016ac4b4-231e-4d60-8913-9cbc5b1b5874",
    "parameters": {
        "zpid": "7594920"
    }
}
Property Details — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/7341/real-time+zillow+data+api/11670/property+details?zpid=7594920&url=https://www.zillow.com/homedetails/966-Palisades-Beach-Rd-Santa-Monica-CA-90403/20485843_zpid/' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request
Get detailed information about a property by address This endpoint gives access to many details like square footage, number of bedrooms, bathrooms, and more, ensuring users get comprehensive property insights.
Endpoint ID: 11671
GET https://zylalabs.com/api/7341/real-time+zillow+data+api/11671/property+by+address
INPUT PARAMETERS

Property by Address — Endpoint Features

Object Description
address Required Physical address of the property. Example: 1161 Natchez Dr College Station Texas 77845

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

address
API EXAMPLE RESPONSE
JSON
{
    "status": "OK",
    "request_id": "084bb904-a781-4ec7-b1ec-998148baef28",
    "parameters": {
        "address": "1443 Bellevue Ave Los Angeles, CA 90026"
    },
    "data": {
        "buyAbilityData": {
            "isEligibleProperty": false,
            "chipLabel": null
        },
        "price": 1869100,
        "priceChange": null,
        "priceChangeDate": null,
        "priceChangeDateString": null,
        "isUndisclosedAddress": false,
        "streetAddress": "1443 Bellevue Ave",
        "city": "Los Angeles",
        "state": "CA",
        "zipcode": "90026",
        "resoFacts": {
            "bathrooms": 3,
            "bathroomsFull": 2,
            "bathroomsThreeQuarter": 0,
            "bathroomsHalf": 1,
            "bathroomsOneQuarter": 0,
            "bedrooms": 4,
            "aboveGradeFinishedArea": null,
            "accessibilityFeatures": null,
            "additionalFeeInfo": null,
            "additionalParcelsDescription": null,
            "architecturalStyle": null,
            "associations": [],
            "associationFee": null,
            "associationAmenities": null,
            "associationFee2": null,
            "associationFeeIncludes": null,
            "associationName": null,
            "associationName2": null,
            "associationPhone": null,
            "associationPhone2": null,
            "basementYN": null,
            "buildingFeatures": null,
            "buildingName": null,
            "appliances": [
                "Dishwasher",
                "Garbage disposal",
                "Refrigerator"
            ],
            "atAGlanceFacts": [
                {
                    "factLabel": "Type",
                    "factValue": "SingleFamily"
                },
                {
                    "factLabel": "Year Built",
                    "factValue": "1910"
                },
                {
                    "factLabel": "Heating",
                    "factValue": "Forced air"
                },
                {
                    "factLabel": "Cooling",
                    "factValue": "Central"
                },
                {
                    "factLabel": "Parking",
                    "factValue": "6 Parking spaces"
                },
                {
                    "factLabel": "Lot",
                    "factValue": "5,235 sqft"
                },
                {
                    "factLabel": "Offer Review Date",
                    "factValue": null
                }
            ],
            "attic": null,
            "availabilityDate": null,
            "basement": null,
            "bathroomsPartial": null,
            "bathroomsFloat": 3,
            "belowGradeFinishedArea": null,
            "bodyType": null,
            "builderModel": null,
            "builderName": null,
            "buildingArea": null,
            "buildingAreaSource": null,
            "canRaiseHorses": false,
            "carportParkingCapacity": null,
            "cityRegion": "Los Angeles",
            "commonWalls": null,
            "communityFeatures": [],
            "compensationBasedOn": null,
            "constructionMaterials": [],
            "contingency": null,
            "cooling": [
                "Central"
            ],
            "coveredParkingCapacity": null,
            "cropsIncludedYN": null,
            "cumulativeDaysOnMarket": null,
            "developmentStatus": null,
            "doorFeatures": null,
            "electric": null,
            "elevation": null,
            "elevationUnits": null,
            "entryLevel": null,
            "entryLocation": null,
            "exclusions": null,
            "exteriorFeatures": [],
            "feesAndDues": [],
            "fencing": null,
            "fireplaceFeatures": null,
            "fireplaces": null,
            "flooring": [
                "Tile",
                "Hardwood"
            ],
            "foundationArea": null,
            "foundationDetails": [],
            "frontageLength": null,
            "frontageType": null,
            "furnished": false,
            "garageParkingCapacity": null,
            "gas": null,
            "greenBuildingVerificationType": null,
            "greenEnergyEfficient": null,
            "greenEnergyGeneration": null,
            "greenIndoorAirQuality": null,
            "greenSustainability": null,
            "greenWaterConservation": null,
            "hasAdditionalParcels": false,
            "hasAssociation": null,
            "hasAttachedGarage": null,
            "hasAttachedProperty": false,
            "hasCooling": true,
            "hasCarport": null,
            "hasElectricOnProperty": null,
            "hasFireplace": true,
            "hasGarage": false,
            "hasHeating": true,
            "hasHomeWarranty": false,
            "hasLandLease": false,
            "hasOpenParking": null,
            "hasRentControl": null,
            "hasSpa": false,
            "hasPetsAllowed": null,
            "hasPrivatePool": null,
            "hasView": true,
            "hasWaterfrontView": null,
            "heating": [
                "Forced air"
            ],
            "highSchool": null,
            "highSchoolDistrict": null,
            "hoaFee": null,
            "hoaFeeTotal": null,
            "homeType": "SingleFamily",
            "horseAmenities": null,
            "horseYN": null,
            "inclusions": null,
            "incomeIncludes": null,
            "interiorFeatures": null,
            "irrigationWaterRightsAcres": null,
            "irrigationWaterRightsYN": null,
            "isNewConstruction": null,
            "isSeniorCommunity": null,
            "landLeaseAmount": null,
            "landLeaseExpirationDate": null,
            "laundryFeatures": [
                "In Closet"
            ],
            "leaseTerm": null,
            "levels": null,
            "listingId": null,
            "listingTerms": null,
            "lotFeatures": null,
            "lotSize": "5,235 sqft",
            "lotSizeDimensions": null,
            "livingArea": "2,402 sqft",
            "livingAreaRange": null,
            "livingAreaRangeUnits": null,
            "livingQuarters": [],
            "mainLevelBathrooms": null,
            "mainLevelBedrooms": null,
            "marketingType": null,
            "media": [],
            "middleOrJuniorSchool": null,
            "middleOrJuniorSchoolDistrict": null,
            "municipality": null,
            "numberOfUnitsInCommunity": null,
            "numberOfUnitsVacant": null,
            "offerReviewDate": null,
            "onMarketDate": null,
            "openParkingCapacity": null,
            "otherEquipment": null,
            "otherFacts": [
                {
                    "name": "Cooling",
                    "value": "Central"
                },
                {
                    "name": "County",
                    "value": "Los Angeles"
                },
                {
                    "name": "Equipment",
                    "value": "Alarm System, Other, Dishwasher, Garbage Disposal, Range/Oven, Refrigerator, Built-Ins, Water Filter"
                },
                {
                    "name": "Flooring",
                    "value": "Hardwood, Tile, Wood"
                },
                {
                    "name": "Heating",
                    "value": "Central"
                },
                {
                    "name": "PropertyType",
                    "value": "Residential"
                },
                {
                    "name": "SourceLotSizeArea",
                    "value": "Assessor"
                },
                {
                    "name": "Rooms",
                    "value": "Dining Room, Patio Open"
                },
                {
                    "name": "ViewDescription",
                    "value": "City Lights"
                },
                {
                    "name": "ParkingGarage",
                    "value": "Garage - 2 Car, Driveway Gate"
                },
                {
                    "name": "FireplaceRooms",
                    "value": "Decorative"
                },
                {
                    "name": "Style",
                    "value": "Craftsman"
                },
                {
                    "name": "ListingArea",
                    "value": "Silver Lake - Echo Park"
                },
                {
                    "name": "Laundry",
                    "value": "In Closet"
                },
                {
                    "name": "SourceLivingArea",
                    "value": "Taped"
                },
                {
                    "name": "ListingStatus",
                    "value": "Pending"
                },
                {
                    "name": "Furnished",
                    "value": "Unfurnished"
                }
            ],
            "otherParking": null,
            "otherStructures": null,
            "ownership": null,
            "ownershipType": null,
            "parcelNumber": "5405014015",
            "parkingCapacity": 6,
            "parkingFeatures": [],
            "parkName": null,
            "patioAndPorchFeatures": null,
            "petsMaxWeight": null,
            "poolFeatures": null,
            "pricePerSquareFoot": 778,
            "propertyCondition": null,
            "propertySubType": null
        }
    },
    "_note": "Response truncated for documentation purposes"
}
Property by Address — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/7341/real-time+zillow+data+api/11671/property+by+address?address=1443 Bellevue Ave Los Angeles, CA 90026' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request
Get Zestimate value for a property by zpid or url. Zillow's estimated market value, which includes both sale and rental price estimates.
Endpoint ID: 11672
GET https://zylalabs.com/api/7341/real-time+zillow+data+api/11672/property+zestimate
INPUT PARAMETERS

Property Zestimate — Endpoint Features

Object Description
zpid Required A unique identifier assigned by Zillow to each property. It can be extracted from the search endpoints (e.g. /search, /search-coordinates) or from a Zillow property URL. The zpid is essential for fetching specific property details. Example: 28253016
url Optional The url of the property's Zillow listing page. This provides a direct link to view the property details on Zillow's website, usually containing the zpid within the URL structure. Example: https://www.zillow.com/homedetails/15626-Laurel-Heights-Dr-Houston-TX-77084/28253016_zpid/

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

zpid
url
API EXAMPLE RESPONSE
JSON
{
    "status": "OK",
    "request_id": "ccbf4d98-22f8-4ecb-9d46-8e06faea9e88",
    "parameters": {
        "zpid": "87788805"
    },
    "data": {
        "zestimate": 290500
    }
}
Property Zestimate — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/7341/real-time+zillow+data+api/11672/property+zestimate?zpid=87788805' --header 'Authorization: Bearer YOUR_API_KEY' 


    

API Access Key & Authentication

After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the Real-Time Zillow Data API simply include your bearer token in the Authorization header.

Headers
Header Description
Authorization Required Should be Bearer access_key. See "Your API Access Key" above when you are subscribed.

No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.

(Save 2 months with annual billing 🎉)

🚀 Enterprise Plan

Starts at
$ 10,000/Year


  • Custom Volume
  • Custom Rate Limit
  • Specialized Customer Support
  • Real-Time API Monitoring

Overview

Unofficial, fast, reliable, and highly maintained, real-time Zillow API to search and retrieve US and Canada real estate property data. Including search by address, coordinates, and polygon, zestimate, and more.

Real-Time Zillow Data API FAQs

Each endpoint returns detailed real estate property data, including property status, address, price, home type, and Zestimate values. For example, the Search endpoint provides listings with attributes like bedrooms, bathrooms, and living area, while the Property Details endpoint offers comprehensive insights about a specific property.

Key fields include `zpid` (Zillow property ID), `homeStatus` (e.g., FOR_SALE), `price`, `address`, `bedrooms`, `bathrooms`, and `zestimate`. These fields provide essential information for evaluating properties.

Parameters vary by endpoint but generally include `location`, `home_status`, `sort`, `listing_type`, `lat`, `long`, `diameter`, and `polygon`. Users can customize requests to filter results based on specific criteria like property type or geographic area.

The response data is structured in JSON format, with a top-level object containing `status`, `request_id`, `parameters`, and `data`. The `data` field holds an array of property listings or details, making it easy to parse and utilize.

Each endpoint provides various information types: the Search endpoints return listings with basic property details, while the Property Details endpoint offers in-depth insights like year built and property history. The Zestimate endpoint specifically focuses on estimated market values.

Data accuracy is maintained through regular updates from Zillow's database, ensuring that property information reflects current market conditions. The API is unofficial but highly maintained, leveraging Zillow's extensive real estate data.

Typical use cases include real estate market analysis, property investment research, and home buying assistance. Users can leverage the API to find properties, compare prices, and assess market trends based on real-time data.

Users can utilize the returned data by integrating it into applications for property search, analysis, or visualization. For example, developers can create dashboards displaying property listings, trends, or comparisons based on the detailed attributes provided in the API responses.

General FAQs

To obtain your API key, first sign in to your account and navigate to the API you want to use. From the API's Pricing section, choose a plan and complete the subscription process. Once subscribed, return to the API page and you will see your API Access Key displayed at the top of the documentation page. You can use this key to authenticate your requests.

You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.

The free trial lasts for 7 days and allows you to make up to 50 API requests.

No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.

Yes. If the API offers a free trial, you will see a "Free 7-Day Trial" option in its Pricing section. The trial lasts for 7 days and allows up to 50 API requests, enabling you to evaluate the API before subscribing to a paid plan.

Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.

Prices are listed in USD (United States Dollar), EUR (Euro), CAD (Canadian Dollar), AUD (Australian Dollar), and GBP (British Pound). We accept all major debit and credit cards. Our payment system uses the latest security technology and is powered by Stripe, one of the world's most reliable payment companies. If you have any trouble paying by card, just contact us at [email protected]

Additionally, if you already have an active subscription in any of these currencies (USD, EUR, CAD, AUD, GBP), that currency will remain for subsequent subscriptions. You can change the currency at any time as long as you don't have any active subscriptions.
The local currency shown on the pricing page is based on the country of your IP address and is provided for reference only. The actual prices are in USD (United States Dollar). When you make a payment, the charge will appear on your card statement in USD, even if you see the equivalent amount in your local currency on our website. This means you cannot pay directly with your local currency.
Occasionally, a bank may decline the charge due to its fraud protection settings. We suggest reaching out to your bank initially to check if they are blocking our charges. Also, you can access the Billing Portal and change the card associated to make the payment. If these does not work and you need further assistance, please contact our team at [email protected]
Prices are determined by a recurring monthly or yearly subscription, depending on the chosen plan.
API calls are deducted from your plan based on successful requests. Each plan comes with a specific number of calls that you can make per month. Only successful calls, indicated by a Status 200 response, will be counted against your total. This ensures that failed or incomplete requests do not impact your monthly quota.
Zyla API Hub works on a recurring monthly subscription system. Your billing cycle will start the day you purchase one of the paid plans, and it will renew the same day of the next month. So be aware to cancel your subscription beforehand if you want to avoid future charges.
To upgrade your current subscription plan, simply go to the pricing page of the API and select the plan you want to upgrade to. The upgrade will be instant, allowing you to immediately enjoy the features of the new plan. Please note that any remaining calls from your previous plan will not be carried over to the new plan, so be aware of this when upgrading. You will be charged the full amount of the new plan.
To check how many API calls you have left for the current month, refer to the 'X-Zyla-API-Calls-Monthly-Remaining' field in the response header. For example, if your plan allows 1,000 requests per month and you've used 100, this field in the response header will indicate 900 remaining calls.

You can monitor your API usage through the response headers included with every request:

x-zyla-api-calls-monthly-used: Shows the total number of API requests you have used during the current billing period.
x-zyla-api-calls-monthly-remaining: Shows the number of API requests you have remaining for the current billing period.

The 'X-Zyla-RateLimit-Reset' header shows the number of seconds until your rate limit resets. This tells you when your request count will start fresh. For example, if it displays 3,600, it means 3,600 seconds are left until the limit resets.

Yes, you can cancel your subscription at any time. Simply go to the Pricing section of the API you're subscribed to and click the "Unsubscribe" button.

Please note that upgrades, downgrades, and cancellations take effect immediately. Once your subscription is canceled, access to the service will end immediately, regardless of any remaining API calls in your quota.

After 7 days, you will be charged the full amount for the plan you were subscribed to during the trial. Therefore, it's important to cancel before the trial period ends. Refund requests for forgetting to cancel on time are not accepted.
When you subscribe to an API free trial, you can make up to 50 API calls. If you wish to make additional API calls beyond this limit, the API will prompt you to perform an "Start Your Paid Plan." You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab.
You can contact us through our chat channel to receive immediate assistance. We are always online from 8 am to 5 pm (EST). If you reach us after that time, we will get back to you as soon as possible. Additionally, you can contact us via email at [email protected]

Please have a look at our Refund Policy: https://zylalabs.com/terms#refund


Related APIs