-
SEO Learning Center
Broaden your SEO knowledge with resources for all skill levels.
-
The Beginner's Guide to SEO
If you're brand new to SEO, start here.
-
SEO Q&A
Get answers from the Moz Community.
-
Free Downloads and More
Quick access to whitepapers, reports, guides, webinars, and case studies.
-
Help Hub
Learn how to use Moz products.
-
Community & Events
Connect with over 600k online marketers.
-
SEO Training
Instructor-led classes and seminars
Research Tools
Manage Location
LocalLocationUpdate
⌘K
Update a single location.
JSON-RPC Method:
local.location.updateRequest
location
object
A payload to update one or more fields for a location.
1{
2 "location": {
3 "id": 1,
4 "auto_sync_enabled": true,
5 "remote_id": "ExampleBusiness",
6 "listings_name": "Example Business",
7 "location_name": "Example Business",
8 "website_url": "https://www.example-business.com",
9 "email_address": "info@example-business.com",
10 "store_code": "",
11 "short_description": "Doing things since 1986.",
12 "long_description": "Really long descriptions.",
13 "languages": [],
14 "keywords": "tutoring,online tutoring,test preparation,academic tutoring",
15 "brands": [
16 "example"
17 ],
18 "payment_forms": [],
19 "price_range": "omit",
20 "service_areas": [],
21 "service_area_only": false,
22 "services": [],
23 "primary_category": "gcid:educational_consultant",
24 "additional_categories": [
25 "gcid:tutoring_service",
26 "gcid:private_tutor"
27 ],
28 "attributes": [],
29 "address": {
30 "address_line_1": "1234 Astroworld Ave",
31 "address_line_2": "Suite 306",
32 "sublocality": "",
33 "county": "Roswell",
34 "city": "Schenectady",
35 "state_province": "NY",
36 "postal_code": "12345",
37 "country": "US"
38 },
39 "opening_status": "open",
40 "reopen_date": "0000-00-00",
41 "hours": {
42 "monday": [
43 "09:00-21:00"
44 ],
45 "tuesday": [
46 "09:00-21:00"
47 ],
48 "wednesday": [
49 "09:00-21:00"
50 ],
51 "thursday": [
52 "09:00-21:00"
53 ],
54 "friday": [
55 "09:00-21:00"
56 ],
57 "saturday": [
58 "09:00-21:00"
59 ],
60 "sunday": [
61 "09:00-21:00"
62 ]
63 },
64 "more_hours": {
65 "kitchen hours": {
66 "monday": [
67 "09:00-21:00"
68 ]
69 }
70 },
71 "opening_hours_notes": "",
72 "opening_date": "0000-00-00",
73 "special_hours": {
74 "2025-08-04": [
75 "04:00-02:30"
76 ],
77 "2025-08-05": [
78 "04:00-02:30"
79 ],
80 "2025-08-06": [
81 "04:00-02:30"
82 ]
83 },
84 "network_fields": [],
85 "phone": "+1 561-395-5555",
86 "fax": "",
87 "create_page": true,
88 "published": false
89 }
90}Response
location
object
A Moz Local location.
1{
2 "location": {
3 "id": 4,
4 "level": "local-lite",
5 "status": "active",
6 "account_id": 1,
7 "auto_sync_enabled": 1,
8 "remote_id": "ExampleBusiness",
9 "listings_name": "Example Business",
10 "location_name": "Example Business",
11 "website_url": "https://www.example-business.com",
12 "email_address": "info@example-business.com",
13 "timezone": "America/New_York",
14 "store_code": "",
15 "tagline": "Your neighborhood business",
16 "short_description": "Doing things since 1986.",
17 "long_description": "Really long descriptions.",
18 "languages": [],
19 "keywords": [
20 "tutoring",
21 "online tutoring",
22 "test preparation",
23 "academic tutoring"
24 ],
25 "brands": [
26 "example"
27 ],
28 "payment_forms": [],
29 "price_range": "omit",
30 "service_areas": [],
31 "service_area_only": 0,
32 "services": [],
33 "primary_category": "gcid:educational_consultant",
34 "additional_categories": [
35 "gcid:tutoring_service",
36 "gcid:private_tutor"
37 ],
38 "attributes": [],
39 "address": {
40 "address_line_1": "1234 Astroworld Ave",
41 "address_line_2": "Suite 306",
42 "sublocality": "",
43 "county": "Roswell",
44 "city": "Schenectady",
45 "state_province": "NY",
46 "postal_code": "12345",
47 "country": "US"
48 },
49 "opening_status": "open",
50 "reopen_date": "0000-00-00",
51 "hours": {
52 "monday": [
53 "09:00-21:00"
54 ],
55 "tuesday": [
56 "09:00-21:00"
57 ],
58 "wednesday": [
59 "09:00-21:00"
60 ],
61 "thursday": [
62 "09:00-21:00"
63 ],
64 "friday": [
65 "09:00-21:00"
66 ],
67 "saturday": [
68 "09:00-21:00"
69 ],
70 "sunday": [
71 "09:00-21:00"
72 ]
73 },
74 "more_hours": {},
75 "opening_hours_notes": "",
76 "opening_date": "0000-00-00",
77 "special_hours": {
78 "2025-08-04": [
79 "04:00-02:30"
80 ],
81 "2025-08-05": [
82 "04:00-02:30"
83 ],
84 "2025-08-06": [
85 "04:00-02:30"
86 ]
87 },
88 "network_fields": [],
89 "phone": "+1 561-395-5555",
90 "fax": ""
91 }
92}Example Code
Quota Usage
Does not require any quota.