-
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 "auto_sync_enabled": true,
4 "remote_id": "ExampleBusiness",
5 "listings_name": "Example Business",
6 "location_name": "Example Business",
7 "website_url": "https://www.example-business.com",
8 "email_address": "info@example-business.com",
9 "store_code": "",
10 "short_description": "Doing things since 1986.",
11 "long_description": "Really long descriptions.",
12 "languages": [],
13 "keywords": "tutoring,online tutoring,test preparation,academic tutoring",
14 "brands": [
15 "example"
16 ],
17 "payment_forms": [],
18 "price_range": "omit",
19 "service_areas": [],
20 "service_area_only": false,
21 "services": [],
22 "primary_category": "gcid:educational_consultant",
23 "additional_categories": [
24 "gcid:tutoring_service",
25 "gcid:private_tutor"
26 ],
27 "attributes": [],
28 "address": {
29 "address_line_1": "1234 Astroworld Ave",
30 "address_line_2": "Suite 306",
31 "sublocality": "",
32 "county": "Roswell",
33 "city": "Schenectady",
34 "state_province": "NY",
35 "postal_code": "12345",
36 "country": "US"
37 },
38 "opening_status": "open",
39 "reopen_date": "0000-00-00",
40 "hours": {
41 "monday": [
42 "09:00-21:00"
43 ],
44 "tuesday": [
45 "09:00-21:00"
46 ],
47 "wednesday": [
48 "09:00-21:00"
49 ],
50 "thursday": [
51 "09:00-21:00"
52 ],
53 "friday": [
54 "09:00-21:00"
55 ],
56 "saturday": [
57 "09:00-21:00"
58 ],
59 "sunday": [
60 "09:00-21:00"
61 ]
62 },
63 "more_hours": {
64 "kitchen hours": {
65 "monday": [
66 "09:00-21:00"
67 ]
68 }
69 },
70 "opening_hours_notes": "",
71 "opening_date": "0000-00-00",
72 "special_hours": {
73 "2025-08-04": [
74 "04:00-02:30"
75 ],
76 "2025-08-05": [
77 "04:00-02:30"
78 ],
79 "2025-08-06": [
80 "04:00-02:30"
81 ]
82 },
83 "network_fields": [],
84 "phone": "+1 561-395-5555",
85 "fax": "",
86 "create_page": true,
87 "published": false
88 }
89}Response
location
object
A Moz Local location.
1{
2 "location": {
3 "id": 12345,
4 "level": "local-lite",
5 "status": "active",
6 "account_id": 123,
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.