@scrapeatlas/cli 0.9.0 → 0.10.0

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/catalog.json +471 -4
  2. package/package.json +1 -1
package/catalog.json CHANGED
@@ -10266,13 +10266,233 @@
10266
10266
  ]
10267
10267
  }
10268
10268
  },
10269
+ {
10270
+ "platform": "facebook-marketplace",
10271
+ "action": "category",
10272
+ "operation": "facebookMarketplaceCategory",
10273
+ "method": "GET",
10274
+ "path": "/v1/facebook/marketplace/category",
10275
+ "description": "Browse the public listings of one Marketplace category at explicit coordinates, without a keyword, with price, condition, delivery, date, availability and sorting filters. Each successful request costs 1 account credit, including partial results. Failures cost 0. HTTP 402 means insufficient credits. Responses preserve status, coverage, null values and pagination tokens.",
10276
+ "inputSchema": {
10277
+ "type": "object",
10278
+ "properties": {
10279
+ "lat": {
10280
+ "type": "string",
10281
+ "maxLength": 32,
10282
+ "pattern": "^-?(?:0|[1-9]\\d*)(?:\\.\\d+)?$",
10283
+ "x-runtime-refinement": true,
10284
+ "description": "Search latitude, -90 to 90."
10285
+ },
10286
+ "lng": {
10287
+ "type": "string",
10288
+ "maxLength": 32,
10289
+ "pattern": "^-?(?:0|[1-9]\\d*)(?:\\.\\d+)?$",
10290
+ "x-runtime-refinement": true,
10291
+ "description": "Search longitude, -180 to 180."
10292
+ },
10293
+ "radius_km": {
10294
+ "type": "string",
10295
+ "maxLength": 32,
10296
+ "pattern": "^-?(?:0|[1-9]\\d*)(?:\\.\\d+)?$",
10297
+ "x-runtime-refinement": true,
10298
+ "description": "Search radius, 0–500 kilometers; default 50."
10299
+ },
10300
+ "min_price": {
10301
+ "type": "string",
10302
+ "maxLength": 32,
10303
+ "pattern": "^-?(?:0|[1-9]\\d*)(?:\\.\\d+)?$",
10304
+ "x-runtime-refinement": true,
10305
+ "description": "Minimum price in major currency units, at most max_price."
10306
+ },
10307
+ "max_price": {
10308
+ "type": "string",
10309
+ "maxLength": 32,
10310
+ "pattern": "^-?(?:0|[1-9]\\d*)(?:\\.\\d+)?$",
10311
+ "x-runtime-refinement": true,
10312
+ "description": "Maximum price in major currency units."
10313
+ },
10314
+ "count": {
10315
+ "type": "string",
10316
+ "pattern": "^[1-9]\\d{0,2}$",
10317
+ "x-runtime-refinement": true,
10318
+ "description": "Marketplace result count, 1–100."
10319
+ },
10320
+ "sort_by": {
10321
+ "type": "string",
10322
+ "enum": [
10323
+ "suggested",
10324
+ "distance_ascend",
10325
+ "creation_time_descend",
10326
+ "price_ascend",
10327
+ "price_descend"
10328
+ ],
10329
+ "description": "Native group or Marketplace ordering. See the enumerated request schema."
10330
+ },
10331
+ "delivery_method": {
10332
+ "type": "string",
10333
+ "enum": ["all", "local_pickup", "shipping"],
10334
+ "description": "all, local_pickup or shipping."
10335
+ },
10336
+ "condition": {
10337
+ "type": "string",
10338
+ "enum": ["new", "used_like_new", "used_good", "used_fair"],
10339
+ "description": "new, used_like_new, used_good or used_fair."
10340
+ },
10341
+ "date_listed": {
10342
+ "type": "string",
10343
+ "enum": ["all", "1", "7", "30", "last_24_hours", "last_7_days", "last_30_days"],
10344
+ "description": "all, 1, 7, 30, last_24_hours, last_7_days or last_30_days."
10345
+ },
10346
+ "availability": {
10347
+ "type": "string",
10348
+ "enum": ["available", "sold", "all"],
10349
+ "description": "available, sold or all."
10350
+ },
10351
+ "cursor": {
10352
+ "type": "string",
10353
+ "minLength": 1,
10354
+ "maxLength": 16000,
10355
+ "description": "Opaque continuation from this service. Preserve it exactly; cursors are source- and route-specific."
10356
+ },
10357
+ "slug": {
10358
+ "type": "string",
10359
+ "maxLength": 96,
10360
+ "pattern": "^[a-z0-9]+(?:-[a-z0-9]+)*$",
10361
+ "description": "Category slug from the category list, for example cell-phones: lowercase letters, digits and hyphens, at most 96 characters."
10362
+ }
10363
+ },
10364
+ "required": ["lat", "lng", "slug"],
10365
+ "additionalProperties": false,
10366
+ "x-runtime-refinement": true
10367
+ },
10368
+ "outputSchema": {
10369
+ "anyOf": [
10370
+ {
10371
+ "type": "object",
10372
+ "properties": {
10373
+ "data": {
10374
+ "type": "object",
10375
+ "propertyNames": { "type": "string" },
10376
+ "additionalProperties": {}
10377
+ },
10378
+ "hydration": {
10379
+ "type": "object",
10380
+ "properties": {
10381
+ "total": { "type": "integer" },
10382
+ "enriched": { "type": "integer" },
10383
+ "failed": { "type": "integer" }
10384
+ },
10385
+ "required": ["total", "enriched", "failed"],
10386
+ "additionalProperties": false
10387
+ },
10388
+ "success": { "type": "boolean", "const": true },
10389
+ "status": { "type": "string", "enum": ["success", "partial"] },
10390
+ "requestId": { "type": "string", "format": "uuid" },
10391
+ "sourceUrl": { "type": "string", "format": "uri" },
10392
+ "fetchedAt": { "type": "string", "format": "date-time" },
10393
+ "coverage": {
10394
+ "type": "object",
10395
+ "properties": {
10396
+ "source": { "type": "string", "const": "public_web" },
10397
+ "complete": { "type": "boolean" },
10398
+ "warnings": { "type": "array", "items": { "type": "string" } }
10399
+ },
10400
+ "required": ["source", "complete", "warnings"],
10401
+ "additionalProperties": false
10402
+ },
10403
+ "accounting": {
10404
+ "type": "object",
10405
+ "properties": {
10406
+ "upstreamRequests": { "type": "integer", "minimum": 0 },
10407
+ "responseBytes": { "type": "integer", "minimum": 0 },
10408
+ "durationMs": { "type": "integer", "minimum": 0 }
10409
+ },
10410
+ "required": ["upstreamRequests", "responseBytes", "durationMs"],
10411
+ "additionalProperties": false
10412
+ },
10413
+ "listings": {
10414
+ "type": "array",
10415
+ "items": {
10416
+ "type": "object",
10417
+ "propertyNames": { "type": "string" },
10418
+ "additionalProperties": {}
10419
+ },
10420
+ "maxItems": 100
10421
+ },
10422
+ "cursor": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
10423
+ "has_next_page": { "type": "boolean" }
10424
+ },
10425
+ "required": [
10426
+ "success",
10427
+ "status",
10428
+ "requestId",
10429
+ "sourceUrl",
10430
+ "fetchedAt",
10431
+ "coverage",
10432
+ "accounting",
10433
+ "listings",
10434
+ "cursor",
10435
+ "has_next_page"
10436
+ ],
10437
+ "additionalProperties": false
10438
+ },
10439
+ {
10440
+ "type": "object",
10441
+ "properties": {
10442
+ "success": { "type": "boolean", "const": false },
10443
+ "status": { "type": "string", "enum": ["failed", "challenged"] },
10444
+ "requestId": { "type": "string", "format": "uuid" },
10445
+ "failure": {
10446
+ "type": "object",
10447
+ "properties": {
10448
+ "code": {
10449
+ "type": "string",
10450
+ "enum": [
10451
+ "invalid_request",
10452
+ "unauthorized",
10453
+ "not_found",
10454
+ "restricted_page",
10455
+ "upstream_challenged",
10456
+ "upstream_rate_limited",
10457
+ "upstream_error",
10458
+ "unsupported_page",
10459
+ "response_too_large",
10460
+ "unsafe_redirect",
10461
+ "request_limit",
10462
+ "timeout",
10463
+ "payload_too_complex",
10464
+ "busy"
10465
+ ]
10466
+ },
10467
+ "message": { "type": "string" }
10468
+ },
10469
+ "required": ["code", "message"],
10470
+ "additionalProperties": false
10471
+ },
10472
+ "accounting": {
10473
+ "type": "object",
10474
+ "properties": {
10475
+ "upstreamRequests": { "type": "integer", "minimum": 0 },
10476
+ "responseBytes": { "type": "integer", "minimum": 0 },
10477
+ "durationMs": { "type": "integer", "minimum": 0 }
10478
+ },
10479
+ "required": ["upstreamRequests", "responseBytes", "durationMs"],
10480
+ "additionalProperties": false
10481
+ }
10482
+ },
10483
+ "required": ["success", "status", "requestId", "failure", "accounting"],
10484
+ "additionalProperties": false
10485
+ }
10486
+ ]
10487
+ }
10488
+ },
10269
10489
  {
10270
10490
  "platform": "facebook-marketplace",
10271
10491
  "action": "item",
10272
10492
  "operation": "facebookMarketplaceItem",
10273
10493
  "method": "GET",
10274
10494
  "path": "/v1/facebook/marketplace/item",
10275
- "description": "Retrieve one public listing with price, description, attributes, photos, seller fields and availability flags. Each successful request costs 1 account credit, including partial results. Failures cost 0. HTTP 402 means insufficient credits. Responses preserve status, coverage, null values and pagination tokens.",
10495
+ "description": "Retrieve one public listing with price, description, condition, category, attributes, photos, videos, hashtags and availability flags. Each successful request costs 1 account credit, including partial results. Failures cost 0. HTTP 402 means insufficient credits. Responses preserve status, coverage, null values and pagination tokens.",
10276
10496
  "inputSchema": {
10277
10497
  "type": "object",
10278
10498
  "properties": {
@@ -10337,6 +10557,24 @@
10337
10557
  ]
10338
10558
  },
10339
10559
  "category_id": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
10560
+ "category_name": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
10561
+ "category_path": {
10562
+ "type": "array",
10563
+ "items": {
10564
+ "type": "object",
10565
+ "properties": {
10566
+ "name": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
10567
+ "slug": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
10568
+ },
10569
+ "required": ["name", "slug"],
10570
+ "additionalProperties": false
10571
+ },
10572
+ "maxItems": 16
10573
+ },
10574
+ "condition": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
10575
+ "inventory_type": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
10576
+ "inventory_count": { "anyOf": [{ "type": "number" }, { "type": "null" }] },
10577
+ "hashtags": { "type": "array", "items": { "type": "string" }, "maxItems": 100 },
10340
10578
  "attributes": {
10341
10579
  "type": "array",
10342
10580
  "items": {
@@ -10355,6 +10593,19 @@
10355
10593
  },
10356
10594
  "maxItems": 100
10357
10595
  },
10596
+ "videos": {
10597
+ "type": "array",
10598
+ "items": {
10599
+ "type": "object",
10600
+ "properties": {
10601
+ "id": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
10602
+ "url": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
10603
+ },
10604
+ "required": ["id", "url"],
10605
+ "additionalProperties": false
10606
+ },
10607
+ "maxItems": 100
10608
+ },
10358
10609
  "is_hidden": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
10359
10610
  "is_live": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
10360
10611
  "is_pending": { "anyOf": [{ "type": "boolean" }, { "type": "null" }] },
@@ -10429,8 +10680,15 @@
10429
10680
  "price",
10430
10681
  "strikethrough_price",
10431
10682
  "category_id",
10683
+ "category_name",
10684
+ "category_path",
10685
+ "condition",
10686
+ "inventory_type",
10687
+ "inventory_count",
10688
+ "hashtags",
10432
10689
  "attributes",
10433
10690
  "photos",
10691
+ "videos",
10434
10692
  "is_hidden",
10435
10693
  "is_live",
10436
10694
  "is_pending",
@@ -10508,7 +10766,7 @@
10508
10766
  "operation": "facebookMarketplaceItems",
10509
10767
  "method": "GET",
10510
10768
  "path": "/v1/facebook/marketplace/items",
10511
- "description": "Retrieve one public listing with price, description, attributes, photos, seller fields and availability flags. Each successful request costs 1 account credit, including partial results. Failures cost 0. HTTP 402 means insufficient credits. Responses preserve status, coverage, null values and pagination tokens.",
10769
+ "description": "Retrieve one public listing with price, description, condition, category, attributes, photos, videos, hashtags and availability flags. Each successful request costs 1 account credit, including partial results. Failures cost 0. HTTP 402 means insufficient credits. Responses preserve status, coverage, null values and pagination tokens.",
10512
10770
  "inputSchema": {
10513
10771
  "type": "object",
10514
10772
  "properties": {
@@ -10636,6 +10894,153 @@
10636
10894
  ]
10637
10895
  }
10638
10896
  },
