NAV
php

Introduction

Welcome to the Manta Costs API documentation.

This documentation provides comprehensive information about the Manta Costs API endpoints.

Costs

This is the costs data retrieve service. The endpoints in this area allow us to retrieve information about all costs pages data.

Index

To get the costs index page data:

<?php
$url = "http://manta-api.homeyou.com/costs?token=TOKEN";

$ch = curl_init();

curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_POST, false);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

$response = curl_exec($ch);
$err = curl_error($ch);
curl_close($ch);

echo $response; 
?>

Example response:

{
    "topServices": [
        {
            "title": "General Contractors",
            "slug": "general-contractors"
        },
        {
            "title": "Bathroom Remodeling",
            "slug": "bathroom-remodeling"
        },
        ...
    ],
    "services": {
        "Additions and Remodels": {
            "title": "Additions and Remodels",
            "slug": "additions-and-remodels",
            "services": [
                {
                    "title": "Attached Garage Building",
                    "slug": "attached-garage-building"
                },
                {
                    "title": "Attic Conversion",
                    "slug": "attic-conversion"
                },
                ...
            ]
        },
        "Appliances": {
            "title": "Appliances",
            "slug": "appliances",
            "services": [
                {
                    "title": "Appliance Installation",
                    "slug": "appliance-installation"
                },
                {
                    "title": "Appliance Repair",
                    "slug": "appliance-repair"
                },
                ...
            ]
        },
        ...
    },
    "servicesList": [
        {
            "title": "220 Line Installation",
            "attributes": "%7B%22category%22%3A10%2C%22service%22%3A82%7D"
        },
        {
            "title": "220v Outlet Installation",
            "attributes": "%7B%22category%22%3A9%2C%22service%22%3A486%7D"
        },
        ...
    ]
}

HTTP Request

GET /costs?token=TOKEN

Token url query param

Parameter Description
token API token

States By Service

To get the costs states by service page data:

<?php
$url = "http://manta-api.homeyou.com/costs/states-by-service/<service_slug>?token=TOKEN";

$ch = curl_init();

curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_POST, false);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

$response = curl_exec($ch);
$err = curl_error($ch);
curl_close($ch);

echo $response; 
?>

Example response:

{
    "title": "Roofing",
    "slug": "roofing",
    "states": [
        {
            "title": "Alaska",
            "prefix_state": "AK"
        },
        ...
    ]
}

HTTP Request

GET /costs/states-by-service/<service_slug>?token=TOKEN

Path params

Parameter Description
service_slug Service Slug

Url query param

Parameter Description
token API token

Cities by State and Service

To get the costs cities by state and service page data:

<?php
$url = "http://manta-api.homeyou.com/costs/cities-by-state-and-service/<state_prefix>/<service_slug>?token=TOKEN";

$ch = curl_init();

curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_POST, false);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

$response = curl_exec($ch);
$err = curl_error($ch);
curl_close($ch);

echo $response; 
?>

Example response:

{
    "seoTitle": "",
    "seoDescription": "",
    "serviceName": "Roofing",
    "topCities": [
        {
            "title": "Anchorage",
            "slug": "cost-roofing-anchorage-ak"
        }
        ...
    ],
    "additionalCities": [
        {
            "title": "Eielson Afb",
            "slug": "ak-ac-companies-eielson-afb-costs"
        },
        ...
    ]
}

HTTP Request

GET /costs/cities-by-state-and-service/<state_prefix>/<service_slug>?token=TOKEN

Path params

Parameter Description
service_slug Service Slug
state_prefix State Prefix

Url query param

Parameter Description
token API token

Service Landing Page

To get the costs service landing page data:

<?php
$url = "http://manta-api.homeyou.com/costs/service-landing-page/<service_slug>?token=TOKEN";

$ch = curl_init();

curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_POST, false);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

$response = curl_exec($ch);
$err = curl_error($ch);
curl_close($ch);

echo $response; 
?>

Example response:

