From 12ef04a40228e9b360c60036e4b6b51604b7d97b Mon Sep 17 00:00:00 2001 From: rmilyushkevich <24544571+rmilyushkevich@users.noreply.github.com> Date: Fri, 15 May 2026 08:02:40 +0000 Subject: [PATCH] chore(gen): refresh HasData API schema --- pr-body.md | 7 +- src/endpoints.generated.ts | 198 ++++++++++++++++++++++++++++++++++++- 2 files changed, 199 insertions(+), 6 deletions(-) diff --git a/pr-body.md b/pr-body.md index 0dea2a9..aaea310 100644 --- a/pr-body.md +++ b/pr-body.md @@ -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 diff --git a/src/endpoints.generated.ts b/src/endpoints.generated.ts index 05dcaa2..aa28d19 100644 --- a/src/endpoints.generated.ts +++ b/src/endpoints.generated.ts @@ -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", @@ -15517,7 +15711,7 @@ export const ENDPOINTS = { "category": "Business", "method": "GET", "path": "/scrape/yelp/place", - "cost": 5, + "cost": 10, "required": [ "placeId" ], @@ -15585,7 +15779,7 @@ export const ENDPOINTS = { "category": "Business", "method": "GET", "path": "/scrape/yelp/search", - "cost": 5, + "cost": 10, "required": [ "keyword", "location"