10897
+ {
10898
+ "platform": "facebook-marketplace",
10899
+ "action": "categories",
10900
+ "operation": "facebookMarketplaceCategories",
10901
+ "method": "GET",
10902
+ "path": "/v1/facebook/marketplace/categories",
10903
+ "description": "List the top-level Marketplace categories, or the children of one category, with the slug used to browse each category. Each successful request costs 1 account credit, including partial results. Failures cost 0. HTTP 402 means insufficient credits. Responses preserve status, coverage, null values and pagination tokens.",
10904
+ "inputSchema": {
10905
+ "type": "object",
10906
+ "properties": {
10907
+ "parent_id": {
10908
+ "type": "string",
10909
+ "pattern": "^\\d{1,32}$",
10910
+ "description": "Numeric category ID from a previous response. Omit for the top-level categories; send to list that category's children."
10911
+ }
10912
+ },
10913
+ "required": [],
10914
+ "additionalProperties": false
10915
+ },
10916
+ "outputSchema": {
10917
+ "anyOf": [
10918
+ {
10919
+ "type": "object",
10920
+ "properties": {
10921
+ "data": {
10922
+ "type": "object",
10923
+ "propertyNames": { "type": "string" },
10924
+ "additionalProperties": {}
10925
+ },
10926
+ "hydration": {
10927
+ "type": "object",
10928
+ "properties": {
10929
+ "total": { "type": "integer" },
10930
+ "enriched": { "type": "integer" },
10931
+ "failed": { "type": "integer" }
10932
+ },
10933
+ "required": ["total", "enriched", "failed"],
10934
+ "additionalProperties": false
10935
+ },
10936
+ "success": { "type": "boolean", "const": true },
10937
+ "status": { "type": "string", "enum": ["success", "partial"] },
10938
+ "requestId": { "type": "string", "format": "uuid" },
10939
+ "sourceUrl": { "type": "string", "format": "uri" },
10940
+ "fetchedAt": { "type": "string", "format": "date-time" },
10941
+ "coverage": {
10942
+ "type": "object",
10943
+ "properties": {
10944
+ "source": { "type": "string", "const": "public_web" },
10945
+ "complete": { "type": "boolean" },
10946
+ "warnings": { "type": "array", "items": { "type": "string" } }
10947
+ },
10948
+ "required": ["source", "complete", "warnings"],
10949
+ "additionalProperties": false
10950
+ },
10951
+ "accounting": {
10952
+ "type": "object",
10953
+ "properties": {
10954
+ "upstreamRequests": { "type": "integer", "minimum": 0 },
10955
+ "responseBytes": { "type": "integer", "minimum": 0 },
10956
+ "durationMs": { "type": "integer", "minimum": 0 }
10957
+ },
10958
+ "required": ["upstreamRequests", "responseBytes", "durationMs"],
10959
+ "additionalProperties": false
10960
+ },
10961
+ "categories": {
10962
+ "type": "array",
10963
+ "items": {
10964
+ "type": "object",
10965
+ "properties": {
10966
+ "id": { "type": "string" },
10967
+ "name": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
10968
+ "slug": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
10969
+ "url": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
10970
+ "parent_id": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
10971
+ "level": { "type": "integer" },
10972
+ "children_count": { "type": "integer" }
10973
+ },
10974
+ "required": ["id", "name", "slug", "url", "parent_id", "level", "children_count"],
10975
+ "additionalProperties": false
10976
+ },
10977
+ "maxItems": 1000
10978
+ },
10979
+ "total_count": { "type": "integer" }
10980
+ },
10981
+ "required": [
10982
+ "success",
10983
+ "status",
10984
+ "requestId",
10985
+ "sourceUrl",
10986
+ "fetchedAt",
10987
+ "coverage",
10988
+ "accounting",
10989
+ "categories",
10990
+ "total_count"
10991
+ ],
10992
+ "additionalProperties": false
10993
+ },
10994
+ {
10995
+ "type": "object",
10996
+ "properties": {
10997
+ "success": { "type": "boolean", "const": false },
10998
+ "status": { "type": "string", "enum": ["failed", "challenged"] },
10999
+ "requestId": { "type": "string", "format": "uuid" },
11000
+ "failure": {
11001
+ "type": "object",
11002
+ "properties": {
11003
+ "code": {
11004
+ "type": "string",
11005
+ "enum": [
11006
+ "invalid_request",
11007
+ "unauthorized",
11008
+ "not_found",
11009
+ "restricted_page",
11010
+ "upstream_challenged",
11011
+ "upstream_rate_limited",
11012
+ "upstream_error",
11013
+ "unsupported_page",
11014
+ "response_too_large",
11015
+ "unsafe_redirect",
11016
+ "request_limit",
11017
+ "timeout",
11018
+ "payload_too_complex",
11019
+ "busy"
11020
+ ]
11021
+ },
11022
+ "message": { "type": "string" }
11023
+ },
11024
+ "required": ["code", "message"],
11025
+ "additionalProperties": false
11026
+ },
11027
+ "accounting": {
11028
+ "type": "object",
11029
+ "properties": {
11030
+ "upstreamRequests": { "type": "integer", "minimum": 0 },
11031
+ "responseBytes": { "type": "integer", "minimum": 0 },
11032
+ "durationMs": { "type": "integer", "minimum": 0 }
11033
+ },
11034
+ "required": ["upstreamRequests", "responseBytes", "durationMs"],
11035
+ "additionalProperties": false
11036
+ }
11037
+ },
11038
+ "required": ["success", "status", "requestId", "failure", "accounting"],
11039
+ "additionalProperties": false
11040
+ }
11041
+ ]
11042
+ }
11043
+ },
10639
11044
  {
10640
11045
  "platform": "facebook-marketplace",
10641
11046
  "action": "location-search",
@@ -33501,7 +33906,7 @@
33501
33906
  "operation": "linkedinAdsSearch",
33502
33907
  "method": "GET",
33503
33908
  "path": "/v1/linkedin/ads/search",
33504
- "description": "Search one page by company, keyword, company ID, countries and date pair. Each card is enriched from its detail page. Pass the returned token with the same filters for continuation. Individual source failures are explicit partial results. Each successful request costs 1 account credit, including partial results. Failures cost 0. HTTP 402 means insufficient credits. Responses preserve status, coverage, null values and pagination tokens.",
33909
+ "description": "Search one page by company, payer, keyword, company ID, countries, date preset or date pair, impression range and targeting facets, sorted newest or oldest first. Each card is enriched from its detail page. Pass the returned token with the same filters for continuation. Individual source failures are explicit partial results. Each successful request costs 1 account credit, including partial results. Failures cost 0. HTTP 402 means insufficient credits. Responses preserve status, coverage, null values and pagination tokens.",
33505
33910
  "inputSchema": {
33506
33911
  "type": "object",
33507
33912
  "properties": {
@@ -33529,6 +33934,12 @@
33529
33934
  "pattern": "^[A-Z]{2}(?:,[A-Z]{2}){0,49}$",
33530
33935
  "description": "Comma-separated uppercase country codes, for example US,DE."
33531
33936
  },
33937
+ "payer": {
33938
+ "type": "string",
33939
+ "minLength": 1,
33940
+ "maxLength": 500,
33941
+ "x-runtime-refinement": true
33942
+ },
33532
33943
  "startDate": {
33533
33944
  "type": "string",
33534
33945
  "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
@@ -33541,6 +33952,31 @@
33541
33952
  "x-runtime-refinement": true,
33542
33953
  "description": "Real YYYY-MM-DD date on or after startDate. LinkedIn applies its retained-ad date window."
33543
33954
  },
33955
+ "dateOption": {
33956
+ "type": "string",
33957
+ "enum": ["last-30-days", "current-month", "current-year", "last-year"]
33958
+ },
33959
+ "sortOrder": { "type": "string", "enum": ["DESCENDING", "ASCENDING"] },
33960
+ "minImpressions": {
33961
+ "type": "string",
33962
+ "pattern": "^(?:0|[1-9]\\d{0,11})$",
33963
+ "x-runtime-refinement": true
33964
+ },
33965
+ "maxImpressions": {
33966
+ "type": "string",
33967
+ "pattern": "^(?:0|[1-9]\\d{0,11})$",
33968
+ "x-runtime-refinement": true
33969
+ },
33970
+ "includedTargeting": {
33971
+ "type": "string",
33972
+ "pattern": "^[A-Z_]+(?:,[A-Z_]+){0,7}$",
33973
+ "x-runtime-refinement": true
33974
+ },
33975
+ "excludedTargeting": {
33976
+ "type": "string",
33977
+ "pattern": "^[A-Z_]+(?:,[A-Z_]+){0,7}$",
33978
+ "x-runtime-refinement": true
33979
+ },
33544
33980
  "paginationToken": {
33545
33981
  "type": "string",
33546
33982
  "pattern": "^[1-9]\\d{0,24}-\\d{10,16}$",
@@ -34625,7 +35061,7 @@
34625
35061
  "operation": "linkedinAdsLibrarySearch",
34626
35062
  "method": "GET",
34627
35063
  "path": "/v1/linkedin/ad-library/ads/search",
34628
- "description": "Search one page by company, keyword, company ID, countries and date pair. Each card is enriched from its detail page. Pass the returned token with the same filters for continuation. Individual source failures are explicit partial results. Each successful request costs 1 account credit, including partial results. Failures cost 0. HTTP 402 means insufficient credits. Responses preserve status, coverage, null values and pagination tokens.",
35064
+ "description": "Search one page by company, payer, keyword, company ID, countries, date preset or date pair, impression range and targeting facets, sorted newest or oldest first. Each card is enriched from its detail page. Pass the returned token with the same filters for continuation. Individual source failures are explicit partial results. Each successful request costs 1 account credit, including partial results. Failures cost 0. HTTP 402 means insufficient credits. Responses preserve status, coverage, null values and pagination tokens.",
34629
35065
  "inputSchema": {
34630
35066
  "type": "object",
34631
35067
  "properties": {
@@ -34653,6 +35089,12 @@
34653
35089
  "pattern": "^[A-Z]{2}(?:,[A-Z]{2}){0,49}$",
34654
35090
  "description": "Comma-separated uppercase country codes, for example US,DE."
34655
35091
  },
35092
+ "payer": {
35093
+ "type": "string",
35094
+ "minLength": 1,
35095
+ "maxLength": 500,
35096
+ "x-runtime-refinement": true
35097
+ },
34656
35098
  "startDate": {
34657
35099
  "type": "string",
34658
35100
  "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
@@ -34665,6 +35107,31 @@
34665
35107
  "x-runtime-refinement": true,
34666
35108
  "description": "Real YYYY-MM-DD date on or after startDate. LinkedIn applies its retained-ad date window."
34667
35109
  },
35110
+ "dateOption": {
35111
+ "type": "string",
35112
+ "enum": ["last-30-days", "current-month", "current-year", "last-year"]
35113
+ },
35114
+ "sortOrder": { "type": "string", "enum": ["DESCENDING", "ASCENDING"] },
35115
+ "minImpressions": {
35116
+ "type": "string",
35117
+ "pattern": "^(?:0|[1-9]\\d{0,11})$",
35118
+ "x-runtime-refinement": true
35119
+ },
35120
+ "maxImpressions": {
35121
+ "type": "string",
35122
+ "pattern": "^(?:0|[1-9]\\d{0,11})$",
35123
+ "x-runtime-refinement": true
35124
+ },
35125
+ "includedTargeting": {
35126
+ "type": "string",
35127
+ "pattern": "^[A-Z_]+(?:,[A-Z_]+){0,7}$",
35128
+ "x-runtime-refinement": true
35129
+ },
35130
+ "excludedTargeting": {
35131
+ "type": "string",
35132
+ "pattern": "^[A-Z_]+(?:,[A-Z_]+){0,7}$",
35133
+ "x-runtime-refinement": true
35134
+ },
34668
35135
  "paginationToken": {
34669
35136
  "type": "string",
34670
35137
  "pattern": "^[1-9]\\d{0,24}-\\d{10,16}$",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scrapeatlas/cli",
3
- "version": "0.9.0",
3
+ "version": "0.10.0",
4
4
  "description": "Official ScrapeAtlas CLI — discover and call social data API endpoints from your terminal.",
5
5
  "type": "module",
6
6
  "bin": {