-
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
LocalLocationListingList
⌘K
Returns a list of listings for a given location. A listing is a publication of a location on a given network.
JSON-RPC Method:
local.location.listing.listRequest
id
number
The id of the location
1{
2 "id": 12345
3}Response
listings
array
name
string
The listing name (network).
status
string
The status of the listing.
Acceptable Values:
syncedsubmittednot_syncednetwork_limitationerrorurl
string | null
The URL of the listing.
1{
2 "listings": [
3 {
4 "name": "gmb",
5 "status": "synced",
6 "url": "https://maps.google.com/maps?cid=123123123321321321"
7 },
8 {
9 "name": "facebook",
10 "status": "synced",
11 "url": "https://www.facebook.com/2341234324234"
12 },
13 {
14 "name": "bing",
15 "status": "submitted",
16 "url": null
17 }
18 ]
19}Example Code
Quota Usage
Does not require any quota.