{
    "cdCategory": 23,
    "nmService": "Bathroom Remodeling",
    "nmCity": "Anchorage",
    "nmState": "Alaska",
    "prefixState": "AK",
    "zipCode": "99501",
    "lastUpdated": null,
    "phone": "1-888-668-8262",
    "quotesUrl": "//quotes.manta.com/?api_key=b03f8da1faaf643806b1282c0e1177a0c54f3bc7&funnel=12&buttons=btn-dark-orange&step=1&step1_title=Where can we contact you?&phone=888-668-8262",
    "h1": "Bathroom Remodeling Costs in Anchorage, AK in 2026",
    "firstParagraph": "<p>If you're tired of your older, dull bathroom and need to spruce it up for the whole house to enjoy, you're going to want to look into bathroom remodeling in Anchorage. Whether the paint is reminiscent of the 1970's, or you still have the original wallpaper in the room, go for a whole new updated look. Replace the tub, upgrade the vanity, whatever it takes to feel at home, try bathroom remodeling in Anchorage.</p>",
    "topChart": {
        "averageCostImageUrl": "http://api.manta.test/service/cost-image?min=4655&max=22643&avg=12940&type=avg&slug=home-bathroom-remodeling-anchorage-ak-ideas",
        "minimumCostImageUrl": "http://api.manta.test/service/cost-image?min=4655&max=22643&avg=12940&type=min&slug=bathroom-remodeling-anchorage-ak-contractors",
        "maximumCostImageUrl": "http://api.manta.test/service/cost-image?min=4655&max=22643&avg=12940&type=max&slug=anchorage-bathroom-remodeling-costs-vs-value",
        "averageCostAltText": "Home Bathroom Remodeling Ideas",
        "minimumCostAltText": "Bathroom Remodeling Contractors",
        "maximumCostAltText": "Bathroom Remodeling Costs vs. Value"
    },
    "averageCosts": {
        "min": 4655,
        "average": 12940,
        "max": 22643
    },
    "servicesQuestions": {
        "question": "What remodeling service are you looking for?",
        "questions": [
            {
                "cssClass": "label-radio-radius-top",
                "displayAnswer": "Bathroom Remodeling",
                "attributesJson": "%7B%22category%22%3A%2223%22%2C%22service%22%3A%225%22%7D"
            },
            {
                "cssClass": "",
                "displayAnswer": "Bathroom Addition",
                "attributesJson": "%7B%22category%22%3A%2223%22%2C%22service%22%3A%225%22%7D"
            },
            ...
        ]
    },
    "bulletPoints": {
        "imageUrl": "/img/services/bathroom-remodeling.png",
        "points": [
            "Incredible Bathroom Remodeling in Anchorage, AK",
            "Experienced Anchorage Bathroom Remodeling Professionals",
            "Free Estimates on Bathroom Remodeling in Anchorage, AK"
        ]
    },
    "costText": "<h2>Bathroom Remodeling Anchorage Borough County Costs</h2>\r\r<p>Knowing the bathroom remodeling Anchorage costs is recommended before starting a bathroom remodeling project. While looking at national averages can give a general idea, such numbers usually do not include factors which may affect the final price, such as local labor hourly rates, material costs and any local permits required for the Anchorage bathroom remodeling project.</p>\r\r<p>As our numbers show in 2026 average cost that homeowners paid for bathroom remodel in Anchorage Borough county is between $4,655.00 and $22,643.00.</p>\r\r<h3>This Bathroom Remodeling Anchorage Quote Includes:</h3>\r\r<ol>\r\t\t<li>Average labor costs to remodel a bathroom in Anchorage, Alaska.</li>\r\t<li>Average costs for materials and equipment for <a href=\"http://api.manta.test/service/landing-page?url_slug=cost-bathroom-remodeling-anchorage-ak\">bathroom remodeling in Anchorage</a>.</li>\r\t<li>All project costs (surface preparation, components and machinery), and cleanup fees.</li>\r</ol>\r\r<h3>This Anchorage Bathroom Remodeling Estimate Does NOT Include:</h3>\r\r<ol>\r\t<li>Any permits required for bathroom remodeling Anchorage projects.</li>\r\t<li>Inspection and/or Anchorage building fees.</li>\r\t<li>Materials and supply Anchorage Borough and Alaska sales taxes.</li>\r\t<li>Materials and supply Anchorage sales taxes.</li>\r\t<li>Any general contractor fees, if used for the project. Such fees generally add another $1,552.80-$1,941.00 to the total.</li>\r</ol>",
    "costParagraphsText": "<p>For many homes, the bathroom is the one place that can always be remodeled where you can financially come out on top. Bathroom remodeling in Anchorage will immediately boost the value of your home without parallel, because every home shopper considered this a staple room for any housing. Feel free to add new fixtures, update the old ones, have your tub reglazed, or whatever Anchorage bathroom remodeling best suits your home. There's no wrong way to enjoy your newly remodeled bathroom.</p>",
    "quotesImageUrl": "/img/services/quotes/bathroom-remodeling.jpg",
    "categoryQuestions": {
        "question": "What type of project is this?",
        "questions": [
            {
                "cssClass": "label-radio-radius-top",
                "displayAnswer": "Bathroom Remodeling",
                "attributesJson": "%7B%22category%22%3A23%2C%22service_code%22%3A%22BATH_REMODEL%22%7D"
            },
            {
                "cssClass": "",
                "displayAnswer": "Bathroom Refacing",
                "attributesJson": "%7B%22category%22%3A23%2C%22service_code%22%3A%22BATHROOM_REFACING%22%7D"
            },
            ...
        ]
    },
    "faq": "<h2>FAQ for Bathroom Remodeling in Anchorage</h2>\r\n\r\n<div itemscope=\"\" itemtype=\"http://schema.org/Question\">\r\n\t<h3 itemprop=\"name\">What are the benefits of paying for bathroom remodeling in Anchorage?</h3>\r\n\t<div itemprop=\"suggestedAnswer acceptedAnswer\" itemscope=\"\" itemtype=\"http://schema.org/Answer\">\r\n\t\t<p itemprop=\"text\">There are lots of different reasons to consider paying for bathroom remodeling in Anchorage, AK including the fact that doing so will vastly improve the way this room in your home looks. If you want to enjoy the time to you spend in your bathroom more, you will definitely want to start looking into a bathroom remodel for Anchorage homes. Bathroom remodeling in Anchorage can completely transform the look of your bathroom so that it is much more aesthetically pleasing overall.</p>\r\n\t</div>\r\n</div>\r\n\r\n<div itemscope=\"\" itemtype=\"http://schema.org/Question\">\r\n\t<h3 itemprop=\"name\">What kind of work is done during a professional Anchorage bathroom remodeling?</h3>\r\n\t<div itemprop=\"suggestedAnswer acceptedAnswer\" itemscope=\"\" itemtype=\"http://schema.org/Answer\">\r\n\t\t<p itemprop=\"text\">You will find that Anchorage bathroom remodeling services typically consist of replacing the flooring, bathtub, countertop, sink and sometimes the lights. If you want your bathroom to look better than ever before, you will need to take the time to think about some of the things you want to replace and what you are going to replace them with. There are so many different types of countertops, sinks, and flooring that you will have to take your time. The more time you put into thinking about bathroom remodeling in Anchorage, the better your bathroom will turn out overall.</p>\r\n\t</div>\r\n</div>\r\n\r\n<div itemscope=\"\" itemtype=\"http://schema.org/Question\">\r\n\t<h3 itemprop=\"name\">Should I hire professionals for bathroom remodeling in Anchorage, AK?</h3>\r\n\t<div itemprop=\"suggestedAnswer acceptedAnswer\" itemscope=\"\" itemtype=\"http://schema.org/Answer\">\r\n\t\t<p itemprop=\"text\">It is absolutely crucial that you hire the bathroom remodeling contractors Anchorage has to offer so you can get the best possible work done on this area of your home. These professionals will be able to provide you with top notch bathroom renovation in Anchorage. This is so you can get the exact remodeling you want. If you want your Anchorage bathroom remodeled, you will only want to trust legitimate professionals to get the work done. These contractors know what they are doing and have all the tools and skills necessary to transform your bathroom so that it looks just how you have always wanted it to.</p>\r\n\t</div>\r\n</div>",
    "lastUpdatedAt": false,
    "relatedServices": [
        {
            "url": "cost-shower-enclosures-anchorage-ak",
            "label": "Shower Enclosures Anchorage"
        },
        {
            "url": "cost-shower-doors-anchorage-ak",
            "label": "Shower Doors Anchorage"
        },
        ...
    ],
    "citiesWeService": [
        {
            "url": "cost-bathroom-remodeling-palmer-ak",
            "label": "Palmer, AK"
        },
        {
            "url": "cost-bathroom-remodeling-sterling-ak",
            "label": "Sterling, AK"
        },
        ...
    ],
    "relatedZipCodes": [],
    "contractors": [
        {
            "phone": "9077484197",
            "name": "Alaska Remodeling",
            "address": "5701 Whispering Spruce Dr.",
            "city": "Anchorage",
            "state": "AK",
            "zip": "99516",
            "image": "//mantacosts.s3.amazonaws.com/contractors/2819581/5701-whispering-spruce-dr-ak-anchorage-99516.jpg"
        },
        {
            "phone": "9072438676",
            "name": "Surewood Construction & Remodeling",
            "address": "3428  Scarlet Pl",
            "city": "Anchorage",
            "state": "AK",
            "zip": "99517",
            "image": "//mantacosts.s3.amazonaws.com/contractors/2992905/3428-scarlet-pl-ak-anchorage-99517.jpg"
        },
        ...
    ],
    "otherServices": [
        {
            "url": "cost-dumpsters-anchorage-ak",
            "label": "Dumpsters"
        },
        {
            "url": "cost-commercial-flooring-contractors-anchorage-ak",
            "label": "Commercial Flooring Contractors"
        },
        ..
    ]
}

HTTP Request

GET /costs/service-landing-page/<service_slug>?token=TOKEN

Path params

Parameter Description
service_slug Service Slug

Url query param

Parameter Description
token API token

php