
This tool is part of the PlePer Scrape API and is used to demonstrate scraping of google business profile Question and Answers.
In the field enter the listing url ( Link to listing profile. CID or Place ID )
Examples:
API Documentation: https://pleper.com/index.php?do=api_docs_scrape#google/by-profile/qa
Response Fields
| Field | Description | |
|---|---|---|
| id | Question ID | |
| question | Content of the question | |
| user_name | User name of the person asking the question | |
| user_id | User ID ( CID ) of the person asking the question | |
| upvotes | Question upvotes | |
| quiestion_link | URL to the question in google | |
| answers | Array with answers | |
| answers | user_name | User name of the person answering the question |
| answers | user_id | User ID ( CID ) of the person answering the question |
| answers | answer | Content of the answer |
| answers | upvotes | Answer upvotes |
| answers | timestamp | Unix timestamp - number of seconds since the Unix Epoch (January 1 1970 00:00:00 GMT) |
| answers | time_text | Timestamp represnted as text ( a week ago, 2 months ago, a year ago ) |
| answers | time | Date in format Y-m-d H:i:s |
Every tool have some daily limits, if they are exceeded, you will see notification.