Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions pr-body.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
## Changes

src/endpoints.generated.ts | 630 ++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 616 insertions(+), 14 deletions(-)
src/endpoints.generated.ts | 198 ++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 196 insertions(+), 2 deletions(-)

## Endpoint delta

### Added
- booking-place
- booking-search
- google-maps-posts

198 changes: 196 additions & 2 deletions src/endpoints.generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6005,6 +6005,200 @@ export const ENDPOINTS = {
}
}
},
"google-maps-posts": {
"slug": "google-maps-posts",
"title": "Google Maps Posts API",
"description": "The Google Maps Posts API provides access to posts (offers, events, announcements) published by businesses on their Google Maps listings, identified by data ID or place ID.",
"category": "Google Maps",
"method": "GET",
"path": "/scrape/google-maps/posts",
"cost": 10,
"required": [],
"properties": {
"dataId": {
"type": "string",
"description": "Google Maps data ID.",
"wireName": "dataId",
"default": "0x873312ae759b4d15:0x1f38a9bec9912029"
},
"placeId": {
"type": "string",
"description": "Unique reference to a place on a Google Map. Either dataId or placeId should be set.",
"wireName": "placeId"
},
"hl": {
"type": "string",
"description": "The two-letter language code for the language you want to use for the search.",
"wireName": "hl",
"enum": [
"af",
"ak",
"sq",
"ws",
"am",
"ar",
"hy",
"az",
"eu",
"be",
"bem",
"bn",
"bh",
"xx-bork",
"bs",
"br",
"bg",
"bt",
"km",
"ca",
"chr",
"ny",
"zh-cn",
"zh-tw",
"zh-hk",
"co",
"hr",
"cs",
"da",
"nl",
"xx-elmer",
"en",
"eo",
"et",
"ee",
"fo",
"tl",
"fil",
"fi",
"fr",
"fy",
"gaa",
"gl",
"ka",
"de",
"el",
"kl",
"gn",
"gu",
"xx-hacker",
"ht",
"ha",
"haw",
"iw",
"he",
"hi",
"hu",
"is",
"ig",
"id",
"ia",
"ga",
"it",
"ja",
"jw",
"kn",
"kk",
"rw",
"rn",
"xx-klingon",
"kg",
"ko",
"kri",
"ku",
"ckb",
"ky",
"lo",
"la",
"lv",
"ln",
"lt",
"loz",
"lg",
"ach",
"mk",
"mg",
"my",
"ml",
"mt",
"mv",
"mi",
"mr",
"mfe",
"mo",
"mn",
"ms",
"sr-me",
"ne",
"pcm",
"nso",
"no",
"nn",
"oc",
"or",
"om",
"ps",
"fa",
"xx-pirate",
"pl",
"pt",
"pt-br",
"pt-pt",
"pa",
"qu",
"ro",
"rm",
"nyn",
"ru",
"gd",
"sr",
"sh",
"st",
"tn",
"crs",
"sn",
"sd",
"si",
"sk",
"sl",
"so",
"es",
"es-419",
"su",
"sw",
"sv",
"tg",
"ta",
"tt",
"te",
"th",
"ti",
"to",
"lua",
"tum",
"tr",
"tk",
"tw",
"ug",
"uk",
"ur",
"uz",
"vu",
"vi",
"cy",
"wo",
"xh",
"yi",
"yo",
"zu"
]
},
"nextPageToken": {
"type": "string",
"description": "Defines the next page token. It is used for retrieving the next page results.",
"wireName": "nextPageToken"
}
}
},
"google-maps-reviews": {
"slug": "google-maps-reviews",
"title": "Google Maps Reviews API",
Expand Down Expand Up @@ -15517,7 +15711,7 @@ export const ENDPOINTS = {
"category": "Business",
"method": "GET",
"path": "/scrape/yelp/place",
"cost": 5,
"cost": 10,
"required": [
"placeId"
],
Expand Down Expand Up @@ -15585,7 +15779,7 @@ export const ENDPOINTS = {
"category": "Business",
"method": "GET",
"path": "/scrape/yelp/search",
"cost": 5,
"cost": 10,
"required": [
"keyword",
"location"
Expand Down