Setting Live Google My Business Questions and Answers Tasks
This endpoint will provide you with a detailed overview of questions and answers associated with a specific business entity listed on Google My Business. By submitting a request to this endpoint, you can access comprehensive data on the inquiries and responses related to a particular business, including the full text of the questions and answers, as well as metadata such as timestamps, user information.
Your account will be billed for every 20 questions, the maximum number of answers returned for each question is 5.
Instead of ‘login’ and ‘password’ use your credentials from https://app.dataforseo.com/api-access
# Instead of 'login' and 'password' use your credentials from https://app.dataforseo.com/api-access
login="login"
password="password"
cred="$(printf ${login}:${password} | base64)"
curl --location --request POST "https://api.dataforseo.com/v3/business_data/google/questions_and_answers/live"
--header "Authorization: Basic ${cred}"
--header "Content-Type: application/json"
--data-raw "[
{
"language_code": "en",
"location_name": "Los Angeles,California,United States",
"keyword": "The Last Bookstore"
}
]"
<?php
// You can download this file from here https://cdn.dataforseo.com/v3/examples/php/php_RestClient.zip
require('RestClient.php');
$api_url = 'https://api.dataforseo.com/';
// Instead of 'login' and 'password' use your credentials from https://app.dataforseo.com/api-access
$client = new RestClient($api_url, null, 'login', 'password');
$post_array[] = array(
"location_name" => "Los Angeles,California,United States",
"language_code" => "en",
"keyword" => mb_convert_encoding("The Last Bookstore", "UTF-8")
);
try {
// POST /v3/business_data/google/questions_and_answers/live
$result = $client->post('/v3/business_data/google/questions_and_answers/live', $post_array);
print_r($result);
// do something with post result
} catch (RestClientException $e) {
echo "\n";
print "HTTP code: {$e->getHttpCode()}\n";
print "Error code: {$e->getCode()}\n";
print "Message: {$e->getMessage()}\n";
print $e->getTraceAsString();
echo "\n";
}
$client = null;
?>
from client import RestClient
# You can download this file from here https://cdn.dataforseo.com/v3/examples/python/python_Client.zip
client = RestClient("login", "password")
post_data = dict()
# simple way to set a task
post_data[len(post_data)] = dict(
location_name="Los Angeles,California,United States",
language_code="en",
keyword="The Last Bookstore"
)
# POST /v3/business_data/google/questions_and_answers/live
response = client.post("/v3/business_data/google/questions_and_answers/live", post_data)
# you can find the full list of the response codes here https://docs.dataforseo.com/v3/appendix/errors
if response["status_code"] == 20000:
print(response)
# do something with result
else:
print("error. Code: %d Message: %s" % (response["status_code"], response["status_message"]))
var request = require('request');
var options = {
'method': 'POST',
'url': 'https://api.dataforseo.com/v3/business_data/google/questions_and_answers/live',
'headers': {
'Content-Type': 'application/json',
'Authorization': 'Basic c3VwcG9ydEBkYXRhZm9yc2VvLmNvbTpTUnJYVHp2UGtFSjgzdXlz'
},
body: JSON.stringify([
{
"language_code": "en",
"location_name": "Los Angeles,California,United States",
"keyword": "The Last Bookstore"
}
])
};
request(options, function (error, response) {
if (error) throw new Error(error);
console.log(response.body);
});
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Text;
using System.Threading.Tasks;
namespace DataForSeoDemos
{
public static partial class Demos
{
public static async Task business_data_questions_and_answers_live()
{
var httpClient = new HttpClient
{
BaseAddress = new Uri("https://api.dataforseo.com/"),
// Instead of 'login' and 'password' use your credentials from https://app.dataforseo.com/api-access
DefaultRequestHeaders = { Authorization = new AuthenticationHeaderValue("Basic", Convert.ToBase64String(Encoding.ASCII.GetBytes("login:password"))) }
};
var postData = new List<object>();
postData.Add(new
{
language_code = "en",
location_name = "Los Angeles,California,United States",
keyword = "The Last Bookstore"
});
// POST /v3/business_data/google/questions_and_answers/live
var taskPostResponse = await httpClient.PostAsync("/v3/business_data/google/questions_and_answers/live", new StringContent(JsonConvert.SerializeObject(postData)));
var result = JsonConvert.DeserializeObject<dynamic>(await taskPostResponse.Content.ReadAsStringAsync());
// you can find the full list of the response codes here https://docs.dataforseo.com/v3/appendix/errors
if (result.status_code == 20000)
{
// do something with result
Console.WriteLine(result);
}
else
Console.WriteLine($"error. Code: {result.status_code} Message: {result.status_message}");
}
}
}
The above command returns JSON structured like this:
{
"version": "0.1.20240422",
"status_code": 20000,
"status_message": "Ok.",
"time": "7.2446 sec.",
"cost": 0.0054,
"tasks_count": 1,
"tasks_error": 0,
"tasks": [
{
"id": "04251548-1535-0578-0000-fdfb4c354d7d",
"status_code": 20000,
"status_message": "Ok.",
"time": "7.0650 sec.",
"cost": 0.0054,
"result_count": 1,
"path": [
"v3",
"business_data",
"google",
"questions_and_answers",
"live"
],
"data": {
"api": "business_data",
"function": "questions_and_answers",
"se": "google",
"language_code": "en",
"location_name": "Los Angeles,California,United States",
"keyword": "The Last Bookstore",
"se_type": "questions_and_answers",
"device": "desktop",
"os": "windows"
},
"result": [
{
"keyword": "The Last Bookstore",
"se_domain": "google.com",
"location_code": 1013962,
"language_code": "en",
"check_url": "https://www.google.com/maps/place/data=!4m3!3m2!1s0x0:0x8591a1380838a935!10e4?hl=en&gl=US&gws_rd=cr&uule=w+CAIQIFISCRPaJ9xdx8KAEfQIRiVv3y_i",
"datetime": "2024-04-25 12:49:04 +00:00",
"cid": "9624651140695632181",
"feature_id": "0x0:0x8591a1380838a935",
"item_types": [
"google_business_question_item"
],
"items_without_answers": [
{
"type": "google_business_question_item",
"rank_group": 0,
"rank_absolute": 0,
"question_id": "8@1:CAESGUNWX0NtUE5CWVVMbzJOaXBJUFVBQVBqd0E|",
"url": "https://www.google.com/maps/place/data=!4m5!3m4!1s0x0:0x8591a1380838a935!10e4!18m1!1s8%401%3ACAESGUNWX0NtUE5CWVVMbzJOaXBJUFVBQVBqd0E%7C?hl=en&gl=US&gws_rd=cr&uule=w+CAIQIFISCRPaJ9xdx8KAEfQIRiVv3y_i",
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocJqBfWMwIm36nMV2HiaVlTFq-wB7gWC54BD-Fg06lUyeWFCJw=s120-c-rp-mo-br100",
"profile_url": "https://www.google.com/maps/contrib/115542610644062540644?hl=en-US",
"profile_name": "Robert McMullin",
"question_text": "I have about 25 hard bound books with their jackets and it's too heavy for me to transport to your store to see if there is interest in any or all of them. Could I send you a list with information that would allow you to assess your interest?",
"original_question_text": null,
"time_ago": "2 years ago",
"timestamp": "2022-04-25 12:49:03 +00:00",
"items": null
},
{
"type": "google_business_question_item",
"rank_group": 0,
"rank_absolute": 0,
"question_id": "8@1:CAESGUNWX0FBVkVTVWtGNFRGaW9CZ1JBQWRQa1E|",
"url": "https://www.google.com/maps/place/data=!4m5!3m4!1s0x0:0x8591a1380838a935!10e4!18m1!1s8%401%3ACAESGUNWX0FBVkVTVWtGNFRGaW9CZ1JBQWRQa1E%7C?hl=en&gl=US&gws_rd=cr&uule=w+CAIQIFISCRPaJ9xdx8KAEfQIRiVv3y_i",
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocKBQHkn6RY69iKLpzU-9sKVjFKrCuQExwCAFo3nF6r82YKBiw=s120-c-rp-mo-br100",
"profile_url": "https://www.google.com/maps/contrib/106985992049331446723?hl=en-US",
"profile_name": "sakura yamauchi",
"question_text": "Is there a list of Akutagawa Prize winning books, paperbacks, etc.? Is it possible to order and send by mail?",
"original_question_text": "芥川賞受賞本等、文庫本等の一覧表はありますか? 注文と郵送は可能ですか?",
"time_ago": "2 years ago",
"timestamp": "2022-04-25 12:49:03 +00:00",
"items": null
},
{
"type": "google_business_question_item",
"rank_group": 0,
"rank_absolute": 0,
"question_id": "8@1:CAESGUNWX0NzbDNWVElLNVJOaW4tQzlBQXktLWc|",
"url": "https://www.google.com/maps/place/data=!4m5!3m4!1s0x0:0x8591a1380838a935!10e4!18m1!1s8%401%3ACAESGUNWX0NzbDNWVElLNVJOaW4tQzlBQXktLWc%7C?hl=en&gl=US&gws_rd=cr&uule=w+CAIQIFISCRPaJ9xdx8KAEfQIRiVv3y_i",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjWzDxey9rtBLS6EIOGihyD4vEqVsp-_VnTognxyvR5zIM5KBiII=s120-c-rp-mo-br100",
"profile_url": "https://www.google.com/maps/contrib/104903774387596759272?hl=en-US",
"profile_name": "Holly Reade",
"question_text": "Yes I realize that but The last bookstores zip code is the same as the Grave yard where Eliza Lamb is buried! Why is that?",
"original_question_text": null,
"time_ago": "3 years ago",
"timestamp": "2021-04-25 12:49:03 +00:00",
"items": null
},
{
"type": "google_business_question_item",
"rank_group": 0,
"rank_absolute": 0,
"question_id": "8@1:CAESGUNWX0Nvb0UwRFFFQ2tOaW4tNFJBQXZ6RHc|",
"url": "https://www.google.com/maps/place/data=!4m5!3m4!1s0x0:0x8591a1380838a935!10e4!18m1!1s8%401%3ACAESGUNWX0Nvb0UwRFFFQ2tOaW4tNFJBQXZ6RHc%7C?hl=en&gl=US&gws_rd=cr&uule=w+CAIQIFISCRPaJ9xdx8KAEfQIRiVv3y_i",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjWzDxey9rtBLS6EIOGihyD4vEqVsp-_VnTognxyvR5zIM5KBiII=s120-c-rp-mo-br100",
"profile_url": "https://www.google.com/maps/contrib/104903774387596759272?hl=en-US",
"profile_name": "Holly Reade",
"question_text": "hit enter. Take a look at where the red pinpoint takes you on the map! It points directly to Cemetery where Elisa Lamb is put to rest! Scary huh?!!! also when I Searched for The last Bookstore's mailing address the zip code is completely different",
"original_question_text": null,
"time_ago": "3 years ago",
"timestamp": "2021-04-25 12:49:03 +00:00",
"items": null
},
{
"type": "google_business_question_item",
"rank_group": 0,
"rank_absolute": 0,
"question_id": "8@1:CAESGUNWX0NzbEtoRFFMTzA1aW5fc1RBQWpMV2c|",
"url": "https://www.google.com/maps/place/data=!4m5!3m4!1s0x0:0x8591a1380838a935!10e4!18m1!1s8%401%3ACAESGUNWX0NzbEtoRFFMTzA1aW5fc1RBQWpMV2c%7C?hl=en&gl=US&gws_rd=cr&uule=w+CAIQIFISCRPaJ9xdx8KAEfQIRiVv3y_i",
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocKd2TduzAXFmMTU42xS7k6J-tg47no-aDDXld5xqxmC1nBn3Q=s120-c-rp-mo-br100",
"profile_url": "https://www.google.com/maps/contrib/114697612158220010756?hl=en-US",
"profile_name": "jose escamilla",
"question_text": "Can i sell books here?",
"original_question_text": null,
"time_ago": "4 years ago",
"timestamp": "2020-04-25 12:49:03 +00:00",
"items": null
},
{
"type": "google_business_question_item",
"rank_group": 0,
"rank_absolute": 0,
"question_id": "8@1:CAESGUNWX0NzbG1XaklNU1hGaW45N2pBQWVRN0E|",
"url": "https://www.google.com/maps/place/data=!4m5!3m4!1s0x0:0x8591a1380838a935!10e4!18m1!1s8%401%3ACAESGUNWX0NzbG1XaklNU1hGaW45N2pBQWVRN0E%7C?hl=en&gl=US&gws_rd=cr&uule=w+CAIQIFISCRPaJ9xdx8KAEfQIRiVv3y_i",
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocIxEdEyEwqwhIpwlW4OqD__CJWdwBsSs_9bSdB9rrekjK_M3w=s120-c-rp-mo-br100",
"profile_url": "https://www.google.com/maps/contrib/108426400728804202651?hl=en-US",
"profile_name": "Miles Young",
"question_text": "Any books on Bonsai or magazines? I'm a collector",
"original_question_text": null,
"time_ago": "4 years ago",
"timestamp": "2020-04-25 12:49:03 +00:00",
"items": null
},
{
"type": "google_business_question_item",
"rank_group": 0,
"rank_absolute": 0,
"question_id": "8@1:CAESGUNWX0Nzay1qTllILWhGaW9tZXpBQWhXaWc|",
"url": "https://www.google.com/maps/place/data=!4m5!3m4!1s0x0:0x8591a1380838a935!10e4!18m1!1s8%401%3ACAESGUNWX0Nzay1qTllILWhGaW9tZXpBQWhXaWc%7C?hl=en&gl=US&gws_rd=cr&uule=w+CAIQIFISCRPaJ9xdx8KAEfQIRiVv3y_i",
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocJzFDaBLAmVvNdjjRT_nixh2x2sm6iDIhh3P2Sd81ZbA9tqRg=s120-c-rp-mo-br100",
"profile_url": "https://www.google.com/maps/contrib/116528277070619336979?hl=en-US",
"profile_name": "Enrique rodriguez Cepeda",
"question_text": "I would like to know what works do you have of Vladimir Nabokow and also books written about him.\nSincerely,\nE. Rodriguez Cepeda",
"original_question_text": null,
"time_ago": "4 years ago",
"timestamp": "2020-04-25 12:49:03 +00:00",
"items": null
},
{
"type": "google_business_question_item",
"rank_group": 0,
"rank_absolute": 0,
"question_id": "8@1:CAESGUNWX0Nza1JFZjhPc0xwaW4tY3RBQUJZZmc|",
"url": "https://www.google.com/maps/place/data=!4m5!3m4!1s0x0:0x8591a1380838a935!10e4!18m1!1s8%401%3ACAESGUNWX0Nza1JFZjhPc0xwaW4tY3RBQUJZZmc%7C?hl=en&gl=US&gws_rd=cr&uule=w+CAIQIFISCRPaJ9xdx8KAEfQIRiVv3y_i",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjVDcc-XNrczIZj2HKngmCwjreu98jrUZPNlz7fyfJN8OdXgCrUT=s120-c-rp-mo-br100",
"profile_url": "https://www.google.com/maps/contrib/104624014837100926233?hl=en-US",
"profile_name": "Lolette Jaca Rebusa",
"question_text": "Do you sell books in bulk order? \nHow can I contact you directly?",
"original_question_text": null,
"time_ago": "5 years ago",
"timestamp": "2019-04-25 12:49:03 +00:00",
"items": null
},
{
"type": "google_business_question_item",
"rank_group": 0,
"rank_absolute": 0,
"question_id": "8@1:CAESGUNWX0FBVkJMVFVKNVFkaW5fWnVBQTdQbXc|",
"url": "https://www.google.com/maps/place/data=!4m5!3m4!1s0x0:0x8591a1380838a935!10e4!18m1!1s8%401%3ACAESGUNWX0FBVkJMVFVKNVFkaW5fWnVBQTdQbXc%7C?hl=en&gl=US&gws_rd=cr&uule=w+CAIQIFISCRPaJ9xdx8KAEfQIRiVv3y_i",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjWCD7wxhsEpxUNrEhxdBILTYTy3kF_8SDNU6VHMGn_3EGYmls9FyA=s120-c-rp-mo-br100",
"profile_url": "https://www.google.com/maps/contrib/106295671538150192629?hl=en-US",
"profile_name": "Itzel Luna",
"question_text": "What kind of books will they buy from you?",
"original_question_text": null,
"time_ago": "5 years ago",
"timestamp": "2019-04-25 12:49:03 +00:00",
"items": null
},
{
"type": "google_business_question_item",
"rank_group": 0,
"rank_absolute": 0,
"question_id": "8@1:CAESGUNWX0NzbENDM0VCRUpoaW9tMnRBQW5kMUE|",
"url": "https://www.google.com/maps/place/data=!4m5!3m4!1s0x0:0x8591a1380838a935!10e4!18m1!1s8%401%3ACAESGUNWX0NzbENDM0VCRUpoaW9tMnRBQW5kMUE%7C?hl=en&gl=US&gws_rd=cr&uule=w+CAIQIFISCRPaJ9xdx8KAEfQIRiVv3y_i",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjWG7bSTGevRNh0e-Mhe-qfJ9mWJSV1VRhQNkjNsSEQFrnsvdPQm=s120-c-rp-mo-br100",
"profile_url": "https://www.google.com/maps/contrib/103419854781723807887?hl=en-US",
"profile_name": "R M",
"question_text": "Why is your store closed at 12:18 pm on a Tuesday? There are no signs posted explaining why.",
"original_question_text": null,
"time_ago": "5 years ago",
"timestamp": "2019-04-25 12:49:03 +00:00",
"items": null
}
],
"items_count": 20,
"items": [
{
"type": "google_business_question_item",
"rank_group": 1,
"rank_absolute": 1,
"question_id": "8@1:CAESGUNWX0NtUGRGWFlPZzdkaXBKeldBQVVXUUE|",
"url": "https://www.google.com/maps/place/data=!4m5!3m4!1s0x0:0x8591a1380838a935!10e4!18m1!1s8%401%3ACAESGUNWX0NtUGRGWFlPZzdkaXBKeldBQVVXUUE%7C?hl=en&gl=US&gws_rd=cr&uule=w+CAIQIFISCRPaJ9xdx8KAEfQIRiVv3y_i",
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocI4CsYQuCHV2rrulS8Upzuw19GbIWLijLhWNYRC709WowJdxQ=s120-c-rp-mo-br100",
"profile_url": "https://www.google.com/maps/contrib/103919508090556406996?hl=en-US",
"profile_name": "Patricia LeBlanc",
"question_text": "Is parking available",
"original_question_text": null,
"time_ago": "5 years ago",
"timestamp": "2019-04-25 12:49:03 +00:00",
"items": [
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtUFZFa2tPbmp0aXBRWkJBQVYyZmc|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjUODwsSH17Z8rNVmA03LZkKD-TElMOtXcM3VnUFAM8zc5mBaaqE=s120-c-rp-mo-ba4-br100",
"profile_url": "https://www.google.com/maps/contrib/102486249097041682831?hl=en-US",
"profile_name": "Delta Blueprint",
"answer_text": "They don't have an actual parking lot, but there are parking meters on the street and pay-for-parking lots around the corner, about $7 on weekdays, $10 to $15 on weekends. On Sunday mornings until 3 pm the street outside the bookstore is closed off for a farmer's market. Some parts of Spring street are often blocked off for filming.",
"original_answer_text": null,
"time_ago": "5 years ago",
"timestamp": "2019-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtUFZFa2tPbmp0aXBRWkJBQUNPWFE|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjWPLcqvYE8A37WrvIaSKPXhs5E9X4QpPb9sFEwfXVCEkiaNNzs=s120-c-rp-mo-ba6-br100",
"profile_url": "https://www.google.com/maps/contrib/105742996017340544292?hl=en-US",
"profile_name": "Nadine Cho",
"answer_text": "Metered street stalls or flat rate parking lots",
"original_answer_text": null,
"time_ago": "5 years ago",
"timestamp": "2019-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtUFZFa2tPbmp0aXBRWkJBQWZzRlE|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjX5rcWCu72SftwVKVAzb6Twb3fhY5a8EeDayc6hpEj9v7aIwxm5=s120-c-rp-mo-br100",
"profile_url": "https://www.google.com/maps/contrib/102151112656742965792?hl=en-US",
"profile_name": "Antonio Strickland",
"answer_text": "Yes , but it would be best to, take the, Metro bus or Metro train to 5th and Broadway.",
"original_answer_text": null,
"time_ago": "5 years ago",
"timestamp": "2019-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtUFZFa2tPbmp0aXBRWkJBQUw2cWc|",
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocKmIyyc_0_kfSlT9cDsfyouydphEBbCJmvtbuPsYrLJmAJ2Xg=s120-c-rp-mo-ba5-br100",
"profile_url": "https://www.google.com/maps/contrib/109596777990915533357?hl=en-US",
"profile_name": "Edward Davidoff",
"answer_text": "If you plan on just visiting the last bookstore meter street parking but if you are planning on exploring downtown LA then I would recommend parking in one of those all day parking lots with all day flat fees and then walk around and explore a lot of different places in that neighborhood.",
"original_answer_text": null,
"time_ago": "5 years ago",
"timestamp": "2019-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtUFZFa2tPbmp0aXBRWkJBQXBYUUE|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjUynH1j3DwUBn8bDlDXTSfmQkHj40zts0-iIEeaodkuc2HKVz-w=s120-c-rp-mo-ba4-br100",
"profile_url": "https://www.google.com/maps/contrib/108142021328491972166?hl=en-US",
"profile_name": "Gumer Zambrano",
"answer_text": "Parking is limited on the streets and the stalls but it is very near a metro station 👍",
"original_answer_text": null,
"time_ago": "5 years ago",
"timestamp": "2019-04-25 12:49:03 +00:00"
}
]
},
{
"type": "google_business_question_item",
"rank_group": 2,
"rank_absolute": 2,
"question_id": "8@1:CAESGUNWX0I0cUFQSFFOMXc5aXBJVkdBQUZwMGc|",
"url": "https://www.google.com/maps/place/data=!4m5!3m4!1s0x0:0x8591a1380838a935!10e4!18m1!1s8%401%3ACAESGUNWX0I0cUFQSFFOMXc5aXBJVkdBQUZwMGc%7C?hl=en&gl=US&gws_rd=cr&uule=w+CAIQIFISCRPaJ9xdx8KAEfQIRiVv3y_i",
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocKM4j1jcO_7SFYlri5AK5VkfiLganwMkgGGvRcAGenJ6m-bWvM=s120-c-rp-mo-ba3-br100",
"profile_url": "https://www.google.com/maps/contrib/106548099572226128293?hl=en-US",
"profile_name": "Charles Kang",
"question_text": "Hi. Do you still trade used books--during pandemic etc?",
"original_question_text": null,
"time_ago": "3 years ago",
"timestamp": "2021-04-25 12:49:03 +00:00",
"items": [
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtTlZURWdHOGVSaXBReU5BQVdkVXc|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjW9VLWymkKDomUWlHPsrJwUGs1HkjaWj3jf6dk-ut1OkAmv3CGJ=s120-c-rp-mo-ba4-br100",
"profile_url": "https://www.google.com/maps/contrib/104259723424877120625?hl=en-US",
"profile_name": "Brett Rademaker",
"answer_text": "They'll buy, sell and trade almost any ephemera from what I've encountered.",
"original_answer_text": null,
"time_ago": "3 years ago",
"timestamp": "2021-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtTlZURWdHOGVSaXBReU1BQTVTbGc|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjWz12qcmU9tfoGhkGTWR7dT5oWEUpYuKipbYN4f0ZWL68rhi483QA=s120-c-rp-mo-ba6-br100",
"profile_url": "https://www.google.com/maps/contrib/112275244418661063809?hl=en-US",
"profile_name": "Shehbaz Kaleka",
"answer_text": "Call them, and ask. They might still offer it.",
"original_answer_text": null,
"time_ago": "3 years ago",
"timestamp": "2021-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtTlZURWdHOGVSaXBReU5BQU52TlE|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjUfRAxtZ-6zETs4dGOgbQBsS7SlMng5eV842uGn8aO4J8qjM3w=s120-c-rp-mo-ba3-br100",
"profile_url": "https://www.google.com/maps/contrib/111263307024893026667?hl=en-US",
"profile_name": "Steven Mattor",
"answer_text": "They do still sell used books, I just recently bought some old pulps there.",
"original_answer_text": null,
"time_ago": "3 years ago",
"timestamp": "2021-04-25 12:49:03 +00:00"
}
]
},
{
"type": "google_business_question_item",
"rank_group": 3,
"rank_absolute": 3,
"question_id": "8@1:CAESGUNWX0FBVkI5MGtBTlgxaW4tbkdBQVMwdVE|",
"url": "https://www.google.com/maps/place/data=!4m5!3m4!1s0x0:0x8591a1380838a935!10e4!18m1!1s8%401%3ACAESGUNWX0FBVkI5MGtBTlgxaW4tbkdBQVMwdVE%7C?hl=en&gl=US&gws_rd=cr&uule=w+CAIQIFISCRPaJ9xdx8KAEfQIRiVv3y_i",
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocK_S3XQ-_yUdhWcH0GKlmMzDMJslDMSZI-7MRtv9cAq9ZimNws=s120-c-rp-mo-br100",
"profile_url": "https://www.google.com/maps/contrib/117469970968005260784?hl=en-US",
"profile_name": "Joshua F",
"question_text": "Do they buy comic books?",
"original_question_text": null,
"time_ago": "3 years ago",
"timestamp": "2021-04-25 12:49:03 +00:00",
"items": [
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtTVZWa2tBclpCaXBPMTZBQXNiZ0E|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjW-pcFJ1XOmgtNtNWwjmzOwjVzBeUwr1ld3zLNsDyZYYW3rZtQc=s120-c-rp-mo-ba5-br100",
"profile_url": "https://www.google.com/maps/contrib/104917265616939519661?hl=en-US",
"profile_name": "Ejay Menchavez",
"answer_text": "They have a pretty cool and obscure comic selection too!",
"original_answer_text": null,
"time_ago": "3 years ago",
"timestamp": "2021-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtTVZWa2tBclpCaXBPMTZBQTRaMkE|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjW9VLWymkKDomUWlHPsrJwUGs1HkjaWj3jf6dk-ut1OkAmv3CGJ=s120-c-rp-mo-ba4-br100",
"profile_url": "https://www.google.com/maps/contrib/104259723424877120625?hl=en-US",
"profile_name": "Brett Rademaker",
"answer_text": "Feel free to give them a call but they usually buy anything.",
"original_answer_text": null,
"time_ago": "3 years ago",
"timestamp": "2021-04-25 12:49:03 +00:00"
}
]
},
{
"type": "google_business_question_item",
"rank_group": 4,
"rank_absolute": 4,
"question_id": "8@1:CAESGUNWX0NzbGhGbGtLNVdoaW4tNDRBQVlpUFE|",
"url": "https://www.google.com/maps/place/data=!4m5!3m4!1s0x0:0x8591a1380838a935!10e4!18m1!1s8%401%3ACAESGUNWX0NzbGhGbGtLNVdoaW4tNDRBQVlpUFE%7C?hl=en&gl=US&gws_rd=cr&uule=w+CAIQIFISCRPaJ9xdx8KAEfQIRiVv3y_i",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjWBAaHg1Tuz1ABflx7oaDeLCMcWld0uKHgRu3n8JvMKZNWVKeNq=s120-c-rp-mo-br100",
"profile_url": "https://www.google.com/maps/contrib/115036324032600042808?hl=en-US",
"profile_name": "Marlene Lemus",
"question_text": "Is there food and drinks allowed?",
"original_question_text": null,
"time_ago": "4 years ago",
"timestamp": "2020-04-25 12:49:03 +00:00",
"items": [
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NBYy1FNkFQY09OaW9LdU1BQUFzbUE|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjU9LJECKtL9I0LY5AiQsp5ykFG5RpJgQ3Jwby4mC4f_lTINATJGxA=s120-c-rp-mo-ba4-br100",
"profile_url": "https://www.google.com/maps/contrib/117548414572821615438?hl=en-US",
"profile_name": "Jen C",
"answer_text": "No food and drinks were allowed at the time I visited. \nThey only take larger bags and I can appreciate why.\nI had a reasonable sized handbag and they allowed me to keep it. \nHowever I can only speak for my own experience. \nHope this helps.",
"original_answer_text": null,
"time_ago": "4 years ago",
"timestamp": "2020-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NBYy1FNkFQY09OaW9LdU1BQVVjT3c|",
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocIpGGdpohWBdouMDQyrxbOWRJIeVN-BRng4paRUf_tS3MXxgg=s120-c-rp-mo-ba3-br100",
"profile_url": "https://www.google.com/maps/contrib/116612016694041214344?hl=en-US",
"profile_name": "Julie Woodmass",
"answer_text": "I doubt it too, they take your bags off you at the door too",
"original_answer_text": null,
"time_ago": "4 years ago",
"timestamp": "2020-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NBYy1FNkFQY09OaW9LdUxBQVdTSmc|",
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocKhgchFe_mWNjjChc0yChqTUkczDj5R8ARbjXx0XopgAh-XjQ=s120-c-rp-mo-ba4-br100",
"profile_url": "https://www.google.com/maps/contrib/110664019926735371438?hl=en-US",
"profile_name": "Jessica Brown",
"answer_text": "I highly doubt it. It is a book store.",
"original_answer_text": null,
"time_ago": "4 years ago",
"timestamp": "2020-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NBYy1FNkFQY09OaW9LdUxBQUNmTUE|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjWqA0Ye9ZmdtTsq0_Eb1PUki-BIJEPvakDXaJUbUkmbatFdq9K0=s120-c-rp-mo-ba4-br100",
"profile_url": "https://www.google.com/maps/contrib/100321491585540226249?hl=en-US",
"profile_name": "Dayka & Olimpo",
"answer_text": "No food or drinks allowed",
"original_answer_text": null,
"time_ago": "3 years ago",
"timestamp": "2021-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NBYy1FNkFQY09OaW9LdUxBQXBfT1E|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjUG_5QKXAYrbKfPuaKFF-fzoQrxTDD4QIF7Jp8BrH9UmrUH7JmE=s120-c-rp-mo-ba2-br100",
"profile_url": "https://www.google.com/maps/contrib/111859475705591134665?hl=en-US",
"profile_name": "Marco Nathaniel Castillo (MNC100)",
"answer_text": "I'm sure they'll let you if you ask but they might not let you depending",
"original_answer_text": null,
"time_ago": "4 years ago",
"timestamp": "2020-04-25 12:49:03 +00:00"
}
]
},
{
"type": "google_business_question_item",
"rank_group": 5,
"rank_absolute": 5,
"question_id": "8@1:CAESGUNWX0Nzay1Ca1lCT2d0aW9sOW5BQUlxOWc|",
"url": "https://www.google.com/maps/place/data=!4m5!3m4!1s0x0:0x8591a1380838a935!10e4!18m1!1s8%401%3ACAESGUNWX0Nzay1Ca1lCT2d0aW9sOW5BQUlxOWc%7C?hl=en&gl=US&gws_rd=cr&uule=w+CAIQIFISCRPaJ9xdx8KAEfQIRiVv3y_i",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjVqUT6SZyyZhDXj1HvJeiMjLyfcZprDTkEmujjpPrFqJDCGmwdR=s120-c-rp-mo-br100",
"profile_url": "https://www.google.com/maps/contrib/107161935654533061739?hl=en-US",
"profile_name": "Keli McKenzie Traylor",
"question_text": "Are there many books on the history of California?",
"original_question_text": null,
"time_ago": "4 years ago",
"timestamp": "2020-04-25 12:49:03 +00:00",
"items": [
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtUGlDSE1HYTVSaXBScE1BQVlkaFE|",
"profile_image_url": "https://maps.gstatic.com/tactile/placeqa/merchant_2x.png",
"profile_url": null,
"profile_name": "The Last Bookstore",
"answer_text": "Yes, a few shelves' worth.",
"original_answer_text": null,
"time_ago": "4 years ago",
"timestamp": "2020-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtUGlDSE1HYTVSaXBScE1BQWthZ0E|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjUwS_nbCzWZZPWerpUeX_TIVJZVwvBxyodO0bZ4X21g0thWHrc=s120-c-rp-mo-ba3-br100",
"profile_url": "https://www.google.com/maps/contrib/110760783870113996517?hl=en-US",
"profile_name": "Chang-Chun Lee",
"answer_text": "I saw a lot of books on history of the US. I do believe CA is also included.",
"original_answer_text": null,
"time_ago": "4 years ago",
"timestamp": "2020-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtUGlDSE1HYTVSaXBScE1BQVlaNFE|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjUhplDQIqKrtSO7tqnN3uILNb4MX5PdkeOpKwl35wnl8krZ6I6I=s120-c-rp-mo-br100",
"profile_url": "https://www.google.com/maps/contrib/111682813292671541864?hl=en-US",
"profile_name": "brady westwater",
"answer_text": "Two sections and the ends of those sections. And many of books in other sections such as the Wild West section upstairs and the LA fiction section down stairs and the Film and TV section and the Arts sections up and downstairs and the memoirs section also have books on California - as do Vault and the 2.99 section. So if you are lookin",
"original_answer_text": null,
"time_ago": "4 years ago",
"timestamp": "2020-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtUGlDSE1HYTVSaXBScE1BQWVXTEE|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjUasQ5Djy3R9fcgEM2PqgPVidqB2ORyVdse5uhR2aamuNtTiUOU=s120-c-rp-mo-ba3-br100",
"profile_url": "https://www.google.com/maps/contrib/112028248744408857763?hl=en-US",
"profile_name": "stephan solar",
"answer_text": "Yes, many and more about everything else",
"original_answer_text": null,
"time_ago": "4 years ago",
"timestamp": "2020-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtUGlDSE1HYTVSaXBScE1BQWVZTHc|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjUbpCQlELNHm63tzaxVZWsbtzkmgamCz7me7TQmFFfckvBJcLbiXw=s120-c-rp-mo-ba5-br100",
"profile_url": "https://www.google.com/maps/contrib/106170584699400285544?hl=en-US",
"profile_name": "Gaby Chaparro",
"answer_text": "Yes, you can also definitely ask in the front desk and they would help you find or order them",
"original_answer_text": null,
"time_ago": "4 years ago",
"timestamp": "2020-04-25 12:49:03 +00:00"
}
]
},
{
"type": "google_business_question_item",
"rank_group": 6,
"rank_absolute": 6,
"question_id": "8@1:CAESGUNWX0NtTThXcE1OODlSaXBKQmJBQVdOc1E|",
"url": "https://www.google.com/maps/place/data=!4m5!3m4!1s0x0:0x8591a1380838a935!10e4!18m1!1s8%401%3ACAESGUNWX0NtTThXcE1OODlSaXBKQmJBQVdOc1E%7C?hl=en&gl=US&gws_rd=cr&uule=w+CAIQIFISCRPaJ9xdx8KAEfQIRiVv3y_i",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjXSSzKwZxDBP2my8FGzLbnHv3RjJGIYQH9HLrrbmu2pRoIvBPgL=s120-c-rp-mo-br100",
"profile_url": "https://www.google.com/maps/contrib/109605756292291508138?hl=en-US",
"profile_name": "Glenn Lindsay",
"question_text": "When do you buy used books? When can I bring books in?",
"original_question_text": null,
"time_ago": "6 years ago",
"timestamp": "2018-04-25 12:49:03 +00:00",
"items": [
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtTXJpMFlQaWV4aXBRdlBBQXVybmc|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjVRu_uoPX6c1h2ChLRIZPvAINGzPFlG_LN0ZL7XhgSewxj_j1jnPg=s120-c-rp-mo-ba4-br100",
"profile_url": "https://www.google.com/maps/contrib/104726167154956069181?hl=en-US",
"profile_name": "Mitchell Stein Sr.",
"answer_text": "Pro tip ; check online eBay Amazon for typical sale prices not asking prices of the books that you wish to sell.\n* and remember they need to make a profit so I wouldn't expect more than 30% of recent sale prices online .",
"original_answer_text": null,
"time_ago": "6 years ago",
"timestamp": "2018-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtTXJpMFlQaWV4aXBRdlFBQURRdGc|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjXH-iOZscfSIa-GwMR77MISPogtDK1GlwCrMC-7wKJedp0znwo=s120-c-rp-mo-ba4-br100",
"profile_url": "https://www.google.com/maps/contrib/100147517369929596590?hl=en-US",
"profile_name": "La beniciayogin",
"answer_text": "All the time. You can buy them but if you have books in your purse, need to leave them in the from.\nIf you talking about donating? Welcome anytime ✌",
"original_answer_text": null,
"time_ago": "6 years ago",
"timestamp": "2018-04-25 12:49:03 +00:00"
}
]
},
{
"type": "google_business_question_item",
"rank_group": 7,
"rank_absolute": 7,
"question_id": "8@1:CAESGUNWX0NtUGlDSE1HYTVSaXBJa0RBQUVsdWc|",
"url": "https://www.google.com/maps/place/data=!4m5!3m4!1s0x0:0x8591a1380838a935!10e4!18m1!1s8%401%3ACAESGUNWX0NtUGlDSE1HYTVSaXBJa0RBQUVsdWc%7C?hl=en&gl=US&gws_rd=cr&uule=w+CAIQIFISCRPaJ9xdx8KAEfQIRiVv3y_i",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjUhGSARBpRnLh_g5vpgmq6164VoCii2QY5PrybV7FupMFbCcFXo=s120-c-rp-mo-br100",
"profile_url": "https://www.google.com/maps/contrib/107117441168099535036?hl=en-US",
"profile_name": "Sydney Adams",
"question_text": "Do they carry J.R. Ward books?",
"original_question_text": null,
"time_ago": "6 years ago",
"timestamp": "2018-04-25 12:49:03 +00:00",
"items": [
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtTUYwRTBJbjQ1aXBSZDJBQWZCMWc|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjXHCPcS5IcN2-BRu5mQnbwfoeGoqHdd3goUugwaM2R0dVvtXyq9=s120-c-rp-mo-ba4-br100",
"profile_url": "https://www.google.com/maps/contrib/106393980734805505210?hl=en-US",
"profile_name": "Alicia Rhoden",
"answer_text": "Yes",
"original_answer_text": null,
"time_ago": "6 years ago",
"timestamp": "2018-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtTUYwRTBJbjQ1aXBSZDJBQWdRWFE|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjUNDWzI06FhAES0rk0yIUe755xKKIVYgnFzryglguSlXiRefBPp=s120-c-rp-mo-ba4-br100",
"profile_url": "https://www.google.com/maps/contrib/107116927191467856417?hl=en-US",
"profile_name": "Phillip Golob",
"answer_text": "This I don't know.",
"original_answer_text": null,
"time_ago": "6 years ago",
"timestamp": "2018-04-25 12:49:03 +00:00"
}
]
},
{
"type": "google_business_question_item",
"rank_group": 8,
"rank_absolute": 8,
"question_id": "8@1:CAESGUNWX0I0cU9kc2NQaG54bFZBb29BQUozLUE|",
"url": "https://www.google.com/maps/place/data=!4m5!3m4!1s0x0:0x8591a1380838a935!10e4!18m1!1s8%401%3ACAESGUNWX0I0cU9kc2NQaG54bFZBb29BQUozLUE%7C?hl=en&gl=US&gws_rd=cr&uule=w+CAIQIFISCRPaJ9xdx8KAEfQIRiVv3y_i",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjXi_qSkcLdJRglwuApcLO4ZWR4BYyzsf3miQP0RirRwPTndx2T-=s120-c-rp-mo-br100",
"profile_url": "https://www.google.com/maps/contrib/100680185069619015011?hl=en-US",
"profile_name": "Kwkrnbrhwuow Jsjejiwiebrbne",
"question_text": "Does this bookstore take cash?",
"original_question_text": null,
"time_ago": "5 months ago",
"timestamp": "2023-11-25 12:49:03 +00:00",
"items": [
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0FONGZwS1FCaVAxbHF1U1NBQXJaTlE|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjVx1yPB61aBFwx7AqEPhS-PKAM-MR51FGnfBsP_eorHSYO8Fmp4Ug=s120-c-rp-mo-ba6-br100",
"profile_url": "https://www.google.com/maps/contrib/106692429957748159930?hl=en-US",
"profile_name": "Brandon Britt Smith (Travelin Smitty)",
"answer_text": "Absolutely!",
"original_answer_text": null,
"time_ago": "3 months ago",
"timestamp": "2024-01-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0I0cVVHYlVOWXhGbFZGVmFBQWFVd2c|",
"profile_image_url": "https://maps.gstatic.com/tactile/placeqa/merchant_2x.png",
"profile_url": null,
"profile_name": "The Last Bookstore",
"answer_text": "Yes",
"original_answer_text": null,
"time_ago": "5 months ago",
"timestamp": "2023-11-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0I0cVVHYlVOWXhGbFZCaUhBQWV2M0E|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjWgFP_hOCZjJc8Cqx6F_3ZtcTVylKroSTvSChUFvREnchvbka5RVQ=s120-c-rp-mo-ba5-br100",
"profile_url": "https://www.google.com/maps/contrib/112010075018268264955?hl=en-US",
"profile_name": "jasmine xu",
"answer_text": "Yes",
"original_answer_text": null,
"time_ago": "5 months ago",
"timestamp": "2023-11-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtT0F4eFVNUDBObFZCYThBQXJ5QlE|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjVtzmh8mk254cDgJL9VLwP-q0Nrmta32YH4Yp6R2iphXNMZo5akhA=s120-c-rp-mo-ba5-br100",
"profile_url": "https://www.google.com/maps/contrib/116028205755257187049?hl=en-US",
"profile_name": "Jerome Allshouse",
"answer_text": "Yes, why wouldn't they.",
"original_answer_text": null,
"time_ago": "5 months ago",
"timestamp": "2023-11-25 12:49:03 +00:00"
}
]
},
{
"type": "google_business_question_item",
"rank_group": 9,
"rank_absolute": 9,
"question_id": "8@1:CAESGUNWX0FONGpMek1PTERwbE1uMU5BQUhnNkE|",
"url": "https://www.google.com/maps/place/data=!4m5!3m4!1s0x0:0x8591a1380838a935!10e4!18m1!1s8%401%3ACAESGUNWX0FONGpMek1PTERwbE1uMU5BQUhnNkE%7C?hl=en&gl=US&gws_rd=cr&uule=w+CAIQIFISCRPaJ9xdx8KAEfQIRiVv3y_i",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjWiaiZa1rIZJ67ZoFeETV17LJInvQyPxfFbto-YoQwpGpg1n_uM=s120-c-rp-mo-br100",
"profile_url": "https://www.google.com/maps/contrib/112772544834663264724?hl=en-US",
"profile_name": "Josh",
"question_text": "What makes this \"THE LAST BOOK STORE.\" Huh? \nGet real. Fahrenheit 4,000 + 🔥📚\n(Left, left, left right left) 🖤💔",
"original_question_text": null,
"time_ago": "6 months ago",
"timestamp": "2023-10-25 12:49:03 +00:00",
"items": [
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0FONHR0blVEZ1hWbE11Y1BBQWtkYVE|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjVx4YzuvUg53q5lNzFMVabb564ILEOZRArLSxXriwL6puXbEWE=s120-c-rp-mo-ba5-br100",
"profile_url": "https://www.google.com/maps/contrib/117442487239055989476?hl=en-US",
"profile_name": "Regan Reece",
"answer_text": "In the future, when much of the Earth has been destroyed in a world war, this will be the last remaining bookstore. Psychics have confirmed the truth of this.",
"original_answer_text": null,
"time_ago": "6 months ago",
"timestamp": "2023-10-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0FONGZGSHNIRnJobHF1UTlBQXlFVEE|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjVx1yPB61aBFwx7AqEPhS-PKAM-MR51FGnfBsP_eorHSYO8Fmp4Ug=s120-c-rp-mo-ba6-br100",
"profile_url": "https://www.google.com/maps/contrib/106692429957748159930?hl=en-US",
"profile_name": "Brandon Britt Smith (Travelin Smitty)",
"answer_text": "If you actually visited, they would answer that, and many other of life's questions too! 😉",
"original_answer_text": null,
"time_ago": "3 months ago",
"timestamp": "2024-01-25 12:49:03 +00:00"
}
]
},
{
"type": "google_business_question_item",
"rank_group": 10,
"rank_absolute": 10,
"question_id": "8@1:CAESGUNWX0NtTTFDMzRQUU50akZSeDdBQVh4T0E|",
"url": "https://www.google.com/maps/place/data=!4m5!3m4!1s0x0:0x8591a1380838a935!10e4!18m1!1s8%401%3ACAESGUNWX0NtTTFDMzRQUU50akZSeDdBQVh4T0E%7C?hl=en&gl=US&gws_rd=cr&uule=w+CAIQIFISCRPaJ9xdx8KAEfQIRiVv3y_i",
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocJs9vso3pXTFuhx2qO7A_mZB3z8aizJd7-95HOX8MFlZTTXEQ=s120-c-rp-mo-br100",
"profile_url": "https://www.google.com/maps/contrib/110316915398455294781?hl=en-US",
"profile_name": "Jim Schwarz",
"question_text": "What are open hours on Labor Day?",
"original_question_text": null,
"time_ago": "a year ago",
"timestamp": "2023-04-25 12:49:03 +00:00",
"items": [
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtTzVFTDRDMjVkak4zZ0lBQVlaX0E|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjXaCu_L2tzw7VnupOMou9DqxbR3VKFUEWnRFAaQGv7I4tSCVZYU=s120-c-rp-mo-ba2-br100",
"profile_url": "https://www.google.com/maps/contrib/117954861184337305548?hl=en-US",
"profile_name": "Helen Hanson",
"answer_text": "Not really sure 😕. Check with security the next time you are there",
"original_answer_text": null,
"time_ago": "a year ago",
"timestamp": "2023-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtTTF4bTBHQTROak56WnlBQVhwQ3c|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjVwX47zmNIN6PEuOqHXZ5ZyqoW5qnYzPkXb1jWJkPKejpV9PhWk1w=s120-c-rp-mo-ba5-br100",
"profile_url": "https://www.google.com/maps/contrib/110800259111396560632?hl=en-US",
"profile_name": "Leon Brown",
"answer_text": "Open Labor Day. Hours are the regular open hours. The only hours that Vary are Christmas and New Years Day. This Is information is directly from an on Shift Employee.",
"original_answer_text": null,
"time_ago": "a year ago",
"timestamp": "2023-04-25 12:49:03 +00:00"
}
]
},
{
"type": "google_business_question_item",
"rank_group": 11,
"rank_absolute": 11,
"question_id": "8@1:CAESGUNWX0NtTUNSWFlKLWpkaXBJTXVBQXlkZ2c|",
"url": "https://www.google.com/maps/place/data=!4m5!3m4!1s0x0:0x8591a1380838a935!10e4!18m1!1s8%401%3ACAESGUNWX0NtTUNSWFlKLWpkaXBJTXVBQXlkZ2c%7C?hl=en&gl=US&gws_rd=cr&uule=w+CAIQIFISCRPaJ9xdx8KAEfQIRiVv3y_i",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjX1umDjAjtoz9TIPvNncS6Wjac-jElDAzuEkSSRc84aLAaYmD3Dfw=s120-c-rp-mo-ba3-br100",
"profile_url": "https://www.google.com/maps/contrib/100154513465208485067?hl=en-US",
"profile_name": "Christabelle Garcia",
"question_text": "Can I take quick photos? I was planning to stop by for my 18th birthday and take a few photos.",
"original_question_text": null,
"time_ago": "2 years ago",
"timestamp": "2022-04-25 12:49:03 +00:00",
"items": [
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtUGlDSE1HYTVSaXBPTTRBQWQ5eWc|",
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocJFT8Z1lcxgcessQR9kbbh1sJZxdGLxzYyQyAe0Gb7au0rR5Hs=s120-c-rp-mo-ba3-br100",
"profile_url": "https://www.google.com/maps/contrib/104405706942378592125?hl=en-US",
"profile_name": "Rebekah Hood",
"answer_text": "i agree with you Isabel! it is beautiful! absolutely wonderful",
"original_answer_text": null,
"time_ago": "2 years ago",
"timestamp": "2022-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtUGlDSE1HYTVSaXBPTTNBQVBLdEE|",
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocIORFwHaIQPbgBq1hJz_0HSfRoqHhH7Qu32qfJw3rUdCs7Mag=s120-c-rp-mo-ba4-br100",
"profile_url": "https://www.google.com/maps/contrib/103671264876115522324?hl=en-US",
"profile_name": "Isabel Mariana Fernandez-Colorado",
"answer_text": "Yes you can!! Its beautifull inside!",
"original_answer_text": null,
"time_ago": "2 years ago",
"timestamp": "2022-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtUGlDSE1HYTVSaXBPTTNBQW9YeXc|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjUgHQhc520jQe9v9BOKiZRpR421cAtnw4_oI1rFaIZ1omln0D_1=s120-c-rp-mo-ba3-br100",
"profile_url": "https://www.google.com/maps/contrib/100571320970365953106?hl=en-US",
"profile_name": "Jorge Soto",
"answer_text": "Yes absolutely you can. I took a LOT of photos on our visit last week. It has a lot of things and spots for great photos.",
"original_answer_text": null,
"time_ago": "2 years ago",
"timestamp": "2022-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtUGlDSE1HYTVSaXBPTTNBQUNiYlE|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjWPpDkjAY0vGLfeFvI_Ga5m0CAicfQ9jMnmAxNGOQoOYZklyAgLKg=s120-c-rp-mo-ba5-br100",
"profile_url": "https://www.google.com/maps/contrib/109577988510933908657?hl=en-US",
"profile_name": "Beth Prather",
"answer_text": "Yes. Great place for pictures",
"original_answer_text": null,
"time_ago": "2 years ago",
"timestamp": "2022-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtUGlDSE1HYTVSaXBPTTRBQUVuT0E|",
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocLaNei08GTI-LSc9xS8JjYA5zb6iHgedsHSVGG46ESy8VlFdw=s120-c-rp-mo-ba5-br100",
"profile_url": "https://www.google.com/maps/contrib/104691907441026673653?hl=en-US",
"profile_name": "Ralph Olivas",
"answer_text": "Yes, The Last Book Store is photo friendly. Enjoy!",
"original_answer_text": null,
"time_ago": "2 years ago",
"timestamp": "2022-04-25 12:49:03 +00:00"
}
]
},
{
"type": "google_business_question_item",
"rank_group": 12,
"rank_absolute": 12,
"question_id": "8@1:CAESGUNWX0NzbDZCT1FQVW9waW9BcXZBQU11WXc|",
"url": "https://www.google.com/maps/place/data=!4m5!3m4!1s0x0:0x8591a1380838a935!10e4!18m1!1s8%401%3ACAESGUNWX0NzbDZCT1FQVW9waW9BcXZBQU11WXc%7C?hl=en&gl=US&gws_rd=cr&uule=w+CAIQIFISCRPaJ9xdx8KAEfQIRiVv3y_i",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjWHzTS0MXMvaDo3FBx3XGv2Yv5-8BVhixH29Tp4ypzbD0hJJhEM=s120-c-rp-mo-br100",
"profile_url": "https://www.google.com/maps/contrib/118047508574368207329?hl=en-US",
"profile_name": "Frank Unger",
"question_text": "Hi, \n\nI was wondering if it is allowed to take pictures when I come to your bookstore. \nI am looking forward to hearing from you, thanks!",
"original_question_text": null,
"time_ago": "4 years ago",
"timestamp": "2020-04-25 12:49:03 +00:00",
"items": [
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NBY1RKNUVCV0NwaW9POWdBQUtXcFE|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjXt6ifWpoWVSxl4ykyRIl7pSFZqRbamFWBCj-d-DMce_GIejd-K=s120-c-rp-mo-br100",
"profile_url": "https://www.google.com/maps/contrib/117501417652833856945?hl=en-US",
"profile_name": "Josh Spencer",
"answer_text": "You can take personal photos with a phone or handheld camera without equipment or lighting, but any commercial photography has a fee. Please contact us on the appropriate email on our site lastbookstorela.com for rates.",
"original_answer_text": null,
"time_ago": "4 years ago",
"timestamp": "2020-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NBY1RKNUVCV0NwaW9POWdBQVBDdWc|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjWpQUFW7lgDiBxQV3S0WEflyXy0qyA9e70f_yfFg0TtYOzvxfxGIA=s120-c-rp-mo-ba5-br100",
"profile_url": "https://www.google.com/maps/contrib/117203939758163607198?hl=en-US",
"profile_name": "Joann Williams (Nai'a)",
"answer_text": "Take all the pictures you want ..😊 People do two things there: Look at or read books AND take pictures!",
"original_answer_text": null,
"time_ago": "4 years ago",
"timestamp": "2020-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NBY1RKNUVCV0NwaW9POWdBQU1vTVE|",
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocLggjym9wG36hbUxZJUDYUJoTrg7ifYoCSJDn1-8o-n0VKMTQ=s120-c-rp-mo-ba2-br100",
"profile_url": "https://www.google.com/maps/contrib/113546896301731055221?hl=en-US",
"profile_name": "Shawn Snowdeal",
"answer_text": "Yes you can take pictures.",
"original_answer_text": null,
"time_ago": "4 years ago",
"timestamp": "2020-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NBY1RKNUVCV0NwaW9POWdBQWdxSVE|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjVNBahgUbZJf--bn_PWBApY9tZvyaCGKgx9xV_q_HsSSs9f9uxuGQ=s120-c-rp-mo-ba5-br100",
"profile_url": "https://www.google.com/maps/contrib/110505722444702916315?hl=en-US",
"profile_name": "K Cristal Bonilla",
"answer_text": "Yes you can take all the pictures you like",
"original_answer_text": null,
"time_ago": "4 years ago",
"timestamp": "2020-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtVlZoVXNGS0JOaXBScGVBQXNldkE|",
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocKPtcUMYpkFZSVfJpxE8-HL0SAaK60Ry-W6j2gXuZM-Af0zkw=s120-c-rp-mo-br100",
"profile_url": "https://www.google.com/maps/contrib/111795182826778840196?hl=en-US",
"profile_name": "Howard Parker Sr.",
"answer_text": "Yes. I took some pictures and I observed a lot of other people taking pictures.",
"original_answer_text": null,
"time_ago": "4 years ago",
"timestamp": "2020-04-25 12:49:03 +00:00"
}
]
},
{
"type": "google_business_question_item",
"rank_group": 13,
"rank_absolute": 13,
"question_id": "8@1:CAESGUNWX0Nza1I1alVPNk1oaW5fQlRBQW9sUUE|",
"url": "https://www.google.com/maps/place/data=!4m5!3m4!1s0x0:0x8591a1380838a935!10e4!18m1!1s8%401%3ACAESGUNWX0Nza1I1alVPNk1oaW5fQlRBQW9sUUE%7C?hl=en&gl=US&gws_rd=cr&uule=w+CAIQIFISCRPaJ9xdx8KAEfQIRiVv3y_i",
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocKZUfl_SO4nOiXNdQmGqjA1Yv7BKxiCWqSZJ7TEtpXbmkFquQ-C=s120-c-rp-mo-br100",
"profile_url": "https://www.google.com/maps/contrib/100377677695548328484?hl=en-US",
"profile_name": "katherine ruiz-mellott",
"question_text": "are there kids books?",
"original_question_text": null,
"time_ago": "5 years ago",
"timestamp": "2019-04-25 12:49:03 +00:00",
"items": [
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NBYzJ3S0FMamcxaW9LdFFBQTFQV3c|",
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocKQ4uSx5J1fZVv30WZ3RhGpLaUieZ1Wy6BJRbPNqJGPN9xUcw=s120-c-rp-mo-ba2-br100",
"profile_url": "https://www.google.com/maps/contrib/103887488155337754308?hl=en-US",
"profile_name": "Brian Rico",
"answer_text": "Yes, there is a whole section dedicated to it.",
"original_answer_text": null,
"time_ago": "5 years ago",
"timestamp": "2019-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NBYzJ3S0FMamcxaW9LdFFBQWhhNnc|",
"profile_image_url": "https://maps.gstatic.com/tactile/placeqa/merchant_2x.png",
"profile_url": null,
"profile_name": "The Last Bookstore",
"answer_text": "Yes!",
"original_answer_text": null,
"time_ago": "5 years ago",
"timestamp": "2019-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NBYzJ3S0FMamcxaW9LdFFBQU5teFE|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjWASwZ--ctu2yNhWbRdDiYSR_SPMTJ0dFtGD2jeKtGIIKXqYNg=s120-c-rp-mo-ba5-br100",
"profile_url": "https://www.google.com/maps/contrib/113837585424662449204?hl=en-US",
"profile_name": "fabiana campagna",
"answer_text": "Yes,",
"original_answer_text": null,
"time_ago": "5 years ago",
"timestamp": "2019-04-25 12:49:03 +00:00"
}
]
},
{
"type": "google_business_question_item",
"rank_group": 14,
"rank_absolute": 14,
"question_id": "8@1:CAESGUNWX0Nza1BRek1JWklsaW4tZDhBQXpCeUE|",
"url": "https://www.google.com/maps/place/data=!4m5!3m4!1s0x0:0x8591a1380838a935!10e4!18m1!1s8%401%3ACAESGUNWX0Nza1BRek1JWklsaW4tZDhBQXpCeUE%7C?hl=en&gl=US&gws_rd=cr&uule=w+CAIQIFISCRPaJ9xdx8KAEfQIRiVv3y_i",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjUOVjzQmDZOUDxdxgL_8-8DgJGatqZ5mOmU4pgxUDCNUXoXvs4w=s120-c-rp-mo-br100",
"profile_url": "https://www.google.com/maps/contrib/101083664052668611359?hl=en-US",
"profile_name": "LyricC.",
"question_text": "Do you have self help books?",
"original_question_text": null,
"time_ago": "5 years ago",
"timestamp": "2019-04-25 12:49:03 +00:00",
"items": [
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtTmtCMHdGanNCaXBQUnRBQXpIS2c|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjXmwTWcEY8f3qO6A9tqCX2dd7JbDm7s0tH0qarBUrGAB0DZKh7dUg=s120-c-rp-mo-ba6-br100",
"profile_url": "https://www.google.com/maps/contrib/118329219934405776277?hl=en-US",
"profile_name": "Lyn Schrader",
"answer_text": "I saw plenty of self-help books.",
"original_answer_text": null,
"time_ago": "5 years ago",
"timestamp": "2019-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtTmtCMHdGanNCaXBQUnRBQWNZWnc|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjVt4c3uH37R21Ka-MtuKzcbQZQPvFYzD1DgyXujuVmUIg9tyfq30A=s120-c-rp-mo-ba8-br100",
"profile_url": "https://www.google.com/maps/contrib/101875998493251463525?hl=en-US",
"profile_name": "Catherine A. Montgomery",
"answer_text": "There are plenty of self help books here",
"original_answer_text": null,
"time_ago": "5 years ago",
"timestamp": "2019-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0J6VXNVd29ERDdoaW9MOFVBQUc5MUE|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjWSyn2tUneBn6_xauMhb1VADF_pwt3Gi92v_g-qK7OYABLH8AQY=s120-c-rp-mo-br100",
"profile_url": "https://www.google.com/maps/contrib/117870772925889811573?hl=en-US",
"profile_name": "Shashi Mauli Tripathi",
"answer_text": "Yes there are plent of self help books. There are plenty of books for all genres of books.",
"original_answer_text": null,
"time_ago": "5 years ago",
"timestamp": "2019-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtTmtCMHdGanNCaXBQUnVBQUJpQ0E|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjUS4Xum3WpRIyINhl1uBxf91eHWMRBP4BBsr0ezGeqdgRybwbOi=s120-c-rp-mo-ba5-br100",
"profile_url": "https://www.google.com/maps/contrib/107482570417438546606?hl=en-US",
"profile_name": "Kari Turner",
"answer_text": "Yes, they have a whole self-help section, very clearly marked.",
"original_answer_text": null,
"time_ago": "5 years ago",
"timestamp": "2019-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0J6VXNVd29ERDdoaW9MOFVBQU1ZdXc|",
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocJb99sPVT4cMuMEsQDM30UR9o4xCmsfMaSy1-uIOzD8zvsmow=s120-c-rp-mo-ba4-br100",
"profile_url": "https://www.google.com/maps/contrib/113740953006663368130?hl=en-US",
"profile_name": "Jaime Marin",
"answer_text": "Yes plenty",
"original_answer_text": null,
"time_ago": "5 years ago",
"timestamp": "2019-04-25 12:49:03 +00:00"
}
]
},
{
"type": "google_business_question_item",
"rank_group": 15,
"rank_absolute": 15,
"question_id": "8@1:CAESGUNWX0Nza3pLWEFOOXBaaW9tLU9BQUpSZ0E|",
"url": "https://www.google.com/maps/place/data=!4m5!3m4!1s0x0:0x8591a1380838a935!10e4!18m1!1s8%401%3ACAESGUNWX0Nza3pLWEFOOXBaaW9tLU9BQUpSZ0E%7C?hl=en&gl=US&gws_rd=cr&uule=w+CAIQIFISCRPaJ9xdx8KAEfQIRiVv3y_i",
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocJf5j5SfmuApv_VyyNfOq6VNQKho9OSHky8GSXUZ2qAOg1Alg=s120-c-rp-mo-br100",
"profile_url": "https://www.google.com/maps/contrib/103642965658665418724?hl=en-US",
"profile_name": "Laura Santibañez",
"question_text": "Can children can go",
"original_question_text": null,
"time_ago": "5 years ago",
"timestamp": "2019-04-25 12:49:03 +00:00",
"items": [
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtUGtVVWdCY3NWaXBQN1pBQVFDM1E|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjUhplDQIqKrtSO7tqnN3uILNb4MX5PdkeOpKwl35wnl8krZ6I6I=s120-c-rp-mo-br100",
"profile_url": "https://www.google.com/maps/contrib/111682813292671541864?hl=en-US",
"profile_name": "brady westwater",
"answer_text": "There is a huge area on the first floor for kids of all ages with brand new books, gently used books and classic vintage books.",
"original_answer_text": null,
"time_ago": "5 years ago",
"timestamp": "2019-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtUGtVVWdCY3NWaXBQN1pBQVgtMXc|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjUH1gCfv81FubpH5PMO2rlRjzif-63YlAcVgLbC0JfJ5Cn_9S5h2A=s120-c-rp-mo-ba3-br100",
"profile_url": "https://www.google.com/maps/contrib/109508568065757603682?hl=en-US",
"profile_name": "Melinda Rios",
"answer_text": "Yes",
"original_answer_text": null,
"time_ago": "5 years ago",
"timestamp": "2019-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtUGtVVWdCY3NWaXBQN1pBQUMwUXc|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjX--VPoT5QlUNiY4cIYhZxQ2zzG_2k1va8slG42Psr3spUFbRMOow=s120-c-rp-mo-ba6-br100",
"profile_url": "https://www.google.com/maps/contrib/102810131920814193906?hl=en-US",
"profile_name": "Mars Kung",
"answer_text": "Yes but be quiet Lol",
"original_answer_text": null,
"time_ago": "5 years ago",
"timestamp": "2019-04-25 12:49:03 +00:00"
}
]
},
{
"type": "google_business_question_item",
"rank_group": 16,
"rank_absolute": 16,
"question_id": "8@1:CAESGUNWX0FBVkIyWVlCRXFWaW9sVzlBQVZrRGc|",
"url": "https://www.google.com/maps/place/data=!4m5!3m4!1s0x0:0x8591a1380838a935!10e4!18m1!1s8%401%3ACAESGUNWX0FBVkIyWVlCRXFWaW9sVzlBQVZrRGc%7C?hl=en&gl=US&gws_rd=cr&uule=w+CAIQIFISCRPaJ9xdx8KAEfQIRiVv3y_i",
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocJrVLFpEsITjafYmplOkJViACLusFi198JcEOT4fPNciAUWGw=s120-c-rp-mo-br100",
"profile_url": "https://www.google.com/maps/contrib/102008611696769371315?hl=en-US",
"profile_name": "LINDA WOLF",
"question_text": "Do you have a children's section? New? Used?",
"original_question_text": null,
"time_ago": "5 years ago",
"timestamp": "2019-04-25 12:49:03 +00:00",
"items": [
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtUFFUVWdCdkFkaXBOc09BQTU3clE|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjVt4c3uH37R21Ka-MtuKzcbQZQPvFYzD1DgyXujuVmUIg9tyfq30A=s120-c-rp-mo-ba8-br100",
"profile_url": "https://www.google.com/maps/contrib/101875998493251463525?hl=en-US",
"profile_name": "Catherine A. Montgomery",
"answer_text": "Yes there are children's books, both new and used. If there is a specific title you are looking for, I suggest calling them.",
"original_answer_text": null,
"time_ago": "5 years ago",
"timestamp": "2019-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtUFFUVWdCdkFkaXBOc05BQWRScWc|",
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocLg_lBoipMTvDkLehUkYs3d81RWxOctgPqVZo3vjAKHiDSssnJ6=s120-c-rp-mo-ba3-br100",
"profile_url": "https://www.google.com/maps/contrib/111731428597805060545?hl=en-US",
"profile_name": "shamb0lical",
"answer_text": "As Catherine said.",
"original_answer_text": null,
"time_ago": "5 years ago",
"timestamp": "2019-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtUFFUVWdCdkFkaXBOc09BQTU1WWc|",
"profile_image_url": "https://lh3.googleusercontent.com/a/ACg8ocIdJkdjqVFXRvFnp0FHy5gUcOPwUxgRgWVKU1GuRgRJqw_vDQ=s120-c-rp-mo-ba2-br100",
"profile_url": "https://www.google.com/maps/contrib/113618950764064004575?hl=en-US",
"profile_name": "Junyuan Shi",
"answer_text": "Yes, they have children's section",
"original_answer_text": null,
"time_ago": "5 years ago",
"timestamp": "2019-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtUFFUVWdCdkFkaXBOc09BQWJNa0E|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjWU5kKdSl2ax2BhNpjSwlIXl61mbSZH3P-SPDDiUCspMtq_IrTvUA=s120-c-rp-mo-ba5-br100",
"profile_url": "https://www.google.com/maps/contrib/112071850802327536698?hl=en-US",
"profile_name": "peter nieves",
"answer_text": "Yes they do.",
"original_answer_text": null,
"time_ago": "5 years ago",
"timestamp": "2019-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtUFFUVWdCdkFkaXBOc1FBQVphS0E|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjWk37i7ntXSeWDaykWeyhQl2EP-EKxj9y_IaERQuEm1Six3QbrP=s120-c-rp-mo-ba5-br100",
"profile_url": "https://www.google.com/maps/contrib/103982452249385610607?hl=en-US",
"profile_name": "Ebrahman Ebrahman",
"answer_text": "Huge children's section: new and old books.",
"original_answer_text": null,
"time_ago": "5 years ago",
"timestamp": "2019-04-25 12:49:03 +00:00"
}
]
},
{
"type": "google_business_question_item",
"rank_group": 17,
"rank_absolute": 17,
"question_id": "8@1:CAESGUNWX0Nza0ZwelVNQk1kaW5fcDNBQXZUMUE|",
"url": "https://www.google.com/maps/place/data=!4m5!3m4!1s0x0:0x8591a1380838a935!10e4!18m1!1s8%401%3ACAESGUNWX0Nza0ZwelVNQk1kaW5fcDNBQXZUMUE%7C?hl=en&gl=US&gws_rd=cr&uule=w+CAIQIFISCRPaJ9xdx8KAEfQIRiVv3y_i",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjWrm0F1ruViX4S7Za-K4Aesgf8yBZGt75HfQL0VfX-UhxupHlvz0Q=s120-c-rp-mo-ba3-br100",
"profile_url": "https://www.google.com/maps/contrib/115272047948230007283?hl=en-US",
"profile_name": "E.D. Arenas",
"question_text": "Do you have celebrity book signings soon?",
"original_question_text": null,
"time_ago": "6 years ago",
"timestamp": "2018-04-25 12:49:03 +00:00",
"items": [
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtTV9Ba2tEaDZaaXBPWkRBQXlxdEE|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjV98ODL8ghk1JMHa0Nnr1LoUgZdgj56h6xyYzH0_P5zLJKaHgOK8Q=s120-c-rp-mo-ba3-br100",
"profile_url": "https://www.google.com/maps/contrib/102102731459029059777?hl=en-US",
"profile_name": "Madison Rene'",
"answer_text": "They have one on April 25th",
"original_answer_text": null,
"time_ago": "6 years ago",
"timestamp": "2018-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NBYzRjM0lEdmFoaW9Mb0FBQWREM2c|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjW6f3ityYpnPSQHoYX--AXlrHTbRFySU0_sf_CMuoRirPTxsTfHbg=s120-c-rp-mo-ba5-br100",
"profile_url": "https://www.google.com/maps/contrib/111893423997418256471?hl=en-US",
"profile_name": "hernan vargas",
"answer_text": "Nope!",
"original_answer_text": null,
"time_ago": "6 years ago",
"timestamp": "2018-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NBYzRjM0lEdmFoaW9Mb0FBQXZGTUE|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjUkw2eADrYoh7sL1eULz_bW31qAA-67LAnMm3zWSnxXxaoqWYd6Kg=s120-c-rp-mo-ba2-br100",
"profile_url": "https://www.google.com/maps/contrib/103714440270339193756?hl=en-US",
"profile_name": "Rodney “Starcarter 1” Carter",
"answer_text": "No but i wish ,lol",
"original_answer_text": null,
"time_ago": "6 years ago",
"timestamp": "2018-04-25 12:49:03 +00:00"
}
]
},
{
"type": "google_business_question_item",
"rank_group": 18,
"rank_absolute": 18,
"question_id": "8@1:CAESGUNWX0FONGNRZ3NBZzFobDlINFpBQWRlNlE|",
"url": "https://www.google.com/maps/place/data=!4m5!3m4!1s0x0:0x8591a1380838a935!10e4!18m1!1s8%401%3ACAESGUNWX0FONGNRZ3NBZzFobDlINFpBQWRlNlE%7C?hl=en&gl=US&gws_rd=cr&uule=w+CAIQIFISCRPaJ9xdx8KAEfQIRiVv3y_i",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjV91iskwxglkeDhCi5w6IcNc0Agnknww-S6LbPKehlinvLer78=s120-c-rp-mo-br100",
"profile_url": "https://www.google.com/maps/contrib/111144511774131509286?hl=en-US",
"profile_name": "Yves-Creosote Tanwilder",
"question_text": "Do u have assata shakur’s autobiography or any books from George Jackson in stock?",
"original_question_text": null,
"time_ago": "a month ago",
"timestamp": "2024-03-25 12:49:03 +00:00",
"items": [
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0I0cWpXejBGeFBSbDlMSGpBQW51VUE|",
"profile_image_url": "https://maps.gstatic.com/tactile/placeqa/merchant_2x.png",
"profile_url": null,
"profile_name": "The Last Bookstore",
"answer_text": "We usually carry them, but they sell out regularly. As of today, they are not in stock. They might be at another time. Best to come in and check regularly.",
"original_answer_text": null,
"time_ago": "a month ago",
"timestamp": "2024-03-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0I0cWpXejBGeFBSbDlJUGhBQW5WUEE|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjWMwikyqj_vQQtMzQVdCxCECFRr7Df8jY61jwlFI96TZHipppfa2A=s120-c-rp-mo-ba6-br100",
"profile_url": "https://www.google.com/maps/contrib/111756019695767858487?hl=en-US",
"profile_name": "Jonah Lopez",
"answer_text": "The best is to call",
"original_answer_text": null,
"time_ago": "a month ago",
"timestamp": "2024-03-25 12:49:03 +00:00"
}
]
},
{
"type": "google_business_question_item",
"rank_group": 19,
"rank_absolute": 19,
"question_id": "8@1:CAESGUNWX0E4blVpMndPMGV4ai1fN05BQUJTbEE|",
"url": "https://www.google.com/maps/place/data=!4m5!3m4!1s0x0:0x8591a1380838a935!10e4!18m1!1s8%401%3ACAESGUNWX0E4blVpMndPMGV4ai1fN05BQUJTbEE%7C?hl=en&gl=US&gws_rd=cr&uule=w+CAIQIFISCRPaJ9xdx8KAEfQIRiVv3y_i",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjXzQX2bKTbnTYmKEoMw2TJ08mf6uctQaeQxhYDmXCUCdgCiEqnU=s120-c-rp-mo-ba5-br100",
"profile_url": "https://www.google.com/maps/contrib/104557760973527430524?hl=en-US",
"profile_name": "Jake Young",
"question_text": "Is this the bookstore from Southland Tales?",
"original_question_text": null,
"time_ago": "a year ago",
"timestamp": "2023-04-25 12:49:03 +00:00",
"items": [
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtT2xVdFFDeFRKa0JsTFlBQU9FMVE|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjUh0oZ1sUMNK5Qi40_J18HmdtfeYLeWB796kN64KEerNTHNuueg=s120-c-rp-mo-ba4-br100",
"profile_url": "https://www.google.com/maps/contrib/109469818557476015970?hl=en-US",
"profile_name": "Heavenly Scents R Us",
"answer_text": "No",
"original_answer_text": null,
"time_ago": "a year ago",
"timestamp": "2023-04-25 12:49:03 +00:00"
}
]
},
{
"type": "google_business_question_item",
"rank_group": 20,
"rank_absolute": 20,
"question_id": "8@1:CAESGUNWX0NtTjRna1FGaHM1anpHN01BQXlTOVE|",
"url": "https://www.google.com/maps/place/data=!4m5!3m4!1s0x0:0x8591a1380838a935!10e4!18m1!1s8%401%3ACAESGUNWX0NtTjRna1FGaHM1anpHN01BQXlTOVE%7C?hl=en&gl=US&gws_rd=cr&uule=w+CAIQIFISCRPaJ9xdx8KAEfQIRiVv3y_i",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjWeLjyWqGkB0izJdLTW1JoPp1t8NGjuY1S9FJF8Qvi5UVNW8BaW=s120-c-rp-mo-br100",
"profile_url": "https://www.google.com/maps/contrib/111382213753209518938?hl=en-US",
"profile_name": "Xena Garcia",
"question_text": "Is there bathrooms here?",
"original_question_text": null,
"time_ago": "a year ago",
"timestamp": "2023-04-25 12:49:03 +00:00",
"items": [
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0FONGZGSHNIRnJobHF1V2hBQXd4dkE|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjVx1yPB61aBFwx7AqEPhS-PKAM-MR51FGnfBsP_eorHSYO8Fmp4Ug=s120-c-rp-mo-ba6-br100",
"profile_url": "https://www.google.com/maps/contrib/106692429957748159930?hl=en-US",
"profile_name": "Brandon Britt Smith (Travelin Smitty)",
"answer_text": "Yes!",
"original_answer_text": null,
"time_ago": "3 months ago",
"timestamp": "2024-01-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0NtTjRna1FGaHM1anpYM3ZBQWpjUFE|",
"profile_image_url": "https://maps.gstatic.com/tactile/placeqa/merchant_2x.png",
"profile_url": null,
"profile_name": "The Last Bookstore",
"answer_text": "Yes",
"original_answer_text": null,
"time_ago": "a year ago",
"timestamp": "2023-04-25 12:49:03 +00:00"
},
{
"type": "google_business_answer_element",
"answer_id": "8@1:CAESGUNWX0JtOERVbDhDaUVkanpISERBQU9mS0E|",
"profile_image_url": "https://lh3.googleusercontent.com/a-/ALV-UjVS6vHEQUEcakyo1CLay1u-G5_eUGGFu-D_-YRRRygdfwbEGHsH-A=s120-c-rp-mo-ba4-br100",
"profile_url": "https://www.google.com/maps/contrib/102438193606061989660?hl=en-US",
"profile_name": "K P",
"answer_text": "Yes",
"original_answer_text": null,
"time_ago": "a year ago",
"timestamp": "2023-04-25 12:49:03 +00:00"
}
]
}
]
}
]
}
]
}
All POST data should be sent in the JSON format (UTF-8 encoding). Task setting is done using the POST method. When setting a task, you should send all task parameters in the task array of the generic POST array. You can send up to 2000 API calls per minute, with each POST call containing no more than 100 tasks. If your POST call contains over 100 tasks, the tasks over this limit will return the 40006 error.
Below you will find a detailed description of the fields you can use for setting a task.
Description of the fields for setting a task:
Field name
Type
Description
keyword
string
keyword required field
the keyword you specify should indicate the name of the local establishment
you can specify up to 700 characters in the keyword filed all %## will be decoded (plus character ‘+’ will be decoded to a space character)
if you need to use the “%” character for your keyword, please specify it as “%25”;
this field can also be used to pass the following parameters: cid – a unique, google-defined id of the business entity; place_id – an identifier of the business entity in Google Maps; spp – a unique identifier of local services featured in the local_pack element of Google SERP
learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article
location_name
string
full name of search engine location required field if you don’t specifylocation_code or location_coordinate if you use this field, you don’t need to specify location_code or location_coordinate
you can receive the list of available locations with location_name by making a separate request to https://api.dataforseo.com/v3/business_data/google/locations
example: London,England,United Kingdom
location_code
integer
search engine location code required field if you don’t specifylocation_name or location_coordinate if you use this field, you don’t need to specify location_name or location_coordinate
you can receive the list of available locations with location_code by making a separate request to the https://api.dataforseo.com/v3/business_data/google/locations
example: 2840
location_coordinate
string
GPS coordinates of a location required field if you don’t specifylocation_name or location_code if you use this field, you don’t need to specify location_name or location_code location_coordinate parameter should be specified in the “latitude,longitude,radius” format
the maximum number of decimal digits for “latitude” and “longitude”: 7
the minimum value for “radius”: 199.9 (mm)
the maximum value for “radius”: 199999 (mm)
example: 53.476225,-2.243572,200
language_name
string
full name of search engine language required field if you don’t specifylanguage_code if you use this field, you don’t need to specify language_code
you can receive the list of available languages with language_name by making a separate request to https://api.dataforseo.com/v3/business_data/google/languages
example: English
language_code
string
search engine language code required field if you don’t specifylanguage_name if you use this field, you don’t need to specify language_name
you can receive the list of available languages with their language_code by making a separate request to https://api.dataforseo.com/v3/business_data/google/languages example: en
depth
integer
parsing depth
optional field
number of results in SERP
default value: 20
max value: 100 Note: your account will be billed per each SERP containing up to 20 results;
thus, setting a depth above 20 may result in additional charges if the search engine returns more than 20 results;
if the specified depth is higher than the number of results in the response, the difference will be refunded automatically to your account balance
tag
string
user-defined task identifier
optional field the character limit is 255
you can use this parameter to identify the task and match it with the result
you will find the specified tag value in the data object of the response
As a response of the API server, you will receive JSON-encoded data containing a tasks array with the information specific to the set tasks.
Description of the fields in the results array:
Field name
Type
Description
version
string
the current version of the API
status_code
integer
general status code
you can find the full list of the response codes here Note: we strongly recommend designing a necessary system for handling related exceptional or error conditions
status_message
string
general informational message
you can find the full list of general informational messages here
time
string
execution time, seconds
cost
float
total tasks cost, USD
tasks_count
integer
the number of tasks in the tasks array
tasks_error
integer
the number of tasks in the tasks array that were returned an error
tasks
array
array of tasks
id
string
task identifier unique task identifier in our system in the UUID format
status_code
integer
status code of the task
generated by DataForSEO; can be within the following range: 10000-60000
you can find the full list of the response codes here
status_message
string
informational message of the task
you can find the full list of general informational messages here
time
string
execution time, seconds
cost
float
cost of the task, USD
result_count
integer
number of elements in the result array
path
array
URL path
data
object
contains the same parameters that you specified in the POST request
result
array
array of results
keyword
string
keyword received in a POST array keyword is returned with decoded %## (plus character ‘+’ will be decoded to a space character)
this field will contain the cid parameter if you specified it in the keyword field when setting a task;
example: cid:2946633002421908862
learn more about the parameter in this help center article
se_domain
string
search engine domain as specified in a POST array
location_code
integer
location code in a POST array
language_code
string
language code in a POST array
check_url
string
direct URL to search engine results
you can use it to make sure that we provided accurate results
datetime
string
date and time when the result was received
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
example: 2019-11-15 12:57:46 +00:00
cid
string
google-defined client id
unique id of a local establishment;
learn more about the identifier in this help center article
feature_id
string
unique identifier of the SERP feature
item_types
array
item types
types of search engine results encountered in the items array;
possible item types: google_business_question_item
items_without_answers
array
array of google business question items without answers
type
string
type of element = ‘google_business_question_item’
rank_group
integer
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group
rank_absolute
integer
absolute rank among all the elements
question_id
string
ID of the question
url
string
URL of the question
profile_image_url
string
URL of the user’s profile image
profile_url
string
URL of the user’s profile
profile_name
string
displayed name of the user
question_text
string
current text of the question
original_question_text
string
original text of the question
time_ago
string
estimated time when the question was posted
timestamp
string
exact time when the question was posted
items
array
array of items
items within google_business_question_item
items_count
integer
the number of items in the items array
items
array
array of google business question items with answers
possible item types: google_business_question_item
type
string
type of element = ‘google_business_question_item’
rank_group
integer
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group
rank_absolute
integer
absolute rank among all the elements
question_id
string
ID of the question
url
string
URL of the question
profile_image_url
string
URL of the user’s profile image
profile_url
string
URL of the user’s profile
profile_name
string
displayed name of the user
question_text
string
current text of the question
original_question_text
string
original text of the question
time_ago
string
estimated time when the question was posted
timestamp
string
exact time when the question was posted
items
array
array of items within google_business_question_item
contains answers to the google business questions;
possible item types google_business_answer_element
type
string
type of the element = ‘google_business_answer_element’