@scrapecreators/cli 1.0.22 → 1.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/api-config/apis.js +22 -0
  2. package/package.json +1 -1
@@ -6812,6 +6812,28 @@ export const apis = [
6812
6812
  description: "End date to search for. Format: YYYY-MM-DD",
6813
6813
  placeholder: "2025-08-11",
6814
6814
  },
6815
+ {
6816
+ name: "platform",
6817
+ type: "select",
6818
+ required: false,
6819
+ description: "Platform to search for.",
6820
+ options: [
6821
+ "google_maps",
6822
+ "google_play",
6823
+ "google_search",
6824
+ "google_shopping",
6825
+ "youtube",
6826
+ ],
6827
+ placeholder: "youtube",
6828
+ },
6829
+ {
6830
+ name: "format",
6831
+ type: "select",
6832
+ required: false,
6833
+ description: "Ad format to search for.",
6834
+ options: ["text", "image", "video"],
6835
+ placeholder: "video",
6836
+ },
6815
6837
  {
6816
6838
  name: "get_ad_details",
6817
6839
  type: "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scrapecreators/cli",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "CLI for the ScrapeCreators API — scrape 27+ social media platforms from the terminal",
5
5
  "type": "module",
6
6
  "bin": {