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