dataforseo-client 1.0.26 → 1.0.27

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 (6) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/main.d.ts +1070 -832
  3. package/main.js +918 -738
  4. package/main.js.map +1 -1
  5. package/main.ts +1999 -1571
  6. package/package.json +1 -2
package/main.d.ts CHANGED
@@ -5481,7 +5481,7 @@ you can specify up to 700 characters in the keyword field
5481
5481
  all %## will be decoded (plus character ‘+’ will be decoded to a space character)
5482
5482
  if you need to use the “%” character for your keyword, please specify it as “%25”;
5483
5483
  if you need to use the “+” character for your keyword, please specify it as “%2B”;
5484
- if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘site:’, ‘-site:’, the charge per task will be multiplied by 5
5484
+ if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘site:’, the charge per task will be multiplied by 5
5485
5485
  Note: queries containing the ‘cache:’ parameter are not supported and will return a validation error
5486
5486
  learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article */
5487
5487
  keyword?: string;
@@ -5684,7 +5684,7 @@ you can specify up to 700 characters in the keyword field
5684
5684
  all %## will be decoded (plus character ‘+’ will be decoded to a space character)
5685
5685
  if you need to use the “%” character for your keyword, please specify it as “%25”;
5686
5686
  if you need to use the “+” character for your keyword, please specify it as “%2B”;
5687
- if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘site:’, ‘-site:’, the charge per task will be multiplied by 5
5687
+ if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘site:’, the charge per task will be multiplied by 5
5688
5688
  Note: queries containing the ‘cache:’ parameter are not supported and will return a validation error
5689
5689
  learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article */
5690
5690
  keyword?: string;
@@ -6151,6 +6151,8 @@ export declare class PaidSerpElementItem extends BaseSerpElementItem implements
6151
6151
  title?: string | undefined;
6152
6152
  /** domain name of the reference */
6153
6153
  domain?: string | undefined;
6154
+ /** name of the website in SERP */
6155
+ website_name?: string | undefined;
6154
6156
  /** breadcrumb in SERP */
6155
6157
  breadcrumb?: string | undefined;
6156
6158
  /** indicates whether the element contains an image */
@@ -6179,12 +6181,13 @@ if there are none, equals null */
6179
6181
  /** pricing details
6180
6182
  contains the pricing details of the product or service featured in the result */
6181
6183
  price?: PriceInfo | undefined;
6184
+ /** the item’s rating
6185
+ the popularity rate based on reviews and displayed in SERP */
6186
+ rating?: RatingInfo | undefined;
6182
6187
  /** rectangle parameters
6183
6188
  contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
6184
6189
  equals null if calculate_rectangles in the POST request is not set to true */
6185
6190
  rectangle?: Rectangle | undefined;
6186
- /** website name in SERP */
6187
- website_name?: string | undefined;
6188
6191
  [key: string]: any;
6189
6192
  constructor(data?: IPaidSerpElementItem);
6190
6193
  init(_data?: any): void;
@@ -6196,6 +6199,8 @@ export interface IPaidSerpElementItem extends IBaseSerpElementItem {
6196
6199
  title?: string | undefined;
6197
6200
  /** domain name of the reference */
6198
6201
  domain?: string | undefined;
6202
+ /** name of the website in SERP */
6203
+ website_name?: string | undefined;
6199
6204
  /** breadcrumb in SERP */
6200
6205
  breadcrumb?: string | undefined;
6201
6206
  /** indicates whether the element contains an image */
@@ -6224,12 +6229,13 @@ if there are none, equals null */
6224
6229
  /** pricing details
6225
6230
  contains the pricing details of the product or service featured in the result */
6226
6231
  price?: PriceInfo | undefined;
6232
+ /** the item’s rating
6233
+ the popularity rate based on reviews and displayed in SERP */
6234
+ rating?: RatingInfo | undefined;
6227
6235
  /** rectangle parameters
6228
6236
  contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
6229
6237
  equals null if calculate_rectangles in the POST request is not set to true */
6230
6238
  rectangle?: Rectangle | undefined;
6231
- /** website name in SERP */
6232
- website_name?: string | undefined;
6233
6239
  [key: string]: any;
6234
6240
  }
6235
6241
  export declare class OrganicSerpElementItem extends BaseSerpElementItem implements IOrganicSerpElementItem {
@@ -6677,7 +6683,7 @@ export declare class KnowledgeGraphImagesElement implements IKnowledgeGraphImage
6677
6683
  type?: string | undefined;
6678
6684
  /** relevant URL in SERP */
6679
6685
  url?: string | undefined;
6680
- /** domain in SERP of the Ad element */
6686
+ /** domain in SERP of the ad element */
6681
6687
  domain?: string | undefined;
6682
6688
  /** alt tag of the image */
6683
6689
  alt?: string | undefined;
@@ -6697,7 +6703,7 @@ export interface IKnowledgeGraphImagesElement {
6697
6703
  type?: string | undefined;
6698
6704
  /** relevant URL in SERP */
6699
6705
  url?: string | undefined;
6700
- /** domain in SERP of the Ad element */
6706
+ /** domain in SERP of the ad element */
6701
6707
  domain?: string | undefined;
6702
6708
  /** alt tag of the image */
6703
6709
  alt?: string | undefined;
@@ -6862,8 +6868,7 @@ in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
6862
6868
  example:
6863
6869
  2019-11-15 12:57:46 +00:00 */
6864
6870
  timestamp?: string | undefined;
6865
- /** results table
6866
- if there are none, equals null */
6871
+ /** table element */
6867
6872
  table?: Table | undefined;
6868
6873
  [key: string]: any;
6869
6874
  constructor(data?: IKnowledgeGraphExpandedElement);
@@ -6891,8 +6896,7 @@ in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
6891
6896
  example:
6892
6897
  2019-11-15 12:57:46 +00:00 */
6893
6898
  timestamp?: string | undefined;
6894
- /** results table
6895
- if there are none, equals null */
6899
+ /** table element */
6896
6900
  table?: Table | undefined;
6897
6901
  [key: string]: any;
6898
6902
  }
@@ -7422,7 +7426,7 @@ URL to a new search for the same keyword(s) on related sites */
7422
7426
  related_search_url?: string | undefined;
7423
7427
  /** breadcrumb in SERP */
7424
7428
  breadcrumb?: string | undefined;
7425
- /** name of the website in SERP */
7429
+ /** name of the website in the ad element */
7426
7430
  website_name?: string | undefined;
7427
7431
  /** indicates whether the element contains an image */
7428
7432
  is_image?: boolean | undefined;
@@ -7479,7 +7483,7 @@ URL to a new search for the same keyword(s) on related sites */
7479
7483
  related_search_url?: string | undefined;
7480
7484
  /** breadcrumb in SERP */
7481
7485
  breadcrumb?: string | undefined;
7482
- /** name of the website in SERP */
7486
+ /** name of the website in the ad element */
7483
7487
  website_name?: string | undefined;
7484
7488
  /** indicates whether the element contains an image */
7485
7489
  is_image?: boolean | undefined;
@@ -7622,7 +7626,8 @@ in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
7622
7626
  example:
7623
7627
  2019-11-15 12:57:46 +00:00 */
7624
7628
  timestamp?: string | undefined;
7625
- /** table element */
7629
+ /** results table
7630
+ if there are none, equals null */
7626
7631
  table?: Table | undefined;
7627
7632
  [key: string]: any;
7628
7633
  constructor(data?: IPeopleAlsoAskExpandedElement);
@@ -7650,7 +7655,8 @@ in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
7650
7655
  example:
7651
7656
  2019-11-15 12:57:46 +00:00 */
7652
7657
  timestamp?: string | undefined;
7653
- /** table element */
7658
+ /** results table
7659
+ if there are none, equals null */
7654
7660
  table?: Table | undefined;
7655
7661
  [key: string]: any;
7656
7662
  }
@@ -7869,7 +7875,7 @@ equals null if calculate_rectangles in the POST request is not set to true */
7869
7875
  export declare class GoogleReviewsSerpElementItem extends BaseSerpElementItem implements IGoogleReviewsSerpElementItem {
7870
7876
  /** the number of reviews */
7871
7877
  reviews_count?: number | undefined;
7872
- /** the item’s rating
7878
+ /** the element’s rating
7873
7879
  the popularity rate based on reviews and displayed in SERP */
7874
7880
  rating?: RatingInfo | undefined;
7875
7881
  /** the identifier of a place */
@@ -7891,7 +7897,7 @@ equals null if calculate_rectangles in the POST request is not set to true */
7891
7897
  export interface IGoogleReviewsSerpElementItem extends IBaseSerpElementItem {
7892
7898
  /** the number of reviews */
7893
7899
  reviews_count?: number | undefined;
7894
- /** the item’s rating
7900
+ /** the element’s rating
7895
7901
  the popularity rate based on reviews and displayed in SERP */
7896
7902
  rating?: RatingInfo | undefined;
7897
7903
  /** the identifier of a place */
@@ -8079,7 +8085,7 @@ export declare class LocalPackSerpElementItem extends BaseSerpElementItem implem
8079
8085
  url?: string | undefined;
8080
8086
  /** indicates whether the element is an ad */
8081
8087
  is_paid?: boolean | undefined;
8082
- /** the item’s rating
8088
+ /** the element’s rating
8083
8089
  the popularity rate based on reviews and displayed in SERP */
8084
8090
  rating?: RatingInfo | undefined;
8085
8091
  /** google-defined client id */
@@ -8107,7 +8113,7 @@ export interface ILocalPackSerpElementItem extends IBaseSerpElementItem {
8107
8113
  url?: string | undefined;
8108
8114
  /** indicates whether the element is an ad */
8109
8115
  is_paid?: boolean | undefined;
8110
- /** the item’s rating
8116
+ /** the element’s rating
8111
8117
  the popularity rate based on reviews and displayed in SERP */
8112
8118
  rating?: RatingInfo | undefined;
8113
8119
  /** google-defined client id */
@@ -8282,6 +8288,9 @@ URL of the page on the marketplace website where the product is hosted */
8282
8288
  marketplace_url?: string | undefined;
8283
8289
  /** URL */
8284
8290
  url?: string | undefined;
8291
+ /** the item’s rating
8292
+ the popularity rate based on reviews and displayed in SERP */
8293
+ rating?: RatingInfo | undefined;
8285
8294
  [key: string]: any;
8286
8295
  constructor(data?: IShoppingElement);
8287
8296
  init(_data?: any): void;
@@ -8310,6 +8319,9 @@ URL of the page on the marketplace website where the product is hosted */
8310
8319
  marketplace_url?: string | undefined;
8311
8320
  /** URL */
8312
8321
  url?: string | undefined;
8322
+ /** the item’s rating
8323
+ the popularity rate based on reviews and displayed in SERP */
8324
+ rating?: RatingInfo | undefined;
8313
8325
  [key: string]: any;
8314
8326
  }
8315
8327
  export declare class ShoppingSerpElementItem extends BaseSerpElementItem implements IShoppingSerpElementItem {
@@ -10453,7 +10465,7 @@ you can specify up to 700 characters in the keyword field
10453
10465
  all %## will be decoded (plus character ‘+’ will be decoded to a space character)
10454
10466
  if you need to use the “%” character for your keyword, please specify it as “%25”;
10455
10467
  if you need to use the “+” character for your keyword, please specify it as “%2B”;
10456
- if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘site:’, ‘-site:’, the charge per task will be multiplied by 5
10468
+ if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘site:’, the charge per task will be multiplied by 5
10457
10469
  Note: queries containing the ‘cache:’ parameter are not supported and will return a validation error */
10458
10470
  keyword?: string;
10459
10471
  /** full name of search engine location
@@ -10577,7 +10589,7 @@ you can specify up to 700 characters in the keyword field
10577
10589
  all %## will be decoded (plus character ‘+’ will be decoded to a space character)
10578
10590
  if you need to use the “%” character for your keyword, please specify it as “%25”;
10579
10591
  if you need to use the “+” character for your keyword, please specify it as “%2B”;
10580
- if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘site:’, ‘-site:’, the charge per task will be multiplied by 5
10592
+ if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘site:’, the charge per task will be multiplied by 5
10581
10593
  Note: queries containing the ‘cache:’ parameter are not supported and will return a validation error */
10582
10594
  keyword?: string;
10583
10595
  /** full name of search engine location
@@ -10805,7 +10817,7 @@ you can specify up to 700 characters in the keyword field
10805
10817
  all %## will be decoded (plus character ‘+’ will be decoded to a space character)
10806
10818
  if you need to use the “%” character for your keyword, please specify it as “%25”;
10807
10819
  if you need to use the “+” character for your keyword, please specify it as “%2B”;
10808
- if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘site:’, ‘-site:’, the charge per task will be multiplied by 5
10820
+ if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘definition:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘site:’, the charge per task will be multiplied by 5
10809
10821
  Note: queries containing the ‘cache:’ parameter are not supported and will return a validation error
10810
10822
  learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article */
10811
10823
  keyword?: string;
@@ -10980,7 +10992,7 @@ you can specify up to 700 characters in the keyword field
10980
10992
  all %## will be decoded (plus character ‘+’ will be decoded to a space character)
10981
10993
  if you need to use the “%” character for your keyword, please specify it as “%25”;
10982
10994
  if you need to use the “+” character for your keyword, please specify it as “%2B”;
10983
- if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘site:’, ‘-site:’, the charge per task will be multiplied by 5
10995
+ if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘definition:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘site:’, the charge per task will be multiplied by 5
10984
10996
  Note: queries containing the ‘cache:’ parameter are not supported and will return a validation error
10985
10997
  learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article */
10986
10998
  keyword?: string;
@@ -11267,7 +11279,7 @@ you can specify up to 700 characters in the keyword field
11267
11279
  all %## will be decoded (plus character ‘+’ will be decoded to a space character)
11268
11280
  if you need to use the “%” character for your keyword, please specify it as “%25”;
11269
11281
  if you need to use the “+” character for your keyword, please specify it as “%2B”;
11270
- if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, ‘-site:’, the charge per task will be multiplied by 5
11282
+ if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, the charge per task will be multiplied by 5
11271
11283
  Note: queries containing the ‘cache:’ parameter are not supported and will return a validation error */
11272
11284
  keyword?: string;
11273
11285
  /** full name of search engine location
@@ -11385,7 +11397,7 @@ you can specify up to 700 characters in the keyword field
11385
11397
  all %## will be decoded (plus character ‘+’ will be decoded to a space character)
11386
11398
  if you need to use the “%” character for your keyword, please specify it as “%25”;
11387
11399
  if you need to use the “+” character for your keyword, please specify it as “%2B”;
11388
- if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, ‘-site:’, the charge per task will be multiplied by 5
11400
+ if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, the charge per task will be multiplied by 5
11389
11401
  Note: queries containing the ‘cache:’ parameter are not supported and will return a validation error */
11390
11402
  keyword?: string;
11391
11403
  /** full name of search engine location
@@ -11577,7 +11589,7 @@ you can specify up to 700 characters in the keyword field
11577
11589
  all %## will be decoded (plus character ‘+’ will be decoded to a space character)
11578
11590
  if you need to use the “%” character for your keyword, please specify it as “%25”;
11579
11591
  if you need to use the “+” character for your keyword, please specify it as “%2B”;
11580
- if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, ‘-site:’, the charge per task will be multiplied by 5
11592
+ if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, the charge per task will be multiplied by 5
11581
11593
  Note: queries containing the ‘cache:’ parameter are not supported and will return a validation error
11582
11594
  learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article */
11583
11595
  keyword?: string;
@@ -11730,7 +11742,7 @@ you can specify up to 700 characters in the keyword field
11730
11742
  all %## will be decoded (plus character ‘+’ will be decoded to a space character)
11731
11743
  if you need to use the “%” character for your keyword, please specify it as “%25”;
11732
11744
  if you need to use the “+” character for your keyword, please specify it as “%2B”;
11733
- if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, ‘-site:’, the charge per task will be multiplied by 5
11745
+ if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, the charge per task will be multiplied by 5
11734
11746
  Note: queries containing the ‘cache:’ parameter are not supported and will return a validation error
11735
11747
  learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article */
11736
11748
  keyword?: string;
@@ -12462,7 +12474,7 @@ you can specify up to 700 characters in the keyword field
12462
12474
  all %## will be decoded (plus character ‘+’ will be decoded to a space character)
12463
12475
  if you need to use the “%” character for your keyword, please specify it as “%25”;
12464
12476
  if you need to use the “+” character for your keyword, please specify it as “%2B”;
12465
- if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, ‘-site:’, the charge per task will be multiplied by 5
12477
+ if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, the charge per task will be multiplied by 5
12466
12478
  Note: queries containing the ‘cache:’ parameter are not supported and will return a validation error
12467
12479
  learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article */
12468
12480
  keyword?: string;
@@ -12581,7 +12593,7 @@ you can specify up to 700 characters in the keyword field
12581
12593
  all %## will be decoded (plus character ‘+’ will be decoded to a space character)
12582
12594
  if you need to use the “%” character for your keyword, please specify it as “%25”;
12583
12595
  if you need to use the “+” character for your keyword, please specify it as “%2B”;
12584
- if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, ‘-site:’, the charge per task will be multiplied by 5
12596
+ if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, the charge per task will be multiplied by 5
12585
12597
  Note: queries containing the ‘cache:’ parameter are not supported and will return a validation error
12586
12598
  learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article */
12587
12599
  keyword?: string;
@@ -14026,7 +14038,7 @@ you can specify up to 700 characters in the keyword field
14026
14038
  all %## will be decoded (plus character ‘+’ will be decoded to a space character)
14027
14039
  if you need to use the “%” character for your keyword, please specify it as “%25”;
14028
14040
  if you need to use the “+” character for your keyword, please specify it as “%2B”;
14029
- if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, ‘-site:’, the charge per task will be multiplied by 5
14041
+ if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, the charge per task will be multiplied by 5
14030
14042
  Note: queries containing the ‘cache:’ parameter are not supported and will return a validation error
14031
14043
  learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article */
14032
14044
  keyword?: string;
@@ -14187,7 +14199,7 @@ you can specify up to 700 characters in the keyword field
14187
14199
  all %## will be decoded (plus character ‘+’ will be decoded to a space character)
14188
14200
  if you need to use the “%” character for your keyword, please specify it as “%25”;
14189
14201
  if you need to use the “+” character for your keyword, please specify it as “%2B”;
14190
- if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, ‘-site:’, the charge per task will be multiplied by 5
14202
+ if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, the charge per task will be multiplied by 5
14191
14203
  Note: queries containing the ‘cache:’ parameter are not supported and will return a validation error
14192
14204
  learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article */
14193
14205
  keyword?: string;
@@ -14827,7 +14839,7 @@ you can specify up to 700 characters in the keyword field
14827
14839
  all %## will be decoded (plus character ‘+’ will be decoded to a space character)
14828
14840
  if you need to use the “%” character for your keyword, please specify it as “%25”;
14829
14841
  if you need to use the “+” character for your keyword, please specify it as “%2B”;
14830
- if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, ‘-site:’, the charge per task will be multiplied by 5
14842
+ if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, the charge per task will be multiplied by 5
14831
14843
  Note: queries containing the ‘cache:’ parameter are not supported and will return a validation error
14832
14844
  learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article */
14833
14845
  keyword?: string;
@@ -14946,7 +14958,7 @@ you can specify up to 700 characters in the keyword field
14946
14958
  all %## will be decoded (plus character ‘+’ will be decoded to a space character)
14947
14959
  if you need to use the “%” character for your keyword, please specify it as “%25”;
14948
14960
  if you need to use the “+” character for your keyword, please specify it as “%2B”;
14949
- if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, ‘-site:’, the charge per task will be multiplied by 5
14961
+ if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, the charge per task will be multiplied by 5
14950
14962
  Note: queries containing the ‘cache:’ parameter are not supported and will return a validation error
14951
14963
  learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article */
14952
14964
  keyword?: string;
@@ -15175,7 +15187,7 @@ you can specify up to 700 characters in the keyword field
15175
15187
  all %## will be decoded (plus character ‘+’ will be decoded to a space character)
15176
15188
  if you need to use the “%” character for your keyword, please specify it as “%25”;
15177
15189
  if you need to use the “+” character for your keyword, please specify it as “%2B”;
15178
- if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, ‘-site:’, the charge per task will be multiplied by 5
15190
+ if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, the charge per task will be multiplied by 5
15179
15191
  Note: queries containing the ‘cache:’ parameter are not supported and will return a validation error
15180
15192
  learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article */
15181
15193
  keyword?: string;
@@ -15275,7 +15287,7 @@ you can specify up to 700 characters in the keyword field
15275
15287
  all %## will be decoded (plus character ‘+’ will be decoded to a space character)
15276
15288
  if you need to use the “%” character for your keyword, please specify it as “%25”;
15277
15289
  if you need to use the “+” character for your keyword, please specify it as “%2B”;
15278
- if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, ‘-site:’, the charge per task will be multiplied by 5
15290
+ if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, the charge per task will be multiplied by 5
15279
15291
  Note: queries containing the ‘cache:’ parameter are not supported and will return a validation error
15280
15292
  learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article */
15281
15293
  keyword?: string;
@@ -16463,7 +16475,7 @@ you can specify up to 700 characters in the keyword field
16463
16475
  all %## will be decoded (plus character ‘+’ will be decoded to a space character)
16464
16476
  if you need to use the “%” character for your keyword, please specify it as “%25”;
16465
16477
  if you need to use the “+” character for your keyword, please specify it as “%2B”;
16466
- if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, ‘-site:’, the charge per task will be multiplied by 5
16478
+ if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, the charge per task will be multiplied by 5
16467
16479
  Note: queries containing the ‘cache:’ parameter are not supported and will return a validation error
16468
16480
  learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article */
16469
16481
  keyword?: string;
@@ -16599,7 +16611,7 @@ you can specify up to 700 characters in the keyword field
16599
16611
  all %## will be decoded (plus character ‘+’ will be decoded to a space character)
16600
16612
  if you need to use the “%” character for your keyword, please specify it as “%25”;
16601
16613
  if you need to use the “+” character for your keyword, please specify it as “%2B”;
16602
- if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, ‘-site:’, the charge per task will be multiplied by 5
16614
+ if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, the charge per task will be multiplied by 5
16603
16615
  Note: queries containing the ‘cache:’ parameter are not supported and will return a validation error
16604
16616
  learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article */
16605
16617
  keyword?: string;
@@ -17236,7 +17248,7 @@ you can specify up to 700 characters in the keyword field
17236
17248
  all %## will be decoded (plus character ‘+’ will be decoded to a space character)
17237
17249
  if you need to use the “%” character for your keyword, please specify it as “%25”;
17238
17250
  if you need to use the “+” character for your keyword, please specify it as “%2B”;
17239
- if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, ‘-site:’, the charge per task will be multiplied by 5
17251
+ if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, the charge per task will be multiplied by 5
17240
17252
  Note: queries containing the ‘cache:’ parameter are not supported and will return a validation error
17241
17253
  learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article */
17242
17254
  keyword?: string;
@@ -17335,7 +17347,7 @@ you can specify up to 700 characters in the keyword field
17335
17347
  all %## will be decoded (plus character ‘+’ will be decoded to a space character)
17336
17348
  if you need to use the “%” character for your keyword, please specify it as “%25”;
17337
17349
  if you need to use the “+” character for your keyword, please specify it as “%2B”;
17338
- if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, ‘-site:’, the charge per task will be multiplied by 5
17350
+ if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, the charge per task will be multiplied by 5
17339
17351
  Note: queries containing the ‘cache:’ parameter are not supported and will return a validation error
17340
17352
  learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article */
17341
17353
  keyword?: string;
@@ -17538,7 +17550,7 @@ you can specify up to 700 characters in the keyword field
17538
17550
  all %## will be decoded (plus character ‘+’ will be decoded to a space character)
17539
17551
  if you need to use the “%” character for your keyword, please specify it as “%25”;
17540
17552
  if you need to use the “+” character for your keyword, please specify it as “%2B”;
17541
- if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, ‘-site:’, the charge per task will be multiplied by 5
17553
+ if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, the charge per task will be multiplied by 5
17542
17554
  Note: queries containing the ‘cache:’ parameter are not supported and will return a validation error
17543
17555
  learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article */
17544
17556
  keyword?: string;
@@ -17638,7 +17650,7 @@ you can specify up to 700 characters in the keyword field
17638
17650
  all %## will be decoded (plus character ‘+’ will be decoded to a space character)
17639
17651
  if you need to use the “%” character for your keyword, please specify it as “%25”;
17640
17652
  if you need to use the “+” character for your keyword, please specify it as “%2B”;
17641
- if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, ‘-site:’, the charge per task will be multiplied by 5
17653
+ if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’, the charge per task will be multiplied by 5
17642
17654
  Note: queries containing the ‘cache:’ parameter are not supported and will return a validation error
17643
17655
  learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article */
17644
17656
  keyword?: string;
@@ -20344,7 +20356,7 @@ export declare class FormatsElement implements IFormatsElement {
20344
20356
  for example: zip, html, csv */
20345
20357
  format?: string | undefined;
20346
20358
  /** file size in bytes */
20347
- size?: string | undefined;
20359
+ size?: number | undefined;
20348
20360
  [key: string]: any;
20349
20361
  constructor(data?: IFormatsElement);
20350
20362
  init(_data?: any): void;
@@ -20358,7 +20370,7 @@ export interface IFormatsElement {
20358
20370
  for example: zip, html, csv */
20359
20371
  format?: string | undefined;
20360
20372
  /** file size in bytes */
20361
- size?: string | undefined;
20373
+ size?: number | undefined;
20362
20374
  [key: string]: any;
20363
20375
  }
20364
20376
  export declare class PeriodCovered implements IPeriodCovered {
@@ -21569,24 +21581,27 @@ if you need to use the “+” character for your keyword, please specify it as
21569
21581
  learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article */
21570
21582
  keyword?: string;
21571
21583
  /** full name of search engine location
21572
- required field if you don’t specify location_code or location_coordinate
21584
+ optional field
21573
21585
  if you use this field, you don’t need to specify location_code or location_coordinate
21574
21586
  you can receive the list of available locations of the search engine with their location_name by making a separate request to the https://api.dataforseo.com/v3/serp/google/ads_advertisers/locations
21575
21587
  example:
21576
- London,England,United Kingdom */
21588
+ London,England,United Kingdom
21589
+ Note: if you don’t specify location_name, location_code, or location_coordinate, advertisers will be searched across all the available locations */
21577
21590
  location_name?: string | undefined;
21578
21591
  /** search engine location code
21579
- required field if you don’t specify location_name or location_coordinate
21592
+ optional field
21580
21593
  if you use this field, you don’t need to specify location_name or location_coordinate
21581
21594
  you can receive the list of available locations of the search engines with their location_code by making a separate request to the https://api.dataforseo.com/v3/serp/google/ads_advertisers/locations
21582
21595
  example:
21583
- 2840 */
21596
+ 2840
21597
+ Note: if you don’t specify location_name, location_code, or location_coordinate, advertisers will be searched across all the available locations */
21584
21598
  location_code?: number | undefined;
21585
21599
  /** GPS coordinates of a location
21586
- required field if you don’t specify location_name or location_code
21600
+ optional field
21587
21601
  if you use this field, you don’t need to specify location_name or location_code
21588
21602
  example:
21589
- 52.6178549,-155.352142 */
21603
+ 52.6178549,-155.352142
21604
+ Note: if you don’t specify location_name, location_code, or location_coordinate, advertisers will be searched across all the available locations */
21590
21605
  location_coordinate?: string | undefined;
21591
21606
  /** task priority
21592
21607
  optional field
@@ -21646,24 +21661,27 @@ if you need to use the “+” character for your keyword, please specify it as
21646
21661
  learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article */
21647
21662
  keyword?: string;
21648
21663
  /** full name of search engine location
21649
- required field if you don’t specify location_code or location_coordinate
21664
+ optional field
21650
21665
  if you use this field, you don’t need to specify location_code or location_coordinate
21651
21666
  you can receive the list of available locations of the search engine with their location_name by making a separate request to the https://api.dataforseo.com/v3/serp/google/ads_advertisers/locations
21652
21667
  example:
21653
- London,England,United Kingdom */
21668
+ London,England,United Kingdom
21669
+ Note: if you don’t specify location_name, location_code, or location_coordinate, advertisers will be searched across all the available locations */
21654
21670
  location_name?: string | undefined;
21655
21671
  /** search engine location code
21656
- required field if you don’t specify location_name or location_coordinate
21672
+ optional field
21657
21673
  if you use this field, you don’t need to specify location_name or location_coordinate
21658
21674
  you can receive the list of available locations of the search engines with their location_code by making a separate request to the https://api.dataforseo.com/v3/serp/google/ads_advertisers/locations
21659
21675
  example:
21660
- 2840 */
21676
+ 2840
21677
+ Note: if you don’t specify location_name, location_code, or location_coordinate, advertisers will be searched across all the available locations */
21661
21678
  location_code?: number | undefined;
21662
21679
  /** GPS coordinates of a location
21663
- required field if you don’t specify location_name or location_code
21680
+ optional field
21664
21681
  if you use this field, you don’t need to specify location_name or location_code
21665
21682
  example:
21666
- 52.6178549,-155.352142 */
21683
+ 52.6178549,-155.352142
21684
+ Note: if you don’t specify location_name, location_code, or location_coordinate, advertisers will be searched across all the available locations */
21667
21685
  location_coordinate?: string | undefined;
21668
21686
  /** task priority
21669
21687
  optional field
@@ -22155,28 +22173,31 @@ you can specify the maximum of 25 values in this array;
22155
22173
  advertiser_ids values for this parameter can be found in the Google Ads Advertisers endpoint; */
22156
22174
  advertiser_ids?: string[] | undefined;
22157
22175
  /** full name of search engine location
22158
- required field if you don’t specify location_code or location_coordinate
22176
+ optional field
22159
22177
  if you use this field, you don’t need to specify location_code or location_coordinate
22160
22178
  you can receive the list of available locations of the search engine with their location_name by making a separate request to the https://api.dataforseo.com/v3/serp/google/ads_search/locations
22161
22179
  example:
22162
- London,England,United Kingdom */
22180
+ London,England,United Kingdom
22181
+ Note: if you don’t specify location_name, location_code, or location_coordinate, the ads will be searched across all the available locations */
22163
22182
  location_name?: string | undefined;
22164
22183
  /** search engine location code
22165
- required field if you don’t specify location_name or location_coordinate
22184
+ optional field
22166
22185
  if you use this field, you don’t need to specify location_name or location_coordinate
22167
22186
  you can receive the list of available locations of the search engines with their location_code by making a separate request to the https://api.dataforseo.com/v3/serp/google/ads_search/locations
22168
22187
  example:
22169
- 2840 */
22188
+ 2840
22189
+ Note: if you don’t specify location_name, location_code, or location_coordinate, the ads will be searched across all the available locations */
22170
22190
  location_code?: number | undefined;
22171
22191
  /** GPS coordinates of a location
22172
- required field if you don’t specify location_name or location_code
22192
+ optional field
22173
22193
  if you use this field, you don’t need to specify location_name or location_code
22174
22194
  example:
22175
- 52.6178549,-155.352142 */
22195
+ 52.6178549,-155.352142
22196
+ Note: if you don’t specify location_name, location_code, or location_coordinate, the ads will be searched across all the available locations */
22176
22197
  location_coordinate?: string | undefined;
22177
22198
  /** advertising platform
22178
22199
  optional field
22179
- possible values: all, google_pay, google_maps, google_search, google_shopping, youtube
22200
+ possible values: all, google_play, google_maps, google_search, google_shopping, youtube
22180
22201
  default value: all */
22181
22202
  platform?: string | undefined;
22182
22203
  /** ad format
@@ -22269,28 +22290,31 @@ you can specify the maximum of 25 values in this array;
22269
22290
  advertiser_ids values for this parameter can be found in the Google Ads Advertisers endpoint; */
22270
22291
  advertiser_ids?: string[] | undefined;
22271
22292
  /** full name of search engine location
22272
- required field if you don’t specify location_code or location_coordinate
22293
+ optional field
22273
22294
  if you use this field, you don’t need to specify location_code or location_coordinate
22274
22295
  you can receive the list of available locations of the search engine with their location_name by making a separate request to the https://api.dataforseo.com/v3/serp/google/ads_search/locations
22275
22296
  example:
22276
- London,England,United Kingdom */
22297
+ London,England,United Kingdom
22298
+ Note: if you don’t specify location_name, location_code, or location_coordinate, the ads will be searched across all the available locations */
22277
22299
  location_name?: string | undefined;
22278
22300
  /** search engine location code
22279
- required field if you don’t specify location_name or location_coordinate
22301
+ optional field
22280
22302
  if you use this field, you don’t need to specify location_name or location_coordinate
22281
22303
  you can receive the list of available locations of the search engines with their location_code by making a separate request to the https://api.dataforseo.com/v3/serp/google/ads_search/locations
22282
22304
  example:
22283
- 2840 */
22305
+ 2840
22306
+ Note: if you don’t specify location_name, location_code, or location_coordinate, the ads will be searched across all the available locations */
22284
22307
  location_code?: number | undefined;
22285
22308
  /** GPS coordinates of a location
22286
- required field if you don’t specify location_name or location_code
22309
+ optional field
22287
22310
  if you use this field, you don’t need to specify location_name or location_code
22288
22311
  example:
22289
- 52.6178549,-155.352142 */
22312
+ 52.6178549,-155.352142
22313
+ Note: if you don’t specify location_name, location_code, or location_coordinate, the ads will be searched across all the available locations */
22290
22314
  location_coordinate?: string | undefined;
22291
22315
  /** advertising platform
22292
22316
  optional field
22293
- possible values: all, google_pay, google_maps, google_search, google_shopping, youtube
22317
+ possible values: all, google_play, google_maps, google_search, google_shopping, youtube
22294
22318
  default value: all */
22295
22319
  platform?: string | undefined;
22296
22320
  /** ad format
@@ -22887,6 +22911,7 @@ you can specify up to 700 characters in the keyword field
22887
22911
  all %## will be decoded (plus character ‘+’ will be decoded to a space character)
22888
22912
  if you need to use the “%” character for your keyword, please specify it as “%25”;
22889
22913
  if you need to use the “+” character for your keyword, please specify it as “%2B”
22914
+ if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’ the charge per task will be multiplied by 5
22890
22915
  learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article */
22891
22916
  keyword?: string;
22892
22917
  /** task priority
@@ -23052,6 +23077,7 @@ you can specify up to 700 characters in the keyword field
23052
23077
  all %## will be decoded (plus character ‘+’ will be decoded to a space character)
23053
23078
  if you need to use the “%” character for your keyword, please specify it as “%25”;
23054
23079
  if you need to use the “+” character for your keyword, please specify it as “%2B”
23080
+ if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’ the charge per task will be multiplied by 5
23055
23081
  learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article */
23056
23082
  keyword?: string;
23057
23083
  /** task priority
@@ -24001,6 +24027,7 @@ you can specify up to 700 characters in the keyword field
24001
24027
  all %## will be decoded (plus character ‘+’ will be decoded to a space character)
24002
24028
  if you need to use the “%” character for your keyword, please specify it as “%25”;
24003
24029
  if you need to use the “+” character for your keyword, please specify it as “%2B”
24030
+ if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’ the charge per task will be multiplied by 5
24004
24031
  learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article */
24005
24032
  keyword?: string;
24006
24033
  /** task priority
@@ -24138,6 +24165,7 @@ you can specify up to 700 characters in the keyword field
24138
24165
  all %## will be decoded (plus character ‘+’ will be decoded to a space character)
24139
24166
  if you need to use the “%” character for your keyword, please specify it as “%25”;
24140
24167
  if you need to use the “+” character for your keyword, please specify it as “%2B”
24168
+ if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’ the charge per task will be multiplied by 5
24141
24169
  learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article */
24142
24170
  keyword?: string;
24143
24171
  /** task priority
@@ -24293,7 +24321,8 @@ answer_box, carousel, events, featured_snippet, hotels_pack, images, jobs, local
24293
24321
  se_results_count?: number | undefined;
24294
24322
  /** the number of results returned in the items array */
24295
24323
  items_count?: number | undefined;
24296
- /** items featured in the faq_box */
24324
+ /** additional items present in the element
24325
+ if there are none, equals null */
24297
24326
  items?: (BaseSerpElementItem | undefined)[] | undefined;
24298
24327
  [key: string]: any;
24299
24328
  constructor(data?: ISerpBingOrganicLiveAdvancedResultInfo);
@@ -24336,7 +24365,8 @@ answer_box, carousel, events, featured_snippet, hotels_pack, images, jobs, local
24336
24365
  se_results_count?: number | undefined;
24337
24366
  /** the number of results returned in the items array */
24338
24367
  items_count?: number | undefined;
24339
- /** items featured in the faq_box */
24368
+ /** additional items present in the element
24369
+ if there are none, equals null */
24340
24370
  items?: (BaseSerpElementItem | undefined)[] | undefined;
24341
24371
  [key: string]: any;
24342
24372
  }
@@ -24647,6 +24677,7 @@ you can specify up to 700 characters in the keyword field
24647
24677
  all %## will be decoded (plus character ‘+’ will be decoded to a space character)
24648
24678
  if you need to use the “%” character for your keyword, please specify it as “%25”;
24649
24679
  if you need to use the “+” character for your keyword, please specify it as “%2B”
24680
+ if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’ the charge per task will be multiplied by 5
24650
24681
  learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article */
24651
24682
  keyword?: string;
24652
24683
  /** task priority
@@ -24772,6 +24803,7 @@ you can specify up to 700 characters in the keyword field
24772
24803
  all %## will be decoded (plus character ‘+’ will be decoded to a space character)
24773
24804
  if you need to use the “%” character for your keyword, please specify it as “%25”;
24774
24805
  if you need to use the “+” character for your keyword, please specify it as “%2B”
24806
+ if this field contains such parameters as ‘allinanchor:’, ‘allintext:’, ‘allintitle:’, ‘allinurl:’, ‘define:’, ‘filetype:’, ‘id:’, ‘inanchor:’, ‘info:’, ‘intext:’, ‘intitle:’, ‘inurl:’, ‘link:’, ‘related:’, ‘site:’ the charge per task will be multiplied by 5
24775
24807
  learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article */
24776
24808
  keyword?: string;
24777
24809
  /** task priority
@@ -36406,7 +36438,7 @@ optional field
36406
36438
  you can add several filters at once (8 filters maximum)
36407
36439
  you should set a logical operator and, or between the conditions
36408
36440
  the following operators are supported:
36409
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like
36441
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, match, not_match, ilike, not_ilike, like, not_like
36410
36442
  you can use the % operator with like and not_like, as well as ilike and not_ilike to match any string of zero or more characters
36411
36443
  note that you can not filter the results by relevance
36412
36444
  example:
@@ -36531,7 +36563,7 @@ optional field
36531
36563
  you can add several filters at once (8 filters maximum)
36532
36564
  you should set a logical operator and, or between the conditions
36533
36565
  the following operators are supported:
36534
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like
36566
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, match, not_match, ilike, not_ilike, like, not_like
36535
36567
  you can use the % operator with like and not_like, as well as ilike and not_ilike to match any string of zero or more characters
36536
36568
  note that you can not filter the results by relevance
36537
36569
  example:
@@ -36589,7 +36621,7 @@ export interface IMonthlySearches {
36589
36621
  search_volume?: number | undefined;
36590
36622
  [key: string]: any;
36591
36623
  }
36592
- export declare class SearchVolumeTrendInfo implements ISearchVolumeTrendInfo {
36624
+ export declare class SearchVolumeTrend implements ISearchVolumeTrend {
36593
36625
  /** search volume change in percent compared to the previous month */
36594
36626
  monthly?: number | undefined;
36595
36627
  /** search volume change in percent compared to the previous quarter */
@@ -36597,12 +36629,12 @@ export declare class SearchVolumeTrendInfo implements ISearchVolumeTrendInfo {
36597
36629
  /** search volume change in percent compared to the previous year */
36598
36630
  yearly?: number | undefined;
36599
36631
  [key: string]: any;
36600
- constructor(data?: ISearchVolumeTrendInfo);
36632
+ constructor(data?: ISearchVolumeTrend);
36601
36633
  init(_data?: any): void;
36602
- static fromJS(data: any): SearchVolumeTrendInfo;
36634
+ static fromJS(data: any): SearchVolumeTrend;
36603
36635
  toJSON(data?: any): any;
36604
36636
  }
36605
- export interface ISearchVolumeTrendInfo {
36637
+ export interface ISearchVolumeTrend {
36606
36638
  /** search volume change in percent compared to the previous month */
36607
36639
  monthly?: number | undefined;
36608
36640
  /** search volume change in percent compared to the previous quarter */
@@ -36648,8 +36680,9 @@ you can download the full list of possible categories */
36648
36680
  /** monthly searches
36649
36681
  represents the (approximate) number of searches on this keyword idea (as available for the past twelve months), targeted to the specified geographic locations */
36650
36682
  monthly_searches?: (MonthlySearches | undefined)[] | undefined;
36651
- /** search volume trend changes\nrepresents search volume change in percent compared to the previous period */
36652
- search_volume_trend?: SearchVolumeTrendInfo | undefined;
36683
+ /** search volume trend changes
36684
+ represents search volume change in percent compared to the previous period */
36685
+ search_volume_trend?: SearchVolumeTrend | undefined;
36653
36686
  [key: string]: any;
36654
36687
  constructor(data?: IKeywordInfo);
36655
36688
  init(_data?: any): void;
@@ -36693,8 +36726,9 @@ you can download the full list of possible categories */
36693
36726
  /** monthly searches
36694
36727
  represents the (approximate) number of searches on this keyword idea (as available for the past twelve months), targeted to the specified geographic locations */
36695
36728
  monthly_searches?: (MonthlySearches | undefined)[] | undefined;
36696
- /** search volume trend changes\nrepresents search volume change in percent compared to the previous period */
36697
- search_volume_trend?: SearchVolumeTrendInfo | undefined;
36729
+ /** search volume trend changes
36730
+ represents search volume change in percent compared to the previous period */
36731
+ search_volume_trend?: SearchVolumeTrend | undefined;
36698
36732
  [key: string]: any;
36699
36733
  }
36700
36734
  export declare class KeywordInfoNormalizedWithInfo implements IKeywordInfoNormalizedWithInfo {
@@ -36703,6 +36737,9 @@ in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00” */
36703
36737
  last_updated_time?: string | undefined;
36704
36738
  /** monthly average clickstream search volume rate */
36705
36739
  search_volume?: number | undefined;
36740
+ /** keyword info is normalized
36741
+ if true, values are normalized with Bing data */
36742
+ is_normalized?: boolean | undefined;
36706
36743
  /** monthly clickstream search volume rates
36707
36744
  array of objects with clickstream search volume rates in a certain month of a year */
36708
36745
  monthly_searches?: (MonthlySearches | undefined)[] | undefined;
@@ -36718,6 +36755,9 @@ in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00” */
36718
36755
  last_updated_time?: string | undefined;
36719
36756
  /** monthly average clickstream search volume rate */
36720
36757
  search_volume?: number | undefined;
36758
+ /** keyword info is normalized
36759
+ if true, values are normalized with Bing data */
36760
+ is_normalized?: boolean | undefined;
36721
36761
  /** monthly clickstream search volume rates
36722
36762
  array of objects with clickstream search volume rates in a certain month of a year */
36723
36763
  monthly_searches?: (MonthlySearches | undefined)[] | undefined;
@@ -37308,7 +37348,7 @@ optional field
37308
37348
  you can add several filters at once (8 filters maximum)
37309
37349
  you should set a logical operator and, or between the conditions
37310
37350
  the following operators are supported:
37311
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like,not_like
37351
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, match, not_match, ilike, not_ilike, like,not_like
37312
37352
  you can use the % operator with like and not_like, as well as ilike and not_ilike to match any string of zero or more characters
37313
37353
  example:
37314
37354
  ["keyword_data.keyword_info.search_volume",">",0]
@@ -37445,7 +37485,7 @@ optional field
37445
37485
  you can add several filters at once (8 filters maximum)
37446
37486
  you should set a logical operator and, or between the conditions
37447
37487
  the following operators are supported:
37448
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like,not_like
37488
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, match, not_match, ilike, not_ilike, like,not_like
37449
37489
  you can use the % operator with like and not_like, as well as ilike and not_ilike to match any string of zero or more characters
37450
37490
  example:
37451
37491
  ["keyword_data.keyword_info.search_volume",">",0]
@@ -37528,9 +37568,7 @@ export declare class DataforseoLabsGoogleRelatedKeywordsLiveResultInfo implement
37528
37568
  seed_keyword?: string | undefined;
37529
37569
  /** keyword data for the seed keyword
37530
37570
  fields in the array are identical to that of keyword_data */
37531
- seed_keyword_data?: {
37532
- [key: string]: string;
37533
- } | undefined;
37571
+ seed_keyword_data?: KeywordDataInfo | undefined;
37534
37572
  /** location code in a POST array */
37535
37573
  location_code?: number | undefined;
37536
37574
  /** language code in a POST array */
@@ -37554,9 +37592,7 @@ export interface IDataforseoLabsGoogleRelatedKeywordsLiveResultInfo {
37554
37592
  seed_keyword?: string | undefined;
37555
37593
  /** keyword data for the seed keyword
37556
37594
  fields in the array are identical to that of keyword_data */
37557
- seed_keyword_data?: {
37558
- [key: string]: string;
37559
- } | undefined;
37595
+ seed_keyword_data?: KeywordDataInfo | undefined;
37560
37596
  /** location code in a POST array */
37561
37597
  location_code?: number | undefined;
37562
37598
  /** language code in a POST array */
@@ -37672,7 +37708,7 @@ optional field
37672
37708
  you can add several filters at once (8 filters maximum)
37673
37709
  you should set a logical operator and, or between the conditions
37674
37710
  the following operators are supported:
37675
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like
37711
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, match, not_match, ilike, not_ilike, like, not_like
37676
37712
  you can use the % operator with like and not_like, as well as ilike and not_ilike to match any string of zero or more characters
37677
37713
  example:
37678
37714
  ["keyword_info.search_volume",">",0]
@@ -37806,7 +37842,7 @@ optional field
37806
37842
  you can add several filters at once (8 filters maximum)
37807
37843
  you should set a logical operator and, or between the conditions
37808
37844
  the following operators are supported:
37809
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like
37845
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, match, not_match, ilike, not_ilike, like, not_like
37810
37846
  you can use the % operator with like and not_like, as well as ilike and not_ilike to match any string of zero or more characters
37811
37847
  example:
37812
37848
  ["keyword_info.search_volume",">",0]
@@ -37868,12 +37904,12 @@ export declare class DataforseoLabsGoogleKeywordSuggestionsLiveResultInfo implem
37868
37904
  seed_keyword?: string | undefined;
37869
37905
  /** keyword data for the seed keyword
37870
37906
  fields in this object are identical to those of the items array */
37871
- seed_keyword_data?: {
37872
- [key: string]: string;
37873
- } | undefined;
37874
- /** location code in a POST array */
37907
+ seed_keyword_data?: KeywordDataInfo | undefined;
37908
+ /** location code in a POST array
37909
+ if there is no data, then the value is null */
37875
37910
  location_code?: number | undefined;
37876
- /** language code in a POST array */
37911
+ /** language code in a POST array
37912
+ if there is no data, then the value is null */
37877
37913
  language_code?: string | undefined;
37878
37914
  /** total amount of results in our database relevant to your request */
37879
37915
  total_count?: number | undefined;
@@ -37900,12 +37936,12 @@ export interface IDataforseoLabsGoogleKeywordSuggestionsLiveResultInfo {
37900
37936
  seed_keyword?: string | undefined;
37901
37937
  /** keyword data for the seed keyword
37902
37938
  fields in this object are identical to those of the items array */
37903
- seed_keyword_data?: {
37904
- [key: string]: string;
37905
- } | undefined;
37906
- /** location code in a POST array */
37939
+ seed_keyword_data?: KeywordDataInfo | undefined;
37940
+ /** location code in a POST array
37941
+ if there is no data, then the value is null */
37907
37942
  location_code?: number | undefined;
37908
- /** language code in a POST array */
37943
+ /** language code in a POST array
37944
+ if there is no data, then the value is null */
37909
37945
  language_code?: string | undefined;
37910
37946
  /** total amount of results in our database relevant to your request */
37911
37947
  total_count?: number | undefined;
@@ -38037,7 +38073,7 @@ optional field
38037
38073
  you can add several filters at once (8 filters maximum)
38038
38074
  you should set a logical operator and, or between the conditions
38039
38075
  the following operators are supported:
38040
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like
38076
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, match, not_match, ilike, not_ilike, like, not_like
38041
38077
  you can use the % operator with like and not_like,as well as ilike, not_ilike to match any string of zero or more characters
38042
38078
  note that you can not filter the results by relevance
38043
38079
  example:
@@ -38169,7 +38205,7 @@ optional field
38169
38205
  you can add several filters at once (8 filters maximum)
38170
38206
  you should set a logical operator and, or between the conditions
38171
38207
  the following operators are supported:
38172
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like
38208
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, match, not_match, ilike, not_ilike, like, not_like
38173
38209
  you can use the % operator with like and not_like,as well as ilike, not_ilike to match any string of zero or more characters
38174
38210
  note that you can not filter the results by relevance
38175
38211
  example:
@@ -38778,6 +38814,7 @@ Malay, ms,
38778
38814
  Norwegian(Bokmål), nb,
38779
38815
  Polish, pl,
38780
38816
  Portuguese, pt,
38817
+ Romanian, ro,
38781
38818
  Russian, ru,
38782
38819
  Spanish, es,
38783
38820
  Swedish, sv,
@@ -38837,6 +38874,7 @@ Malay, ms,
38837
38874
  Norwegian(Bokmål), nb,
38838
38875
  Polish, pl,
38839
38876
  Portuguese, pt,
38877
+ Romanian, ro,
38840
38878
  Russian, ru,
38841
38879
  Spanish, es,
38842
38880
  Swedish, sv,
@@ -39693,7 +39731,7 @@ optional field
39693
39731
  you can add several filters at once (8 filters maximum)
39694
39732
  you should set a logical operator and, or between the conditions
39695
39733
  the following operators are supported:
39696
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like
39734
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, match, not_match, ilike, not_ilike, like, not_like
39697
39735
  you can use the % operator with like and not_like,as well as ilike, not_ilike to match any string of zero or more characters
39698
39736
  example:
39699
39737
  ["keyword_info.search_volume",">",0]
@@ -39819,7 +39857,7 @@ optional field
39819
39857
  you can add several filters at once (8 filters maximum)
39820
39858
  you should set a logical operator and, or between the conditions
39821
39859
  the following operators are supported:
39822
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like
39860
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, match, not_match, ilike, not_ilike, like, not_like
39823
39861
  you can use the % operator with like and not_like,as well as ilike, not_ilike to match any string of zero or more characters
39824
39862
  example:
39825
39863
  ["keyword_info.search_volume",">",0]
@@ -40047,7 +40085,7 @@ optional field
40047
40085
  you can add several filters at once (8 filters maximum);
40048
40086
  you should set a logical operator and, or between the conditions
40049
40087
  the following operators are supported:
40050
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like;
40088
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, match, not_match, ilike, not_ilike, like, not_like;
40051
40089
  you can use the % operator with like and not_like, as well as ilike and not_ilike to match any string of zero or more characters;
40052
40090
  example:
40053
40091
  ["metrics_history.202110.organic.pos_1", ">", 15];
@@ -40192,7 +40230,7 @@ optional field
40192
40230
  you can add several filters at once (8 filters maximum);
40193
40231
  you should set a logical operator and, or between the conditions
40194
40232
  the following operators are supported:
40195
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like;
40233
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, match, not_match, ilike, not_ilike, like, not_like;
40196
40234
  you can use the % operator with like and not_like, as well as ilike and not_ilike to match any string of zero or more characters;
40197
40235
  example:
40198
40236
  ["metrics_history.202110.organic.pos_1", ">", 15];
@@ -40410,7 +40448,7 @@ optional field
40410
40448
  you can add several filters at once (8 filters maximum)
40411
40449
  you should set a logical operator and, or between the conditions
40412
40450
  the following operators are supported:
40413
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like,not_like
40451
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, match, not_match, ilike, not_ilike, like,not_like
40414
40452
  you can use the % operator with like and not_like,as well as ilike and not_ilike to match any string of zero or more characters
40415
40453
  example:
40416
40454
  ["keyword_info.search_volume",">",0]
@@ -40526,7 +40564,7 @@ optional field
40526
40564
  you can add several filters at once (8 filters maximum)
40527
40565
  you should set a logical operator and, or between the conditions
40528
40566
  the following operators are supported:
40529
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like,not_like
40567
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, match, not_match, ilike, not_ilike, like,not_like
40530
40568
  you can use the % operator with like and not_like,as well as ilike and not_ilike to match any string of zero or more characters
40531
40569
  example:
40532
40570
  ["keyword_info.search_volume",">",0]
@@ -41018,7 +41056,7 @@ optional field
41018
41056
  you can add several filters at once (8 filters maximum)
41019
41057
  you should set a logical operator and, or between the conditions
41020
41058
  the following operators are supported:
41021
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like
41059
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, match, not_match, ilike, not_ilike, like, not_like
41022
41060
  you can use the % operator with like and not_like, as well as ilike and not_ilike to match any string of zero or more characters
41023
41061
  example:
41024
41062
  ["ranked_serp_element.serp_item.rank_group","<=",10]
@@ -41028,7 +41066,7 @@ example:
41028
41066
  [["keyword_data.keyword_info.search_volume","<>",0],
41029
41067
  "and",
41030
41068
  [["ranked_serp_element.serp_item.type","<>","paid"],"or",["ranked_serp_element.serp_item.is_malicious","=",false]]]
41031
- if you want to get the keywords a particular webpage ranks for, specify the filter by the ranked_serp_element.serp_item.relative_url parameter
41069
+ if you want to get the keywords a particular webpage ranks for, you can use a target field or filter by the ranked_serp_element.serp_item.relative_url parameter
41032
41070
  example:
41033
41071
  ["ranked_serp_element.serp_item.relative_url", "=", "/apis/rank-tracker-api"]
41034
41072
  for more information about filters, please refer to Dataforseo Labs – Filters or this help center guide */
@@ -41154,7 +41192,7 @@ optional field
41154
41192
  you can add several filters at once (8 filters maximum)
41155
41193
  you should set a logical operator and, or between the conditions
41156
41194
  the following operators are supported:
41157
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like
41195
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, match, not_match, ilike, not_ilike, like, not_like
41158
41196
  you can use the % operator with like and not_like, as well as ilike and not_ilike to match any string of zero or more characters
41159
41197
  example:
41160
41198
  ["ranked_serp_element.serp_item.rank_group","<=",10]
@@ -41164,7 +41202,7 @@ example:
41164
41202
  [["keyword_data.keyword_info.search_volume","<>",0],
41165
41203
  "and",
41166
41204
  [["ranked_serp_element.serp_item.type","<>","paid"],"or",["ranked_serp_element.serp_item.is_malicious","=",false]]]
41167
- if you want to get the keywords a particular webpage ranks for, specify the filter by the ranked_serp_element.serp_item.relative_url parameter
41205
+ if you want to get the keywords a particular webpage ranks for, you can use a target field or filter by the ranked_serp_element.serp_item.relative_url parameter
41168
41206
  example:
41169
41207
  ["ranked_serp_element.serp_item.relative_url", "=", "/apis/rank-tracker-api"]
41170
41208
  for more information about filters, please refer to Dataforseo Labs – Filters or this help center guide */
@@ -41672,7 +41710,7 @@ optional field
41672
41710
  you can add several filters at once (8 filters maximum)
41673
41711
  you should set a logical operator and, or between the conditions
41674
41712
  the following operators are supported:
41675
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like
41713
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, match, not_match, ilike, not_ilike, like, not_like
41676
41714
  you can use the % operator with like and not_like, as well as ilike and not_ilike to match any string of zero or more characters
41677
41715
  example:
41678
41716
  ["median_position","in",[1,10]]
@@ -41779,7 +41817,7 @@ optional field
41779
41817
  you can add several filters at once (8 filters maximum)
41780
41818
  you should set a logical operator and, or between the conditions
41781
41819
  the following operators are supported:
41782
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like
41820
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, match, not_match, ilike, not_ilike, like, not_like
41783
41821
  you can use the % operator with like and not_like, as well as ilike and not_ilike to match any string of zero or more characters
41784
41822
  example:
41785
41823
  ["median_position","in",[1,10]]
@@ -42093,6 +42131,11 @@ to improve the accuracy of the result, you can specify domains that are known to
42093
42131
  if you use this array, metrics in the result will be based on SERPs where both target website and intersecting_domains appear;
42094
42132
  Note: you can specify up to 20 domains in this array */
42095
42133
  intersecting_domains?: string[] | undefined;
42134
+ /** ignore highly similar keywords
42135
+ optional field
42136
+ if set to true, only core keywords will be returned, all highly similar keywords will be excluded;
42137
+ default value: false */
42138
+ ignore_synonyms?: boolean | undefined;
42096
42139
  /** user-defined task identifier
42097
42140
  optional field
42098
42141
  the character limit is 255
@@ -42233,6 +42276,11 @@ to improve the accuracy of the result, you can specify domains that are known to
42233
42276
  if you use this array, metrics in the result will be based on SERPs where both target website and intersecting_domains appear;
42234
42277
  Note: you can specify up to 20 domains in this array */
42235
42278
  intersecting_domains?: string[] | undefined;
42279
+ /** ignore highly similar keywords
42280
+ optional field
42281
+ if set to true, only core keywords will be returned, all highly similar keywords will be excluded;
42282
+ default value: false */
42283
+ ignore_synonyms?: boolean | undefined;
42236
42284
  /** user-defined task identifier
42237
42285
  optional field
42238
42286
  the character limit is 255
@@ -42465,7 +42513,7 @@ optional field
42465
42513
  you can add several filters at once (8 filters maximum)
42466
42514
  you should set a logical operator and, or between the conditions
42467
42515
  the following operators are supported:
42468
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like
42516
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, match, not_match, ilike, not_ilike, like, not_like
42469
42517
  you can use the % operator with like and not_like, as well as ilike and not_ilike to match any string of zero or more characters
42470
42518
  example:
42471
42519
  ["keyword_data.keyword_info.search_volume","in",[100,1000]]
@@ -42591,7 +42639,7 @@ optional field
42591
42639
  you can add several filters at once (8 filters maximum)
42592
42640
  you should set a logical operator and, or between the conditions
42593
42641
  the following operators are supported:
42594
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like
42642
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, match, not_match, ilike, not_ilike, like, not_like
42595
42643
  you can use the % operator with like and not_like, as well as ilike and not_ilike to match any string of zero or more characters
42596
42644
  example:
42597
42645
  ["keyword_data.keyword_info.search_volume","in",[100,1000]]
@@ -42794,6 +42842,11 @@ lost — return metrics for SERPs in which the specified target had previously h
42794
42842
  all — return metrics for both types of SERPs.
42795
42843
  default value: live */
42796
42844
  historical_serp_mode?: string | undefined;
42845
+ /** ignore highly similar keywords
42846
+ optional field
42847
+ if set to true, only core keywords will be returned, all highly similar keywords will be excluded;
42848
+ default value: false */
42849
+ ignore_synonyms?: boolean | undefined;
42797
42850
  /** array of results filtering parameters
42798
42851
  optional field
42799
42852
  you can add several filters at once (8 filters maximum)
@@ -42914,6 +42967,11 @@ lost — return metrics for SERPs in which the specified target had previously h
42914
42967
  all — return metrics for both types of SERPs.
42915
42968
  default value: live */
42916
42969
  historical_serp_mode?: string | undefined;
42970
+ /** ignore highly similar keywords
42971
+ optional field
42972
+ if set to true, only core keywords will be returned, all highly similar keywords will be excluded;
42973
+ default value: false */
42974
+ ignore_synonyms?: boolean | undefined;
42917
42975
  /** array of results filtering parameters
42918
42976
  optional field
42919
42977
  you can add several filters at once (8 filters maximum)
@@ -43132,6 +43190,11 @@ lost — return metrics for SERPs in which the specified target had previously h
43132
43190
  all — return metrics for both types of SERPs.
43133
43191
  default value: live */
43134
43192
  historical_serp_mode?: string | undefined;
43193
+ /** ignore highly similar keywords
43194
+ optional field
43195
+ if set to true, only core keywords will be returned, all highly similar keywords will be excluded;
43196
+ default value: false */
43197
+ ignore_synonyms?: boolean | undefined;
43135
43198
  /** array of results filtering parameters
43136
43199
  optional field
43137
43200
  you can add several filters at once (8 filters maximum)
@@ -43252,6 +43315,11 @@ lost — return metrics for SERPs in which the specified target had previously h
43252
43315
  all — return metrics for both types of SERPs.
43253
43316
  default value: live */
43254
43317
  historical_serp_mode?: string | undefined;
43318
+ /** ignore highly similar keywords
43319
+ optional field
43320
+ if set to true, only core keywords will be returned, all highly similar keywords will be excluded;
43321
+ default value: false */
43322
+ ignore_synonyms?: boolean | undefined;
43255
43323
  /** array of results filtering parameters
43256
43324
  optional field
43257
43325
  you can add several filters at once (8 filters maximum)
@@ -43757,6 +43825,32 @@ export interface IPeopleAlsoAskDataforseoLabsSerpElementItem extends IBaseDatafo
43757
43825
  items?: (PeopleAlsoAskElement | undefined)[] | undefined;
43758
43826
  [key: string]: any;
43759
43827
  }
43828
+ export declare class TwitterDataforseoLabsSerpElementItem extends BaseDataforseoLabsSerpElementItem implements ITwitterDataforseoLabsSerpElementItem {
43829
+ /** search engine type */
43830
+ se_type?: string | undefined;
43831
+ /** title of the result in SERP */
43832
+ title?: string | undefined;
43833
+ /** relevant URL of the Ad element in SERP */
43834
+ url?: string | undefined;
43835
+ /** elements of search results found in SERP */
43836
+ items?: (TwitterElement | undefined)[] | undefined;
43837
+ [key: string]: any;
43838
+ constructor(data?: ITwitterDataforseoLabsSerpElementItem);
43839
+ init(_data?: any): void;
43840
+ static fromJS(data: any): TwitterDataforseoLabsSerpElementItem;
43841
+ toJSON(data?: any): any;
43842
+ }
43843
+ export interface ITwitterDataforseoLabsSerpElementItem extends IBaseDataforseoLabsSerpElementItem {
43844
+ /** search engine type */
43845
+ se_type?: string | undefined;
43846
+ /** title of the result in SERP */
43847
+ title?: string | undefined;
43848
+ /** relevant URL of the Ad element in SERP */
43849
+ url?: string | undefined;
43850
+ /** elements of search results found in SERP */
43851
+ items?: (TwitterElement | undefined)[] | undefined;
43852
+ [key: string]: any;
43853
+ }
43760
43854
  export declare class RelatedSearchesDataforseoLabsSerpElementItem extends BaseDataforseoLabsSerpElementItem implements IRelatedSearchesDataforseoLabsSerpElementItem {
43761
43855
  /** search engine type */
43762
43856
  se_type?: string | undefined;
@@ -44025,32 +44119,6 @@ learn more about how the metric is calculated in this help center article https:
44025
44119
  clickstream_etv?: number | undefined;
44026
44120
  [key: string]: any;
44027
44121
  }
44028
- export declare class TwitterDataforseoLabsSerpElementItem extends BaseDataforseoLabsSerpElementItem implements ITwitterDataforseoLabsSerpElementItem {
44029
- /** search engine type */
44030
- se_type?: string | undefined;
44031
- /** title of the result in SERP */
44032
- title?: string | undefined;
44033
- /** relevant URL of the Ad element in SERP */
44034
- url?: string | undefined;
44035
- /** elements of search results found in SERP */
44036
- items?: (TwitterElement | undefined)[] | undefined;
44037
- [key: string]: any;
44038
- constructor(data?: ITwitterDataforseoLabsSerpElementItem);
44039
- init(_data?: any): void;
44040
- static fromJS(data: any): TwitterDataforseoLabsSerpElementItem;
44041
- toJSON(data?: any): any;
44042
- }
44043
- export interface ITwitterDataforseoLabsSerpElementItem extends IBaseDataforseoLabsSerpElementItem {
44044
- /** search engine type */
44045
- se_type?: string | undefined;
44046
- /** title of the result in SERP */
44047
- title?: string | undefined;
44048
- /** relevant URL of the Ad element in SERP */
44049
- url?: string | undefined;
44050
- /** elements of search results found in SERP */
44051
- items?: (TwitterElement | undefined)[] | undefined;
44052
- [key: string]: any;
44053
- }
44054
44122
  export declare class VideoDataforseoLabsSerpElementItem extends BaseDataforseoLabsSerpElementItem implements IVideoDataforseoLabsSerpElementItem {
44055
44123
  /** search engine type */
44056
44124
  se_type?: string | undefined;
@@ -44101,6 +44169,28 @@ if there are none, equals null */
44101
44169
  related_image_searches?: RelatedImageSearchesElement | undefined;
44102
44170
  [key: string]: any;
44103
44171
  }
44172
+ export declare class PeopleAlsoSearchDataforseoLabsSerpElementItem extends BaseDataforseoLabsSerpElementItem implements IPeopleAlsoSearchDataforseoLabsSerpElementItem {
44173
+ /** search engine type */
44174
+ se_type?: string | undefined;
44175
+ /** title of the result in SERP */
44176
+ title?: string | undefined;
44177
+ /** elements of search results found in SERP */
44178
+ items?: (string | undefined)[] | undefined;
44179
+ [key: string]: any;
44180
+ constructor(data?: IPeopleAlsoSearchDataforseoLabsSerpElementItem);
44181
+ init(_data?: any): void;
44182
+ static fromJS(data: any): PeopleAlsoSearchDataforseoLabsSerpElementItem;
44183
+ toJSON(data?: any): any;
44184
+ }
44185
+ export interface IPeopleAlsoSearchDataforseoLabsSerpElementItem extends IBaseDataforseoLabsSerpElementItem {
44186
+ /** search engine type */
44187
+ se_type?: string | undefined;
44188
+ /** title of the result in SERP */
44189
+ title?: string | undefined;
44190
+ /** elements of search results found in SERP */
44191
+ items?: (string | undefined)[] | undefined;
44192
+ [key: string]: any;
44193
+ }
44104
44194
  export declare class DataforseoLabsGoogleHistoricalSerpsLiveResultInfo implements IDataforseoLabsGoogleHistoricalSerpsLiveResultInfo {
44105
44195
  /** search engine type */
44106
44196
  se_type?: string | undefined;
@@ -44261,24 +44351,6 @@ if there are none, equals null */
44261
44351
  links?: (LinkElement | undefined)[] | undefined;
44262
44352
  [key: string]: any;
44263
44353
  }
44264
- export declare class PeopleAlsoSearchDataforseoLabsSerpElementItem extends BaseDataforseoLabsSerpElementItem implements IPeopleAlsoSearchDataforseoLabsSerpElementItem {
44265
- /** title of the result in SERP */
44266
- title?: string | undefined;
44267
- /** elements of search results found in SERP */
44268
- items?: (string | undefined)[] | undefined;
44269
- [key: string]: any;
44270
- constructor(data?: IPeopleAlsoSearchDataforseoLabsSerpElementItem);
44271
- init(_data?: any): void;
44272
- static fromJS(data: any): PeopleAlsoSearchDataforseoLabsSerpElementItem;
44273
- toJSON(data?: any): any;
44274
- }
44275
- export interface IPeopleAlsoSearchDataforseoLabsSerpElementItem extends IBaseDataforseoLabsSerpElementItem {
44276
- /** title of the result in SERP */
44277
- title?: string | undefined;
44278
- /** elements of search results found in SERP */
44279
- items?: (string | undefined)[] | undefined;
44280
- [key: string]: any;
44281
- }
44282
44354
  export declare class MapDataforseoLabsSerpElementItem extends BaseDataforseoLabsSerpElementItem implements IMapDataforseoLabsSerpElementItem {
44283
44355
  /** title of the result in SERP */
44284
44356
  title?: string | undefined;
@@ -44421,10 +44493,6 @@ calculated as the product of click-through-rate and clickstream search volume va
44421
44493
  to retrieve results for this field, the parameter include_clickstream_data must be set to true
44422
44494
  learn more about how the metric is calculated in this help center article https://dataforseo.com/help-center/whats-clickstream-estimated-traffic-volume-and-how-is-it-calculated */
44423
44495
  clickstream_etv?: number | undefined;
44424
- /** search engine type */
44425
- se_type?: string | undefined;
44426
- backlinks_info?: BacklinksInfo | undefined;
44427
- rank_info?: RankInfo | undefined;
44428
44496
  [key: string]: any;
44429
44497
  constructor(data?: ILocalPackDataforseoLabsSerpElementItem);
44430
44498
  init(_data?: any): void;
@@ -44475,10 +44543,6 @@ calculated as the product of click-through-rate and clickstream search volume va
44475
44543
  to retrieve results for this field, the parameter include_clickstream_data must be set to true
44476
44544
  learn more about how the metric is calculated in this help center article https://dataforseo.com/help-center/whats-clickstream-estimated-traffic-volume-and-how-is-it-calculated */
44477
44545
  clickstream_etv?: number | undefined;
44478
- /** search engine type */
44479
- se_type?: string | undefined;
44480
- backlinks_info?: BacklinksInfo | undefined;
44481
- rank_info?: RankInfo | undefined;
44482
44546
  [key: string]: any;
44483
44547
  }
44484
44548
  export declare class HotelsPackDataforseoLabsSerpElementItem extends BaseDataforseoLabsSerpElementItem implements IHotelsPackDataforseoLabsSerpElementItem {
@@ -45539,7 +45603,7 @@ optional field
45539
45603
  you can add several filters at once (8 filters maximum)
45540
45604
  you should set a logical operator and, or between the conditions
45541
45605
  the following operators are supported:
45542
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like
45606
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like, match, not_match
45543
45607
  you can use the % operator with like and not_like, as well as ilike and not_ilike to match any string of zero or more characters
45544
45608
  note that if you want to filter by any field in the intersection_result array you need to specify the number of corresponding page
45545
45609
  for instance, if you want to filter results by the ranking of the first specified URL, you should set the following filter:
@@ -45704,7 +45768,7 @@ optional field
45704
45768
  you can add several filters at once (8 filters maximum)
45705
45769
  you should set a logical operator and, or between the conditions
45706
45770
  the following operators are supported:
45707
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like
45771
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like, match, not_match
45708
45772
  you can use the % operator with like and not_like, as well as ilike and not_ilike to match any string of zero or more characters
45709
45773
  note that if you want to filter by any field in the intersection_result array you need to specify the number of corresponding page
45710
45774
  for instance, if you want to filter results by the ranking of the first specified URL, you should set the following filter:
@@ -45896,6 +45960,11 @@ possible values:
45896
45960
  default value:
45897
45961
  ["organic", "paid"] */
45898
45962
  item_types?: string[] | undefined;
45963
+ /** ignore highly similar keywords
45964
+ optional field
45965
+ if set to true, only core keywords will be returned, all highly similar keywords will be excluded;
45966
+ default value: false */
45967
+ ignore_synonyms?: boolean | undefined;
45899
45968
  /** user-defined task identifier
45900
45969
  optional field
45901
45970
  the character limit is 255
@@ -45957,6 +46026,11 @@ possible values:
45957
46026
  default value:
45958
46027
  ["organic", "paid"] */
45959
46028
  item_types?: string[] | undefined;
46029
+ /** ignore highly similar keywords
46030
+ optional field
46031
+ if set to true, only core keywords will be returned, all highly similar keywords will be excluded;
46032
+ default value: false */
46033
+ ignore_synonyms?: boolean | undefined;
45960
46034
  /** user-defined task identifier
45961
46035
  optional field
45962
46036
  the character limit is 255
@@ -46145,7 +46219,7 @@ example:
46145
46219
  date_to?: string | undefined;
46146
46220
  /** ignore highly similar keywords
46147
46221
  optional field
46148
- if set to true only core keywords will be returned, all highly similar keywords will be excluded;
46222
+ if set to true, only core keywords will be returned, all highly similar keywords will be excluded;
46149
46223
  default value: false */
46150
46224
  ignore_synonyms?: boolean | undefined;
46151
46225
  /** display results by item type
@@ -46223,7 +46297,7 @@ example:
46223
46297
  date_to?: string | undefined;
46224
46298
  /** ignore highly similar keywords
46225
46299
  optional field
46226
- if set to true only core keywords will be returned, all highly similar keywords will be excluded;
46300
+ if set to true, only core keywords will be returned, all highly similar keywords will be excluded;
46227
46301
  default value: false */
46228
46302
  ignore_synonyms?: boolean | undefined;
46229
46303
  /** display results by item type
@@ -46932,7 +47006,7 @@ optional field
46932
47006
  you can add several filters at once (8 filters maximum)
46933
47007
  you should set a logical operator and, or between the conditions
46934
47008
  the following operators are supported:
46935
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, like, not_like
47009
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, like, not_like, match, not_match
46936
47010
  you can use the % operator with like and not_like to match any string of zero or more characters
46937
47011
  example:
46938
47012
  ["keyword_data.keyword_info.search_volume","in",[100,1000]];
@@ -47022,7 +47096,7 @@ optional field
47022
47096
  you can add several filters at once (8 filters maximum)
47023
47097
  you should set a logical operator and, or between the conditions
47024
47098
  the following operators are supported:
47025
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, like, not_like
47099
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, like, not_like, match, not_match
47026
47100
  you can use the % operator with like and not_like to match any string of zero or more characters
47027
47101
  example:
47028
47102
  ["keyword_data.keyword_info.search_volume","in",[100,1000]];
@@ -47615,7 +47689,7 @@ optional field
47615
47689
  you can add several filters at once (8 filters maximum)
47616
47690
  you should set a logical operator and, or between the conditions
47617
47691
  the following operators are supported:
47618
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like
47692
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like, match, not_match
47619
47693
  you can use the % operator with like and not_like, as well as ilike and not_ilike to match any string of zero or more characters
47620
47694
  example:
47621
47695
  ["full_metrics.amazon_serp.pos_1",">", 20]
@@ -47700,7 +47774,7 @@ optional field
47700
47774
  you can add several filters at once (8 filters maximum)
47701
47775
  you should set a logical operator and, or between the conditions
47702
47776
  the following operators are supported:
47703
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like
47777
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like, match, not_match
47704
47778
  you can use the % operator with like and not_like, as well as ilike and not_ilike to match any string of zero or more characters
47705
47779
  example:
47706
47780
  ["full_metrics.amazon_serp.pos_1",">", 20]
@@ -47921,7 +47995,7 @@ optional field
47921
47995
  you can add several filters at once (8 filters maximum)
47922
47996
  you should set a logical operator and, or between the conditions
47923
47997
  the following operators are supported:
47924
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like
47998
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like, match, not_match
47925
47999
  you can use the % operator with like and not_like, as well as ilike and not_ilike to match any string of zero or more characters
47926
48000
  example:
47927
48001
  ["avg_position","<", 10]
@@ -48020,7 +48094,7 @@ optional field
48020
48094
  you can add several filters at once (8 filters maximum)
48021
48095
  you should set a logical operator and, or between the conditions
48022
48096
  the following operators are supported:
48023
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like
48097
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like, match, not_match
48024
48098
  you can use the % operator with like and not_like, as well as ilike and not_ilike to match any string of zero or more characters
48025
48099
  example:
48026
48100
  ["avg_position","<", 10]
@@ -48364,6 +48438,11 @@ possible values:
48364
48438
  default value:
48365
48439
  ["organic", "paid"] */
48366
48440
  item_types?: string[] | undefined;
48441
+ /** ignore highly similar keywords
48442
+ optional field
48443
+ if set to true, only core keywords will be returned, all highly similar keywords will be excluded;
48444
+ default value: false */
48445
+ ignore_synonyms?: boolean | undefined;
48367
48446
  /** user-defined task identifier
48368
48447
  optional field
48369
48448
  the character limit is 255
@@ -48423,6 +48502,11 @@ possible values:
48423
48502
  default value:
48424
48503
  ["organic", "paid"] */
48425
48504
  item_types?: string[] | undefined;
48505
+ /** ignore highly similar keywords
48506
+ optional field
48507
+ if set to true, only core keywords will be returned, all highly similar keywords will be excluded;
48508
+ default value: false */
48509
+ ignore_synonyms?: boolean | undefined;
48426
48510
  /** user-defined task identifier
48427
48511
  optional field
48428
48512
  the character limit is 255
@@ -48620,6 +48704,11 @@ to improve the accuracy of the result, you can specify domains that are known to
48620
48704
  if you use this array, metrics in the result will be based on SERPs where both target website and intersecting_domains appear;
48621
48705
  Note: you can specify up to 20 domains in this array */
48622
48706
  intersecting_domains?: string[] | undefined;
48707
+ /** ignore highly similar keywords
48708
+ optional field
48709
+ if set to true, only core keywords will be returned, all highly similar keywords will be excluded;
48710
+ default value: false */
48711
+ ignore_synonyms?: boolean | undefined;
48623
48712
  /** user-defined task identifier
48624
48713
  optional field
48625
48714
  the character limit is 255
@@ -48755,6 +48844,11 @@ to improve the accuracy of the result, you can specify domains that are known to
48755
48844
  if you use this array, metrics in the result will be based on SERPs where both target website and intersecting_domains appear;
48756
48845
  Note: you can specify up to 20 domains in this array */
48757
48846
  intersecting_domains?: string[] | undefined;
48847
+ /** ignore highly similar keywords
48848
+ optional field
48849
+ if set to true, only core keywords will be returned, all highly similar keywords will be excluded;
48850
+ default value: false */
48851
+ ignore_synonyms?: boolean | undefined;
48758
48852
  /** user-defined task identifier
48759
48853
  optional field
48760
48854
  the character limit is 255
@@ -48910,7 +49004,7 @@ optional field
48910
49004
  you can add several filters at once (8 filters maximum)
48911
49005
  you should set a logical operator and, or between the conditions
48912
49006
  the following operators are supported:
48913
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like
49007
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like, match, not_match
48914
49008
  you can use the % operator with like and not_like, as well as ilike and not_ilike to match any string of zero or more characters
48915
49009
  example:
48916
49010
  ["keyword_data.keyword_info.search_volume","in",[100,1000]]
@@ -49031,7 +49125,7 @@ optional field
49031
49125
  you can add several filters at once (8 filters maximum)
49032
49126
  you should set a logical operator and, or between the conditions
49033
49127
  the following operators are supported:
49034
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like
49128
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like, match, not_match
49035
49129
  you can use the % operator with like and not_like, as well as ilike and not_ilike to match any string of zero or more characters
49036
49130
  example:
49037
49131
  ["keyword_data.keyword_info.search_volume","in",[100,1000]]
@@ -49452,7 +49546,7 @@ optional field
49452
49546
  you can add several filters at once (8 filters maximum)
49453
49547
  you should set a logical operator and, or between the conditions
49454
49548
  the following operators are supported:
49455
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like
49549
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like, match, not_match
49456
49550
  you can use the % operator with like and not_like, as well as ilike and not_ilike to match any string of zero or more characters
49457
49551
  note that if you want to filter by any field in the intersection_result array you need to specify the number of corresponding page
49458
49552
  for instance, if you want to filter results by the ranking of the first specified URL, you should set the following filter:
@@ -49612,7 +49706,7 @@ optional field
49612
49706
  you can add several filters at once (8 filters maximum)
49613
49707
  you should set a logical operator and, or between the conditions
49614
49708
  the following operators are supported:
49615
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like
49709
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like, match, not_match
49616
49710
  you can use the % operator with like and not_like, as well as ilike and not_ilike to match any string of zero or more characters
49617
49711
  note that if you want to filter by any field in the intersection_result array you need to specify the number of corresponding page
49618
49712
  for instance, if you want to filter results by the ranking of the first specified URL, you should set the following filter:
@@ -49817,7 +49911,7 @@ optional field
49817
49911
  you can add several filters at once (8 filters maximum)
49818
49912
  you should set a logical operator and, or between the conditions
49819
49913
  the following operators are supported:
49820
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like
49914
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like, match, not_match
49821
49915
  you can use the % operator with like and not_like, as well as ilike and not_ilike to match any string of zero or more characters
49822
49916
  example:
49823
49917
  ["ranked_serp_element.serp_item.rank_group","<=",10]
@@ -49948,7 +50042,7 @@ optional field
49948
50042
  you can add several filters at once (8 filters maximum)
49949
50043
  you should set a logical operator and, or between the conditions
49950
50044
  the following operators are supported:
49951
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like
50045
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like, match, not_match
49952
50046
  you can use the % operator with like and not_like, as well as ilike and not_ilike to match any string of zero or more characters
49953
50047
  example:
49954
50048
  ["ranked_serp_element.serp_item.rank_group","<=",10]
@@ -50157,7 +50251,7 @@ optional field
50157
50251
  you can add several filters at once (8 filters maximum)
50158
50252
  you should set a logical operator and, or between the conditions
50159
50253
  the following operators are supported:
50160
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like,not_like
50254
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like,not_like, match, not_match
50161
50255
  you can use the % operator with like and not_like, as well as ilike and not_ilike to match any string of zero or more characters
50162
50256
  example:
50163
50257
  ["keyword_data.keyword_info.search_volume",">",0]
@@ -50281,7 +50375,7 @@ optional field
50281
50375
  you can add several filters at once (8 filters maximum)
50282
50376
  you should set a logical operator and, or between the conditions
50283
50377
  the following operators are supported:
50284
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like,not_like
50378
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like,not_like, match, not_match
50285
50379
  you can use the % operator with like and not_like, as well as ilike and not_ilike to match any string of zero or more characters
50286
50380
  example:
50287
50381
  ["keyword_data.keyword_info.search_volume",">",0]
@@ -50465,12 +50559,17 @@ lost — return metrics for SERPs in which the specified target had previously h
50465
50559
  all — return metrics for both types of SERPs.
50466
50560
  default value: live */
50467
50561
  historical_serp_mode?: string | undefined;
50562
+ /** ignore highly similar keywords
50563
+ optional field
50564
+ if set to true, only core keywords will be returned, all highly similar keywords will be excluded;
50565
+ default value: false */
50566
+ ignore_synonyms?: boolean | undefined;
50468
50567
  /** array of results filtering parameters
50469
50568
  optional field
50470
50569
  you can add several filters at once (8 filters maximum)
50471
50570
  you should set a logical operator and, or between the conditions
50472
50571
  the following operators are supported:
50473
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in
50572
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, match, not_match
50474
50573
  example:
50475
50574
  ["metrics.paid.count",">",0]
50476
50575
  [["metrics.organic.count",">",50],"and",["metrics.organic.pos_1","<>",0]]
@@ -50580,12 +50679,17 @@ lost — return metrics for SERPs in which the specified target had previously h
50580
50679
  all — return metrics for both types of SERPs.
50581
50680
  default value: live */
50582
50681
  historical_serp_mode?: string | undefined;
50682
+ /** ignore highly similar keywords
50683
+ optional field
50684
+ if set to true, only core keywords will be returned, all highly similar keywords will be excluded;
50685
+ default value: false */
50686
+ ignore_synonyms?: boolean | undefined;
50583
50687
  /** array of results filtering parameters
50584
50688
  optional field
50585
50689
  you can add several filters at once (8 filters maximum)
50586
50690
  you should set a logical operator and, or between the conditions
50587
50691
  the following operators are supported:
50588
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in
50692
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, match, not_match
50589
50693
  example:
50590
50694
  ["metrics.paid.count",">",0]
50591
50695
  [["metrics.organic.count",">",50],"and",["metrics.organic.pos_1","<>",0]]
@@ -50760,7 +50864,7 @@ optional field
50760
50864
  you can add several filters at once (8 filters maximum)
50761
50865
  you should set a logical operator and, or between the conditions
50762
50866
  the following operators are supported:
50763
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like
50867
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like, match, not_match
50764
50868
  you can use the % operator with like and not_like, as well as ilike and not_ilike to match any string of zero or more characters
50765
50869
  example:
50766
50870
  ["median_position","in",[1,10]]
@@ -50869,7 +50973,7 @@ optional field
50869
50973
  you can add several filters at once (8 filters maximum)
50870
50974
  you should set a logical operator and, or between the conditions
50871
50975
  the following operators are supported:
50872
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like
50976
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, ilike, not_ilike, like, not_like, match, not_match
50873
50977
  you can use the % operator with like and not_like, as well as ilike and not_ilike to match any string of zero or more characters
50874
50978
  example:
50875
50979
  ["median_position","in",[1,10]]
@@ -51037,6 +51141,11 @@ lost — return metrics for SERPs in which the specified target had previously h
51037
51141
  all — return metrics for both types of SERPs.
51038
51142
  default value: live */
51039
51143
  historical_serp_mode?: string | undefined;
51144
+ /** ignore highly similar keywords
51145
+ optional field
51146
+ if set to true, only core keywords will be returned, all highly similar keywords will be excluded;
51147
+ default value: false */
51148
+ ignore_synonyms?: boolean | undefined;
51040
51149
  /** array of results filtering parameters
51041
51150
  optional field
51042
51151
  you can add several filters at once (8 filters maximum)
@@ -51152,6 +51261,11 @@ lost — return metrics for SERPs in which the specified target had previously h
51152
51261
  all — return metrics for both types of SERPs.
51153
51262
  default value: live */
51154
51263
  historical_serp_mode?: string | undefined;
51264
+ /** ignore highly similar keywords
51265
+ optional field
51266
+ if set to true, only core keywords will be returned, all highly similar keywords will be excluded;
51267
+ default value: false */
51268
+ ignore_synonyms?: boolean | undefined;
51155
51269
  /** array of results filtering parameters
51156
51270
  optional field
51157
51271
  you can add several filters at once (8 filters maximum)
@@ -57609,25 +57723,28 @@ export declare class KeywordsDataGoogleTrendsExploreTaskPostRequestInfo implemen
57609
57723
  /** keywords
57610
57724
  required field
57611
57725
  The maximum number of keywords you can specify: 5
57612
- Note: the comma characters (,) in the specified keywords will be unset and ignored
57726
+ comma characters (,) in the specified keywords will be unset and ignored
57727
+ Note: to obtain google_trends_topics_list and google_trends_queries_list items, specify no more than 1 keyword
57613
57728
  learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article */
57614
57729
  keywords?: string[];
57615
57730
  /** full name of search engine location
57616
57731
  optional field
57617
57732
  if you don’t use this field, you will recieve global results
57618
57733
  if you use this field, you don’t need to specify location_code
57734
+ you can use this field as an array to set several locations, each corresponding to a specific keyword – learn more;
57619
57735
  you can receive the list of available locations of the search engine with their location_name by making a separate request to https://api.dataforseo.com/v3/keywords_data/google_trends/locations
57620
57736
  example:
57621
57737
  United Kingdom */
57622
- location_name?: string | undefined;
57738
+ location_name?: (string | undefined)[] | undefined;
57623
57739
  /** search engine location code
57624
57740
  optional field
57625
57741
  if you don’t use this field, you will recieve global results
57626
57742
  if you use this field, you don’t need to specify location_name
57743
+ you can use this field as an array to set several locations, each corresponding to a specific keyword – learn more;
57627
57744
  you can receive the list of available locations of the search engines with their location_code by making a separate request to https://api.dataforseo.com/v3/keywords_data/google_trends/locations
57628
57745
  example:
57629
57746
  2840 */
57630
- location_code?: number | undefined;
57747
+ location_code?: (number | undefined)[] | undefined;
57631
57748
  /** full name of search engine language
57632
57749
  optional field
57633
57750
  default value: English
@@ -57683,7 +57800,8 @@ to speed up the execution of the request, specify one item at a time;
57683
57800
  possible values:
57684
57801
  "google_trends_graph", "google_trends_map", "google_trends_topics_list","google_trends_queries_list"
57685
57802
  default value:
57686
- "google_trends_graph" */
57803
+ "google_trends_graph"
57804
+ Note: to obtain google_trends_topics_list and google_trends_queries_list items, specify no more than 1 keyword in the keywords field */
57687
57805
  item_types?: string[] | undefined;
57688
57806
  /** return URL for sending task results
57689
57807
  optional field
@@ -57723,25 +57841,28 @@ export interface IKeywordsDataGoogleTrendsExploreTaskPostRequestInfo {
57723
57841
  /** keywords
57724
57842
  required field
57725
57843
  The maximum number of keywords you can specify: 5
57726
- Note: the comma characters (,) in the specified keywords will be unset and ignored
57844
+ comma characters (,) in the specified keywords will be unset and ignored
57845
+ Note: to obtain google_trends_topics_list and google_trends_queries_list items, specify no more than 1 keyword
57727
57846
  learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article */
57728
57847
  keywords?: string[];
57729
57848
  /** full name of search engine location
57730
57849
  optional field
57731
57850
  if you don’t use this field, you will recieve global results
57732
57851
  if you use this field, you don’t need to specify location_code
57852
+ you can use this field as an array to set several locations, each corresponding to a specific keyword – learn more;
57733
57853
  you can receive the list of available locations of the search engine with their location_name by making a separate request to https://api.dataforseo.com/v3/keywords_data/google_trends/locations
57734
57854
  example:
57735
57855
  United Kingdom */
57736
- location_name?: string | undefined;
57856
+ location_name?: (string | undefined)[] | undefined;
57737
57857
  /** search engine location code
57738
57858
  optional field
57739
57859
  if you don’t use this field, you will recieve global results
57740
57860
  if you use this field, you don’t need to specify location_name
57861
+ you can use this field as an array to set several locations, each corresponding to a specific keyword – learn more;
57741
57862
  you can receive the list of available locations of the search engines with their location_code by making a separate request to https://api.dataforseo.com/v3/keywords_data/google_trends/locations
57742
57863
  example:
57743
57864
  2840 */
57744
- location_code?: number | undefined;
57865
+ location_code?: (number | undefined)[] | undefined;
57745
57866
  /** full name of search engine language
57746
57867
  optional field
57747
57868
  default value: English
@@ -57797,7 +57918,8 @@ to speed up the execution of the request, specify one item at a time;
57797
57918
  possible values:
57798
57919
  "google_trends_graph", "google_trends_map", "google_trends_topics_list","google_trends_queries_list"
57799
57920
  default value:
57800
- "google_trends_graph" */
57921
+ "google_trends_graph"
57922
+ Note: to obtain google_trends_topics_list and google_trends_queries_list items, specify no more than 1 keyword in the keywords field */
57801
57923
  item_types?: string[] | undefined;
57802
57924
  /** return URL for sending task results
57803
57925
  optional field
@@ -58185,28 +58307,31 @@ export interface IKeywordsDataGoogleTrendsExploreTaskGetResponseInfo extends IBa
58185
58307
  }
58186
58308
  export declare class KeywordsDataGoogleTrendsExploreLiveRequestInfo implements IKeywordsDataGoogleTrendsExploreLiveRequestInfo {
58187
58309
  /** keywords
58188
- optional field
58310
+ required field
58189
58311
  if keywords are not specified, the results will not contain keyword-related data;
58190
58312
  The maximum number of keywords you can specify: 5
58191
- Note: the comma characters (,) in the specified keywords will be unset and ignored
58313
+ comma characters (,) in the specified keywords will be unset and ignored;
58314
+ Note: to obtain google_trends_topics_list and google_trends_queries_list items, specify no more than 1 keyword;
58192
58315
  learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article */
58193
- keywords?: string[] | undefined;
58316
+ keywords?: string[];
58194
58317
  /** full name of search engine location
58195
58318
  optional field
58196
58319
  if you don’t use this field, you will recieve global results
58197
58320
  if you use this field, you don’t need to specify location_code
58321
+ you can use this field as an array to set several locations, each corresponding to a specific keyword – learn more;
58198
58322
  you can receive the list of available locations of the search engine with their location_name by making a separate request to https://api.dataforseo.com/v3/keywords_data/google_trends/locations
58199
58323
  example:
58200
58324
  United Kingdom */
58201
- location_name?: string | undefined;
58325
+ location_name?: (string | undefined)[] | undefined;
58202
58326
  /** search engine location code
58203
58327
  optional field
58204
58328
  if you don’t use this field, you will recieve global results
58205
58329
  if you use this field, you don’t need to specify location_name
58330
+ you can use this field as an array to set several locations, each corresponding to a specific keyword – learn more;
58206
58331
  you can receive the list of available locations of the search engines with their location_code by making a separate request to https://api.dataforseo.com/v3/keywords_data/google_trends/locations
58207
58332
  example:
58208
58333
  2840 */
58209
- location_code?: number | undefined;
58334
+ location_code?: (number | undefined)[] | undefined;
58210
58335
  /** full name of search engine language
58211
58336
  optional field
58212
58337
  default value: English
@@ -58262,7 +58387,8 @@ to speed up the execution of the request, specify one item at a time;
58262
58387
  possible values:
58263
58388
  "google_trends_graph", "google_trends_map", "google_trends_topics_list","google_trends_queries_list"
58264
58389
  default value:
58265
- "google_trends_graph" */
58390
+ "google_trends_graph"
58391
+ Note: to obtain google_trends_topics_list and google_trends_queries_list items, specify no more than 1 keyword in the keywords field */
58266
58392
  item_types?: string[] | undefined;
58267
58393
  /** user-defined task identifier
58268
58394
  optional field
@@ -58278,28 +58404,31 @@ you will find the specified tag value in the data object of the response */
58278
58404
  }
58279
58405
  export interface IKeywordsDataGoogleTrendsExploreLiveRequestInfo {
58280
58406
  /** keywords
58281
- optional field
58407
+ required field
58282
58408
  if keywords are not specified, the results will not contain keyword-related data;
58283
58409
  The maximum number of keywords you can specify: 5
58284
- Note: the comma characters (,) in the specified keywords will be unset and ignored
58410
+ comma characters (,) in the specified keywords will be unset and ignored;
58411
+ Note: to obtain google_trends_topics_list and google_trends_queries_list items, specify no more than 1 keyword;
58285
58412
  learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article */
58286
- keywords?: string[] | undefined;
58413
+ keywords?: string[];
58287
58414
  /** full name of search engine location
58288
58415
  optional field
58289
58416
  if you don’t use this field, you will recieve global results
58290
58417
  if you use this field, you don’t need to specify location_code
58418
+ you can use this field as an array to set several locations, each corresponding to a specific keyword – learn more;
58291
58419
  you can receive the list of available locations of the search engine with their location_name by making a separate request to https://api.dataforseo.com/v3/keywords_data/google_trends/locations
58292
58420
  example:
58293
58421
  United Kingdom */
58294
- location_name?: string | undefined;
58422
+ location_name?: (string | undefined)[] | undefined;
58295
58423
  /** search engine location code
58296
58424
  optional field
58297
58425
  if you don’t use this field, you will recieve global results
58298
58426
  if you use this field, you don’t need to specify location_name
58427
+ you can use this field as an array to set several locations, each corresponding to a specific keyword – learn more;
58299
58428
  you can receive the list of available locations of the search engines with their location_code by making a separate request to https://api.dataforseo.com/v3/keywords_data/google_trends/locations
58300
58429
  example:
58301
58430
  2840 */
58302
- location_code?: number | undefined;
58431
+ location_code?: (number | undefined)[] | undefined;
58303
58432
  /** full name of search engine language
58304
58433
  optional field
58305
58434
  default value: English
@@ -58355,7 +58484,8 @@ to speed up the execution of the request, specify one item at a time;
58355
58484
  possible values:
58356
58485
  "google_trends_graph", "google_trends_map", "google_trends_topics_list","google_trends_queries_list"
58357
58486
  default value:
58358
- "google_trends_graph" */
58487
+ "google_trends_graph"
58488
+ Note: to obtain google_trends_topics_list and google_trends_queries_list items, specify no more than 1 keyword in the keywords field */
58359
58489
  item_types?: string[] | undefined;
58360
58490
  /** user-defined task identifier
58361
58491
  optional field
@@ -65938,7 +66068,7 @@ optional field
65938
66068
  you can add several filters at once (8 filters maximum)
65939
66069
  you should set a logical operator and, or between the conditions
65940
66070
  the following operators are supported:
65941
- regex, =, <>, in, not_in, like, not_like, ilike, not_ilike, regex, not_regex
66071
+ =, <>, in, not_in, like, not_like, ilike, not_ilike, regex, not_regex, match, not_match
65942
66072
  you can use the % operator with like and not_like to match any string of zero or more characters
65943
66073
  example:
65944
66074
  ["rank",">","80"]
@@ -65973,9 +66103,9 @@ Note: the maximum value is 20,000, use the search_after_token if you would like
65973
66103
  /** token for subsequent requests
65974
66104
  optional field
65975
66105
  provided in the identical filed of the response to each request;
65976
- use this parameter to avoid timeouts while trying to obtain over 100,000 results in a single request;
66106
+ use this parameter to avoid timeouts while trying to obtain over 20,000 results in a single request;
65977
66107
  by specifying the unique search_after_token value from the response array, you will get the subsequent results of the initial task;
65978
- search_after_token values are unique for each subsequent task
66108
+ search_after_token values are unique for each subsequent task ;
65979
66109
  Note: if the search_after_token is specified in the request, all other parameters should be identical to the previous request */
65980
66110
  search_after_token?: string | undefined;
65981
66111
  /** the maximum number of returned backlinks
@@ -66066,7 +66196,7 @@ optional field
66066
66196
  you can add several filters at once (8 filters maximum)
66067
66197
  you should set a logical operator and, or between the conditions
66068
66198
  the following operators are supported:
66069
- regex, =, <>, in, not_in, like, not_like, ilike, not_ilike, regex, not_regex
66199
+ =, <>, in, not_in, like, not_like, ilike, not_ilike, regex, not_regex, match, not_match
66070
66200
  you can use the % operator with like and not_like to match any string of zero or more characters
66071
66201
  example:
66072
66202
  ["rank",">","80"]
@@ -66101,9 +66231,9 @@ Note: the maximum value is 20,000, use the search_after_token if you would like
66101
66231
  /** token for subsequent requests
66102
66232
  optional field
66103
66233
  provided in the identical filed of the response to each request;
66104
- use this parameter to avoid timeouts while trying to obtain over 100,000 results in a single request;
66234
+ use this parameter to avoid timeouts while trying to obtain over 20,000 results in a single request;
66105
66235
  by specifying the unique search_after_token value from the response array, you will get the subsequent results of the initial task;
66106
- search_after_token values are unique for each subsequent task
66236
+ search_after_token values are unique for each subsequent task ;
66107
66237
  Note: if the search_after_token is specified in the request, all other parameters should be identical to the previous request */
66108
66238
  search_after_token?: string | undefined;
66109
66239
  /** the maximum number of returned backlinks
@@ -66610,7 +66740,7 @@ optional field
66610
66740
  you can add several filters at once (8 filters maximum)
66611
66741
  you should set a logical operator and, or between the conditions
66612
66742
  the following operators are supported:
66613
- regex, not_regex, =, <>, in, not_in, like, not_like, ilike, not_ilike
66743
+ regex, not_regex, =, <>, in, not_in, like, not_like, ilike, not_ilike, match, not_match
66614
66744
  you can use the % operator with like and not_like to match any string of zero or more characters
66615
66745
  example:
66616
66746
  ["referring_links_types.anchors",">","1"]
@@ -66713,7 +66843,7 @@ optional field
66713
66843
  you can add several filters at once (8 filters maximum)
66714
66844
  you should set a logical operator and, or between the conditions
66715
66845
  the following operators are supported:
66716
- regex, not_regex, =, <>, in, not_in, like, not_like, ilike, not_ilike
66846
+ regex, not_regex, =, <>, in, not_in, like, not_like, ilike, not_ilike, match, not_match
66717
66847
  you can use the % operator with like and not_like to match any string of zero or more characters
66718
66848
  example:
66719
66849
  ["referring_links_types.anchors",">","1"]
@@ -67043,7 +67173,7 @@ optional field
67043
67173
  you can add several filters at once (8 filters maximum)
67044
67174
  you should set a logical operator and, or between the conditions
67045
67175
  the following operators are supported:
67046
- regex, not_regex, =, <>, in, not_in, like, not_like, ilike, not_ilike
67176
+ regex, not_regex, =, <>, in, not_in, like, not_like, ilike, not_ilike, match, not_match
67047
67177
  you can use the % operator with like and not_like to match any string of zero or more characters
67048
67178
  example:
67049
67179
  ["meta.internal_links_count",">","1"]
@@ -67142,7 +67272,7 @@ optional field
67142
67272
  you can add several filters at once (8 filters maximum)
67143
67273
  you should set a logical operator and, or between the conditions
67144
67274
  the following operators are supported:
67145
- regex, not_regex, =, <>, in, not_in, like, not_like, ilike, not_ilike
67275
+ regex, not_regex, =, <>, in, not_in, like, not_like, ilike, not_ilike, match, not_match
67146
67276
  you can use the % operator with like and not_like to match any string of zero or more characters
67147
67277
  example:
67148
67278
  ["meta.internal_links_count",">","1"]
@@ -67678,7 +67808,7 @@ optional field
67678
67808
  you can add several filters at once (8 filters maximum)
67679
67809
  you should set a logical operator and, or between the conditions
67680
67810
  the following operators are supported:
67681
- regex, not_regex, =, <>, in, not_in, like, not_like, ilike, not_ilike
67811
+ regex, not_regex, =, <>, in, not_in, like, not_like, ilike, not_ilike, match, not_match
67682
67812
  you can use the % operator with like and not_like to match any string of zero or more characters
67683
67813
  example:
67684
67814
  ["referring_links_types.anchors",">","1"]
@@ -67781,7 +67911,7 @@ optional field
67781
67911
  you can add several filters at once (8 filters maximum)
67782
67912
  you should set a logical operator and, or between the conditions
67783
67913
  the following operators are supported:
67784
- regex, not_regex, =, <>, in, not_in, like, not_like, ilike, not_ilike
67914
+ regex, not_regex, =, <>, in, not_in, like, not_like, ilike, not_ilike, match, not_match
67785
67915
  you can use the % operator with like and not_like to match any string of zero or more characters
67786
67916
  example:
67787
67917
  ["referring_links_types.anchors",">","1"]
@@ -68110,7 +68240,7 @@ optional field
68110
68240
  you can add several filters at once (8 filters maximum)
68111
68241
  you should set a logical operator and, or between the conditions
68112
68242
  the following operators are supported:
68113
- regex, not_regex, =, <>, in, not_in, like, not_like
68243
+ regex, not_regex, =, <>, in, not_in, like, not_like, match, not_match
68114
68244
  you can use the % operator with like and not_like to match any string of zero or more characters
68115
68245
  example:
68116
68246
  ["referring_pages",">","1"]
@@ -68213,7 +68343,7 @@ optional field
68213
68343
  you can add several filters at once (8 filters maximum)
68214
68344
  you should set a logical operator and, or between the conditions
68215
68345
  the following operators are supported:
68216
- regex, not_regex, =, <>, in, not_in, like, not_like
68346
+ regex, not_regex, =, <>, in, not_in, like, not_like, match, not_match
68217
68347
  you can use the % operator with like and not_like to match any string of zero or more characters
68218
68348
  example:
68219
68349
  ["referring_pages",">","1"]
@@ -68555,7 +68685,7 @@ optional field
68555
68685
  you can add several filters at once (8 filters maximum)
68556
68686
  you should set a logical operator and, or between the conditions
68557
68687
  the following operators are supported:
68558
- regex, not_regex, =, <>, in, not_in, like, not_like, ilike, not_ilike
68688
+ regex, not_regex, =, <>, in, not_in, like, not_like, ilike, not_ilike, match, not_match
68559
68689
  you can use the % operator with like and not_like to match any string of zero or more characters
68560
68690
  example:
68561
68691
  ["referring_pages",">","1"]
@@ -68663,7 +68793,7 @@ optional field
68663
68793
  you can add several filters at once (8 filters maximum)
68664
68794
  you should set a logical operator and, or between the conditions
68665
68795
  the following operators are supported:
68666
- regex, not_regex, =, <>, in, not_in, like, not_like, ilike, not_ilike
68796
+ regex, not_regex, =, <>, in, not_in, like, not_like, ilike, not_ilike, match, not_match
68667
68797
  you can use the % operator with like and not_like to match any string of zero or more characters
68668
68798
  example:
68669
68799
  ["referring_pages",">","1"]
@@ -68968,7 +69098,7 @@ optional field
68968
69098
  you can add several filters at once (8 filters maximum)
68969
69099
  you should set a logical operator and, or between the conditions
68970
69100
  the following operators are supported:
68971
- regex, not_regex, =, <>, in, not_in, like, not_like, ilike, not_ilike
69101
+ regex, not_regex, =, <>, in, not_in, like, not_like, ilike, not_ilike, match, not_match
68972
69102
  you can use the % operator with like and not_like to match any string of zero or more characters
68973
69103
  example:
68974
69104
  ["rank",">","100"]
@@ -69040,7 +69170,7 @@ optional field
69040
69170
  you can add several filters at once (8 filters maximum)
69041
69171
  you should set a logical operator and, or between the conditions
69042
69172
  the following operators are supported:
69043
- regex, not_regex, =, <>, in, not_in, like, not_like, ilike, not_ilike
69173
+ regex, not_regex, =, <>, in, not_in, like, not_like, ilike, not_ilike, match, not_match
69044
69174
  you can use the % operator with like and not_like to match any string of zero or more characters
69045
69175
  example:
69046
69176
  ["rank",">","100"]
@@ -69198,7 +69328,7 @@ optional field
69198
69328
  you can add several filters at once (8 filters maximum)
69199
69329
  you should set a logical operator and, or between the conditions
69200
69330
  the following operators are supported:
69201
- regex, not_regex, =, <>, in, not_in, like, not_like, ilike, not_ilike
69331
+ regex, not_regex, =, <>, in, not_in, like, not_like, ilike, not_ilike, match, not_match
69202
69332
  you can use the % operator with like and not_like to match any string of zero or more characters
69203
69333
  example:
69204
69334
  ["1.internal_links_count",">","1"]
@@ -69327,7 +69457,7 @@ optional field
69327
69457
  you can add several filters at once (8 filters maximum)
69328
69458
  you should set a logical operator and, or between the conditions
69329
69459
  the following operators are supported:
69330
- regex, not_regex, =, <>, in, not_in, like, not_like, ilike, not_ilike
69460
+ regex, not_regex, =, <>, in, not_in, like, not_like, ilike, not_ilike, match, not_match
69331
69461
  you can use the % operator with like and not_like to match any string of zero or more characters
69332
69462
  example:
69333
69463
  ["1.internal_links_count",">","1"]
@@ -69723,7 +69853,7 @@ optional field
69723
69853
  you can add several filters at once (8 filters maximum)
69724
69854
  you should set a logical operator and, or between the conditions
69725
69855
  the following operators are supported:
69726
- regex, not_regex, =, <>, in, not_in, like, not_like, ilike, not_ilike
69856
+ regex, not_regex, =, <>, in, not_in, like, not_like, ilike, not_ilike, match, not_match
69727
69857
  you can use the % operator with like and not_like to match any string of zero or more characters
69728
69858
  example:
69729
69859
  ["1.rank",">","80"]
@@ -69842,7 +69972,7 @@ optional field
69842
69972
  you can add several filters at once (8 filters maximum)
69843
69973
  you should set a logical operator and, or between the conditions
69844
69974
  the following operators are supported:
69845
- regex, not_regex, =, <>, in, not_in, like, not_like, ilike, not_ilike
69975
+ regex, not_regex, =, <>, in, not_in, like, not_like, ilike, not_ilike, match, not_match
69846
69976
  you can use the % operator with like and not_like to match any string of zero or more characters
69847
69977
  example:
69848
69978
  ["1.rank",">","80"]
@@ -74565,40 +74695,6 @@ the amount of time the browser needs to complete downloading a resource */
74565
74695
  is_render_blocking?: boolean | undefined;
74566
74696
  [key: string]: any;
74567
74697
  }
74568
- export declare class ScriptResourceElementItem extends BaseOnPageResourceItemInfo implements IScriptResourceElementItem {
74569
- /** resource properties
74570
- the value depends on the resource_type
74571
- note that if you do not indicate a url when setting a task, resource’s meta is returned based on the data from the page where our crawler first saw the resource;
74572
- to obtain resource’s meta from a particular url, specify that URL when setting a task */
74573
- meta?: ResourceMetaInfo | undefined;
74574
- /** resource fething time range */
74575
- fetch_timing?: FetchTiming | undefined;
74576
- /** indicates the expected type of resource
74577
- for example, if "resource_type": "broken", accept_type will indicate the type of the broken resource
74578
- possible values:
74579
- any, none, image, sitemap, robots, script, stylesheet, redirect, html, text, other, font */
74580
- accept_type?: string | undefined;
74581
- [key: string]: any;
74582
- constructor(data?: IScriptResourceElementItem);
74583
- init(_data?: any): void;
74584
- static fromJS(data: any): ScriptResourceElementItem;
74585
- toJSON(data?: any): any;
74586
- }
74587
- export interface IScriptResourceElementItem extends IBaseOnPageResourceItemInfo {
74588
- /** resource properties
74589
- the value depends on the resource_type
74590
- note that if you do not indicate a url when setting a task, resource’s meta is returned based on the data from the page where our crawler first saw the resource;
74591
- to obtain resource’s meta from a particular url, specify that URL when setting a task */
74592
- meta?: ResourceMetaInfo | undefined;
74593
- /** resource fething time range */
74594
- fetch_timing?: FetchTiming | undefined;
74595
- /** indicates the expected type of resource
74596
- for example, if "resource_type": "broken", accept_type will indicate the type of the broken resource
74597
- possible values:
74598
- any, none, image, sitemap, robots, script, stylesheet, redirect, html, text, other, font */
74599
- accept_type?: string | undefined;
74600
- [key: string]: any;
74601
- }
74602
74698
  export declare class OnPageResourcesResultInfo implements IOnPageResourcesResultInfo {
74603
74699
  /** status of the crawling session
74604
74700
  possible values: in_progress, finished */
@@ -74645,6 +74741,40 @@ export interface IOnPageResourcesTaskInfo extends IBaseResponseTaskInfo {
74645
74741
  result?: (OnPageResourcesResultInfo | undefined)[] | undefined;
74646
74742
  [key: string]: any;
74647
74743
  }
74744
+ export declare class ScriptResourceElementItem extends BaseOnPageResourceItemInfo implements IScriptResourceElementItem {
74745
+ /** resource properties
74746
+ the value depends on the resource_type
74747
+ note that if you do not indicate a url when setting a task, resource’s meta is returned based on the data from the page where our crawler first saw the resource;
74748
+ to obtain resource’s meta from a particular url, specify that URL when setting a task */
74749
+ meta?: ResourceMetaInfo | undefined;
74750
+ /** resource fething time range */
74751
+ fetch_timing?: FetchTiming | undefined;
74752
+ /** indicates the expected type of resource
74753
+ for example, if "resource_type": "broken", accept_type will indicate the type of the broken resource
74754
+ possible values:
74755
+ any, none, image, sitemap, robots, script, stylesheet, redirect, html, text, other, font */
74756
+ accept_type?: string | undefined;
74757
+ [key: string]: any;
74758
+ constructor(data?: IScriptResourceElementItem);
74759
+ init(_data?: any): void;
74760
+ static fromJS(data: any): ScriptResourceElementItem;
74761
+ toJSON(data?: any): any;
74762
+ }
74763
+ export interface IScriptResourceElementItem extends IBaseOnPageResourceItemInfo {
74764
+ /** resource properties
74765
+ the value depends on the resource_type
74766
+ note that if you do not indicate a url when setting a task, resource’s meta is returned based on the data from the page where our crawler first saw the resource;
74767
+ to obtain resource’s meta from a particular url, specify that URL when setting a task */
74768
+ meta?: ResourceMetaInfo | undefined;
74769
+ /** resource fething time range */
74770
+ fetch_timing?: FetchTiming | undefined;
74771
+ /** indicates the expected type of resource
74772
+ for example, if "resource_type": "broken", accept_type will indicate the type of the broken resource
74773
+ possible values:
74774
+ any, none, image, sitemap, robots, script, stylesheet, redirect, html, text, other, font */
74775
+ accept_type?: string | undefined;
74776
+ [key: string]: any;
74777
+ }
74648
74778
  export declare class ImageResourceElementItem extends BaseOnPageResourceItemInfo implements IImageResourceElementItem {
74649
74779
  /** resource properties
74650
74780
  the value depends on the resource_type
@@ -76601,206 +76731,32 @@ example:
76601
76731
  id?: string;
76602
76732
  [key: string]: any;
76603
76733
  }
76604
- export declare class ContentUrlInfo implements IContentUrlInfo {
76605
- /** other URL found in the content element */
76606
- url?: string | undefined;
76607
- /** text of the URL’s anchor */
76608
- anchor_text?: string | undefined;
76609
- [key: string]: any;
76610
- constructor(data?: IContentUrlInfo);
76611
- init(_data?: any): void;
76612
- static fromJS(data: any): ContentUrlInfo;
76613
- toJSON(data?: any): any;
76614
- }
76615
- export interface IContentUrlInfo {
76616
- /** other URL found in the content element */
76617
- url?: string | undefined;
76618
- /** text of the URL’s anchor */
76619
- anchor_text?: string | undefined;
76620
- [key: string]: any;
76621
- }
76622
- export declare class ContentItemInfo implements IContentItemInfo {
76623
- /** content text */
76624
- text?: string | undefined;
76625
- /** page URL
76626
- displayed in case the text is a link anchor */
76627
- url?: string | undefined;
76628
- /** contains other URLs and anchors found in the content element */
76629
- urls?: (ContentUrlInfo | undefined)[] | undefined;
76630
- [key: string]: any;
76631
- constructor(data?: IContentItemInfo);
76632
- init(_data?: any): void;
76633
- static fromJS(data: any): ContentItemInfo;
76634
- toJSON(data?: any): any;
76635
- }
76636
- export interface IContentItemInfo {
76637
- /** content text */
76638
- text?: string | undefined;
76639
- /** page URL
76640
- displayed in case the text is a link anchor */
76641
- url?: string | undefined;
76642
- /** contains other URLs and anchors found in the content element */
76643
- urls?: (ContentUrlInfo | undefined)[] | undefined;
76644
- [key: string]: any;
76645
- }
76646
- export declare class PageSectionContentInfo implements IPageSectionContentInfo {
76647
- /** primary content on the page
76648
- you can find more information about content priority calculation in this help center article */
76649
- primary_content?: (ContentItemInfo | undefined)[] | undefined;
76650
- /** secondary content on the page
76651
- you can find more information about content priority calculation in this help center article */
76652
- secondary_content?: (ContentItemInfo | undefined)[] | undefined;
76653
- /** content of the table on the page */
76654
- table_content?: (TableContent | undefined)[] | undefined;
76655
- [key: string]: any;
76656
- constructor(data?: IPageSectionContentInfo);
76657
- init(_data?: any): void;
76658
- static fromJS(data: any): PageSectionContentInfo;
76659
- toJSON(data?: any): any;
76660
- }
76661
- export interface IPageSectionContentInfo {
76662
- /** primary content on the page
76663
- you can find more information about content priority calculation in this help center article */
76664
- primary_content?: (ContentItemInfo | undefined)[] | undefined;
76665
- /** secondary content on the page
76666
- you can find more information about content priority calculation in this help center article */
76667
- secondary_content?: (ContentItemInfo | undefined)[] | undefined;
76668
- /** content of the table on the page */
76669
- table_content?: (TableContent | undefined)[] | undefined;
76670
- [key: string]: any;
76671
- }
76672
- export declare class RowCellInfo implements IRowCellInfo {
76673
- /** content text */
76674
- text?: string | undefined;
76675
- /** contains other URLs and anchors found in the content element */
76676
- urls?: (ContentUrlInfo | undefined)[] | undefined;
76677
- /** indicates if the text belongs to the header */
76678
- is_header?: boolean | undefined;
76679
- [key: string]: any;
76680
- constructor(data?: IRowCellInfo);
76681
- init(_data?: any): void;
76682
- static fromJS(data: any): RowCellInfo;
76683
- toJSON(data?: any): any;
76684
- }
76685
- export interface IRowCellInfo {
76686
- /** content text */
76687
- text?: string | undefined;
76688
- /** contains other URLs and anchors found in the content element */
76689
- urls?: (ContentUrlInfo | undefined)[] | undefined;
76690
- /** indicates if the text belongs to the header */
76691
- is_header?: boolean | undefined;
76692
- [key: string]: any;
76693
- }
76694
- export declare class TableContentItemInfo implements ITableContentItemInfo {
76695
- /** content of the row cells of the header */
76696
- row_cells?: (RowCellInfo | undefined)[] | undefined;
76697
- [key: string]: any;
76698
- constructor(data?: ITableContentItemInfo);
76699
- init(_data?: any): void;
76700
- static fromJS(data: any): TableContentItemInfo;
76701
- toJSON(data?: any): any;
76702
- }
76703
- export interface ITableContentItemInfo {
76704
- /** content of the row cells of the header */
76705
- row_cells?: (RowCellInfo | undefined)[] | undefined;
76706
- [key: string]: any;
76707
- }
76708
- export declare class TableContent implements ITableContent {
76709
- /** parsed content of the header */
76710
- header?: (TableContentItemInfo | undefined)[] | undefined;
76711
- /** content of the body of the table */
76712
- body?: (TableContentItemInfo | undefined)[] | undefined;
76713
- /** content of the footer of the table */
76714
- footer?: (TableContentItemInfo | undefined)[] | undefined;
76715
- [key: string]: any;
76716
- constructor(data?: ITableContent);
76717
- init(_data?: any): void;
76718
- static fromJS(data: any): TableContent;
76719
- toJSON(data?: any): any;
76720
- }
76721
- export interface ITableContent {
76722
- /** parsed content of the header */
76723
- header?: (TableContentItemInfo | undefined)[] | undefined;
76724
- /** content of the body of the table */
76725
- body?: (TableContentItemInfo | undefined)[] | undefined;
76726
- /** content of the footer of the table */
76727
- footer?: (TableContentItemInfo | undefined)[] | undefined;
76728
- [key: string]: any;
76729
- }
76730
- export declare class TopicInfo implements ITopicInfo {
76731
- /** meta title */
76732
- h_title?: string | undefined;
76733
- /** main title of the block */
76734
- main_title?: string | undefined;
76735
- /** content author name */
76736
- author?: string | undefined;
76737
- /** content language */
76738
- language?: string | undefined;
76739
- /** HTML level */
76740
- level?: number | undefined;
76741
- /** primary content on the page
76742
- you can find more information about content priority calculation in this help center article */
76743
- primary_content?: (ContentItemInfo | undefined)[] | undefined;
76744
- /** secondary content on the page
76745
- you can find more information about content priority calculation in this help center article */
76746
- secondary_content?: (ContentItemInfo | undefined)[] | undefined;
76747
- /** content of the table on the page */
76748
- table_content?: (TableContent | undefined)[] | undefined;
76749
- [key: string]: any;
76750
- constructor(data?: ITopicInfo);
76751
- init(_data?: any): void;
76752
- static fromJS(data: any): TopicInfo;
76753
- toJSON(data?: any): any;
76754
- }
76755
- export interface ITopicInfo {
76756
- /** meta title */
76757
- h_title?: string | undefined;
76758
- /** main title of the block */
76759
- main_title?: string | undefined;
76760
- /** content author name */
76761
- author?: string | undefined;
76762
- /** content language */
76763
- language?: string | undefined;
76764
- /** HTML level */
76765
- level?: number | undefined;
76766
- /** primary content on the page
76767
- you can find more information about content priority calculation in this help center article */
76768
- primary_content?: (ContentItemInfo | undefined)[] | undefined;
76769
- /** secondary content on the page
76770
- you can find more information about content priority calculation in this help center article */
76771
- secondary_content?: (ContentItemInfo | undefined)[] | undefined;
76772
- /** content of the table on the page */
76773
- table_content?: (TableContent | undefined)[] | undefined;
76774
- [key: string]: any;
76775
- }
76776
- export declare class PageContentInfo implements IPageContentInfo {
76777
- /** content of the header of the table */
76778
- header?: PageSectionContentInfo | undefined;
76779
- /** parsed content of the footer */
76780
- footer?: PageSectionContentInfo | undefined;
76781
- /** main topic on the page
76782
- you can find more information about topic priority calculation in this help center article */
76783
- main_topic?: (TopicInfo | undefined)[] | undefined;
76784
- /** secondary topic on the page
76785
- you can find more information about topic priority calculation in this help center article */
76786
- secondary_topic?: (TopicInfo | undefined)[] | undefined;
76734
+ export declare class OnPageContentParsingResultInfo implements IOnPageContentParsingResultInfo {
76735
+ /** status of the crawling session
76736
+ possible values: in_progress, finished */
76737
+ crawl_progress?: string | undefined;
76738
+ /** details of the crawling session */
76739
+ crawl_status?: CrawlStatusInfo | undefined;
76740
+ /** number of items in the results array */
76741
+ items_count?: number | undefined;
76742
+ /** items array */
76743
+ items?: (OnPageContentParsingItem | undefined)[] | undefined;
76787
76744
  [key: string]: any;
76788
- constructor(data?: IPageContentInfo);
76745
+ constructor(data?: IOnPageContentParsingResultInfo);
76789
76746
  init(_data?: any): void;
76790
- static fromJS(data: any): PageContentInfo;
76747
+ static fromJS(data: any): OnPageContentParsingResultInfo;
76791
76748
  toJSON(data?: any): any;
76792
76749
  }
76793
- export interface IPageContentInfo {
76794
- /** content of the header of the table */
76795
- header?: PageSectionContentInfo | undefined;
76796
- /** parsed content of the footer */
76797
- footer?: PageSectionContentInfo | undefined;
76798
- /** main topic on the page
76799
- you can find more information about topic priority calculation in this help center article */
76800
- main_topic?: (TopicInfo | undefined)[] | undefined;
76801
- /** secondary topic on the page
76802
- you can find more information about topic priority calculation in this help center article */
76803
- secondary_topic?: (TopicInfo | undefined)[] | undefined;
76750
+ export interface IOnPageContentParsingResultInfo {
76751
+ /** status of the crawling session
76752
+ possible values: in_progress, finished */
76753
+ crawl_progress?: string | undefined;
76754
+ /** details of the crawling session */
76755
+ crawl_status?: CrawlStatusInfo | undefined;
76756
+ /** number of items in the results array */
76757
+ items_count?: number | undefined;
76758
+ /** items array */
76759
+ items?: (OnPageContentParsingItem | undefined)[] | undefined;
76804
76760
  [key: string]: any;
76805
76761
  }
76806
76762
  export declare class OnPageContentParsingItem implements IOnPageContentParsingItem {
@@ -76833,34 +76789,6 @@ example:
76833
76789
  page_content?: PageContentInfo | undefined;
76834
76790
  [key: string]: any;
76835
76791
  }
76836
- export declare class OnPageContentParsingResultInfo implements IOnPageContentParsingResultInfo {
76837
- /** status of the crawling session
76838
- possible values: in_progress, finished */
76839
- crawl_progress?: string | undefined;
76840
- /** details of the crawling session */
76841
- crawl_status?: CrawlStatusInfo | undefined;
76842
- /** number of items in the results array */
76843
- items_count?: number | undefined;
76844
- /** items array */
76845
- items?: (OnPageContentParsingItem | undefined)[] | undefined;
76846
- [key: string]: any;
76847
- constructor(data?: IOnPageContentParsingResultInfo);
76848
- init(_data?: any): void;
76849
- static fromJS(data: any): OnPageContentParsingResultInfo;
76850
- toJSON(data?: any): any;
76851
- }
76852
- export interface IOnPageContentParsingResultInfo {
76853
- /** status of the crawling session
76854
- possible values: in_progress, finished */
76855
- crawl_progress?: string | undefined;
76856
- /** details of the crawling session */
76857
- crawl_status?: CrawlStatusInfo | undefined;
76858
- /** number of items in the results array */
76859
- items_count?: number | undefined;
76860
- /** items array */
76861
- items?: (OnPageContentParsingItem | undefined)[] | undefined;
76862
- [key: string]: any;
76863
- }
76864
76792
  export declare class OnPageContentParsingTaskInfo extends BaseResponseTaskInfo implements IOnPageContentParsingTaskInfo {
76865
76793
  /** array of results */
76866
76794
  result?: (OnPageContentParsingResultInfo | undefined)[] | undefined;
@@ -77109,6 +77037,280 @@ possible values: us, de */
77109
77037
  ip_pool_for_scan?: string | undefined;
77110
77038
  [key: string]: any;
77111
77039
  }
77040
+ export declare class Urls implements IUrls {
77041
+ /** other URL found in the content element */
77042
+ url?: string | undefined;
77043
+ /** text of the URL’s anchor */
77044
+ anchor_text?: string | undefined;
77045
+ [key: string]: any;
77046
+ constructor(data?: IUrls);
77047
+ init(_data?: any): void;
77048
+ static fromJS(data: any): Urls;
77049
+ toJSON(data?: any): any;
77050
+ }
77051
+ export interface IUrls {
77052
+ /** other URL found in the content element */
77053
+ url?: string | undefined;
77054
+ /** text of the URL’s anchor */
77055
+ anchor_text?: string | undefined;
77056
+ [key: string]: any;
77057
+ }
77058
+ export declare class AryContentInfo implements IAryContentInfo {
77059
+ /** content text */
77060
+ text?: string | undefined;
77061
+ /** page URL
77062
+ displayed in case the text is a link anchor */
77063
+ url?: string | undefined;
77064
+ /** contains other URLs and anchors found in the content element */
77065
+ urls?: (Urls | undefined)[] | undefined;
77066
+ [key: string]: any;
77067
+ constructor(data?: IAryContentInfo);
77068
+ init(_data?: any): void;
77069
+ static fromJS(data: any): AryContentInfo;
77070
+ toJSON(data?: any): any;
77071
+ }
77072
+ export interface IAryContentInfo {
77073
+ /** content text */
77074
+ text?: string | undefined;
77075
+ /** page URL
77076
+ displayed in case the text is a link anchor */
77077
+ url?: string | undefined;
77078
+ /** contains other URLs and anchors found in the content element */
77079
+ urls?: (Urls | undefined)[] | undefined;
77080
+ [key: string]: any;
77081
+ }
77082
+ export declare class PageSectionContentInfo implements IPageSectionContentInfo {
77083
+ /** primary content on the page
77084
+ you can find more information about content priority calculation in this help center article */
77085
+ primary_content?: (ContentItemInfo | undefined)[] | undefined;
77086
+ /** secondary content on the page
77087
+ you can find more information about content priority calculation in this help center article */
77088
+ secondary_content?: (ContentItemInfo | undefined)[] | undefined;
77089
+ /** content of the table on the page */
77090
+ table_content?: (TableContent | undefined)[] | undefined;
77091
+ [key: string]: any;
77092
+ constructor(data?: IPageSectionContentInfo);
77093
+ init(_data?: any): void;
77094
+ static fromJS(data: any): PageSectionContentInfo;
77095
+ toJSON(data?: any): any;
77096
+ }
77097
+ export interface IPageSectionContentInfo {
77098
+ /** primary content on the page
77099
+ you can find more information about content priority calculation in this help center article */
77100
+ primary_content?: (ContentItemInfo | undefined)[] | undefined;
77101
+ /** secondary content on the page
77102
+ you can find more information about content priority calculation in this help center article */
77103
+ secondary_content?: (ContentItemInfo | undefined)[] | undefined;
77104
+ /** content of the table on the page */
77105
+ table_content?: (TableContent | undefined)[] | undefined;
77106
+ [key: string]: any;
77107
+ }
77108
+ export declare class ContentItemInfo implements IContentItemInfo {
77109
+ /** content text */
77110
+ text?: string | undefined;
77111
+ /** page URL
77112
+ displayed in case the text is a link anchor */
77113
+ url?: string | undefined;
77114
+ /** contains other URLs and anchors found in the content element */
77115
+ urls?: (ContentUrlInfo | undefined)[] | undefined;
77116
+ [key: string]: any;
77117
+ constructor(data?: IContentItemInfo);
77118
+ init(_data?: any): void;
77119
+ static fromJS(data: any): ContentItemInfo;
77120
+ toJSON(data?: any): any;
77121
+ }
77122
+ export interface IContentItemInfo {
77123
+ /** content text */
77124
+ text?: string | undefined;
77125
+ /** page URL
77126
+ displayed in case the text is a link anchor */
77127
+ url?: string | undefined;
77128
+ /** contains other URLs and anchors found in the content element */
77129
+ urls?: (ContentUrlInfo | undefined)[] | undefined;
77130
+ [key: string]: any;
77131
+ }
77132
+ export declare class ContentUrlInfo implements IContentUrlInfo {
77133
+ /** other URL found in the content element */
77134
+ url?: string | undefined;
77135
+ /** text of the URL’s anchor */
77136
+ anchor_text?: string | undefined;
77137
+ [key: string]: any;
77138
+ constructor(data?: IContentUrlInfo);
77139
+ init(_data?: any): void;
77140
+ static fromJS(data: any): ContentUrlInfo;
77141
+ toJSON(data?: any): any;
77142
+ }
77143
+ export interface IContentUrlInfo {
77144
+ /** other URL found in the content element */
77145
+ url?: string | undefined;
77146
+ /** text of the URL’s anchor */
77147
+ anchor_text?: string | undefined;
77148
+ [key: string]: any;
77149
+ }
77150
+ export declare class TableContent implements ITableContent {
77151
+ /** parsed content of the header */
77152
+ header?: (TableContentItemInfo | undefined)[] | undefined;
77153
+ /** content of the body of the table */
77154
+ body?: (TableContentItemInfo | undefined)[] | undefined;
77155
+ /** content of the footer of the table */
77156
+ footer?: (TableContentItemInfo | undefined)[] | undefined;
77157
+ [key: string]: any;
77158
+ constructor(data?: ITableContent);
77159
+ init(_data?: any): void;
77160
+ static fromJS(data: any): TableContent;
77161
+ toJSON(data?: any): any;
77162
+ }
77163
+ export interface ITableContent {
77164
+ /** parsed content of the header */
77165
+ header?: (TableContentItemInfo | undefined)[] | undefined;
77166
+ /** content of the body of the table */
77167
+ body?: (TableContentItemInfo | undefined)[] | undefined;
77168
+ /** content of the footer of the table */
77169
+ footer?: (TableContentItemInfo | undefined)[] | undefined;
77170
+ [key: string]: any;
77171
+ }
77172
+ export declare class TableContentItemInfo implements ITableContentItemInfo {
77173
+ /** content of the row cells of the header */
77174
+ row_cells?: (RowCellInfo | undefined)[] | undefined;
77175
+ [key: string]: any;
77176
+ constructor(data?: ITableContentItemInfo);
77177
+ init(_data?: any): void;
77178
+ static fromJS(data: any): TableContentItemInfo;
77179
+ toJSON(data?: any): any;
77180
+ }
77181
+ export interface ITableContentItemInfo {
77182
+ /** content of the row cells of the header */
77183
+ row_cells?: (RowCellInfo | undefined)[] | undefined;
77184
+ [key: string]: any;
77185
+ }
77186
+ export declare class RowCellInfo implements IRowCellInfo {
77187
+ /** content text */
77188
+ text?: string | undefined;
77189
+ /** contains other URLs and anchors found in the content element */
77190
+ urls?: (ContentUrlInfo | undefined)[] | undefined;
77191
+ /** indicates if the text belongs to the header */
77192
+ is_header?: boolean | undefined;
77193
+ [key: string]: any;
77194
+ constructor(data?: IRowCellInfo);
77195
+ init(_data?: any): void;
77196
+ static fromJS(data: any): RowCellInfo;
77197
+ toJSON(data?: any): any;
77198
+ }
77199
+ export interface IRowCellInfo {
77200
+ /** content text */
77201
+ text?: string | undefined;
77202
+ /** contains other URLs and anchors found in the content element */
77203
+ urls?: (ContentUrlInfo | undefined)[] | undefined;
77204
+ /** indicates if the text belongs to the header */
77205
+ is_header?: boolean | undefined;
77206
+ [key: string]: any;
77207
+ }
77208
+ export declare class TopicInfo implements ITopicInfo {
77209
+ /** meta title */
77210
+ h_title?: string | undefined;
77211
+ /** main title of the block */
77212
+ main_title?: string | undefined;
77213
+ /** content author name */
77214
+ author?: string | undefined;
77215
+ /** content language */
77216
+ language?: string | undefined;
77217
+ /** HTML level */
77218
+ level?: string | undefined;
77219
+ /** primary content on the page
77220
+ you can find more information about content priority calculation in this help center article */
77221
+ primary_content?: (ContentItemInfo | undefined)[] | undefined;
77222
+ /** secondary content on the page
77223
+ you can find more information about content priority calculation in this help center article */
77224
+ secondary_content?: (ContentItemInfo | undefined)[] | undefined;
77225
+ /** content of the table on the page */
77226
+ table_content?: (TableContent | undefined)[] | undefined;
77227
+ [key: string]: any;
77228
+ constructor(data?: ITopicInfo);
77229
+ init(_data?: any): void;
77230
+ static fromJS(data: any): TopicInfo;
77231
+ toJSON(data?: any): any;
77232
+ }
77233
+ export interface ITopicInfo {
77234
+ /** meta title */
77235
+ h_title?: string | undefined;
77236
+ /** main title of the block */
77237
+ main_title?: string | undefined;
77238
+ /** content author name */
77239
+ author?: string | undefined;
77240
+ /** content language */
77241
+ language?: string | undefined;
77242
+ /** HTML level */
77243
+ level?: string | undefined;
77244
+ /** primary content on the page
77245
+ you can find more information about content priority calculation in this help center article */
77246
+ primary_content?: (ContentItemInfo | undefined)[] | undefined;
77247
+ /** secondary content on the page
77248
+ you can find more information about content priority calculation in this help center article */
77249
+ secondary_content?: (ContentItemInfo | undefined)[] | undefined;
77250
+ /** content of the table on the page */
77251
+ table_content?: (TableContent | undefined)[] | undefined;
77252
+ [key: string]: any;
77253
+ }
77254
+ export declare class PageContentInfo implements IPageContentInfo {
77255
+ /** parsed content of the header */
77256
+ header?: PageSectionContentInfo | undefined;
77257
+ /** content of the footer of the table */
77258
+ footer?: PageSectionContentInfo | undefined;
77259
+ /** main topic on the page
77260
+ you can find more information about topic priority calculation in this help center article */
77261
+ main_topic?: (TopicInfo | undefined)[] | undefined;
77262
+ /** secondary topic on the page
77263
+ you can find more information about topic priority calculation in this help center article */
77264
+ secondary_topic?: (TopicInfo | undefined)[] | undefined;
77265
+ [key: string]: any;
77266
+ constructor(data?: IPageContentInfo);
77267
+ init(_data?: any): void;
77268
+ static fromJS(data: any): PageContentInfo;
77269
+ toJSON(data?: any): any;
77270
+ }
77271
+ export interface IPageContentInfo {
77272
+ /** parsed content of the header */
77273
+ header?: PageSectionContentInfo | undefined;
77274
+ /** content of the footer of the table */
77275
+ footer?: PageSectionContentInfo | undefined;
77276
+ /** main topic on the page
77277
+ you can find more information about topic priority calculation in this help center article */
77278
+ main_topic?: (TopicInfo | undefined)[] | undefined;
77279
+ /** secondary topic on the page
77280
+ you can find more information about topic priority calculation in this help center article */
77281
+ secondary_topic?: (TopicInfo | undefined)[] | undefined;
77282
+ [key: string]: any;
77283
+ }
77284
+ export declare class OnPageContentParsingLiveItem implements IOnPageContentParsingLiveItem {
77285
+ /** type of element */
77286
+ type?: string | undefined;
77287
+ /** date and time when the content was fethced
77288
+ example:
77289
+ "2022-11-01 10:02:52 +00:00" */
77290
+ fetch_time?: string | undefined;
77291
+ /** status code of the page */
77292
+ status_code?: number | undefined;
77293
+ /** parsed content of the page */
77294
+ page_content?: PageContentInfo | undefined;
77295
+ [key: string]: any;
77296
+ constructor(data?: IOnPageContentParsingLiveItem);
77297
+ init(_data?: any): void;
77298
+ static fromJS(data: any): OnPageContentParsingLiveItem;
77299
+ toJSON(data?: any): any;
77300
+ }
77301
+ export interface IOnPageContentParsingLiveItem {
77302
+ /** type of element */
77303
+ type?: string | undefined;
77304
+ /** date and time when the content was fethced
77305
+ example:
77306
+ "2022-11-01 10:02:52 +00:00" */
77307
+ fetch_time?: string | undefined;
77308
+ /** status code of the page */
77309
+ status_code?: number | undefined;
77310
+ /** parsed content of the page */
77311
+ page_content?: PageContentInfo | undefined;
77312
+ [key: string]: any;
77313
+ }
77112
77314
  export declare class OnPageContentParsingLiveResultInfo implements IOnPageContentParsingLiveResultInfo {
77113
77315
  /** status of the crawling session
77114
77316
  possible values: in_progress, finished */
@@ -77118,7 +77320,7 @@ possible values: in_progress, finished */
77118
77320
  /** number of items in the results array */
77119
77321
  items_count?: number | undefined;
77120
77322
  /** items array */
77121
- items?: (OnPageContentParsingItem | undefined)[] | undefined;
77323
+ items?: (OnPageContentParsingLiveItem | undefined)[] | undefined;
77122
77324
  [key: string]: any;
77123
77325
  constructor(data?: IOnPageContentParsingLiveResultInfo);
77124
77326
  init(_data?: any): void;
@@ -77134,7 +77336,7 @@ possible values: in_progress, finished */
77134
77336
  /** number of items in the results array */
77135
77337
  items_count?: number | undefined;
77136
77338
  /** items array */
77137
- items?: (OnPageContentParsingItem | undefined)[] | undefined;
77339
+ items?: (OnPageContentParsingLiveItem | undefined)[] | undefined;
77138
77340
  [key: string]: any;
77139
77341
  }
77140
77342
  export declare class OnPageContentParsingLiveTaskInfo extends BaseResponseTaskInfo implements IOnPageContentParsingLiveTaskInfo {
@@ -78518,7 +78720,7 @@ optional field
78518
78720
  you can add several filters at once (8 filters maximum)
78519
78721
  you should set a logical operator and, or between the conditions
78520
78722
  the following operators are supported:
78521
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, like,not_like
78723
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, like,not_like, match, not_match
78522
78724
  you can use the % operator with like and not_like to match any string of zero or more characters
78523
78725
  example:
78524
78726
  ["country","=", "US"]
@@ -78618,7 +78820,7 @@ optional field
78618
78820
  you can add several filters at once (8 filters maximum)
78619
78821
  you should set a logical operator and, or between the conditions
78620
78822
  the following operators are supported:
78621
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, like,not_like
78823
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, like,not_like, match, not_match
78622
78824
  you can use the % operator with like and not_like to match any string of zero or more characters
78623
78825
  example:
78624
78826
  ["country","=", "US"]
@@ -78667,17 +78869,16 @@ you will find the specified tag value in the data object of the response */
78667
78869
  tag?: string | undefined;
78668
78870
  [key: string]: any;
78669
78871
  }
78670
- /** content rating rating related to content_info */
78671
78872
  export declare class ContentAnalysisRatingInfo implements IContentAnalysisRatingInfo {
78672
78873
  /** rating name
78673
78874
  here you can find the following elements: Max5, Percents, CustomMax */
78674
78875
  name?: string | undefined;
78675
78876
  /** the value of the rating */
78676
78877
  rating_value?: number | undefined;
78878
+ /** maximum value for the rating name */
78879
+ max_rating_value?: number | undefined;
78677
78880
  /** number of votes */
78678
78881
  rating_count?: number | undefined;
78679
- /** maximum value for the rating name */
78680
- max_rating_value?: string | undefined;
78681
78882
  /** relative rating */
78682
78883
  relative_rating?: number | undefined;
78683
78884
  [key: string]: any;
@@ -78686,17 +78887,16 @@ here you can find the following elements: Max5, Percents, CustomMax */
78686
78887
  static fromJS(data: any): ContentAnalysisRatingInfo;
78687
78888
  toJSON(data?: any): any;
78688
78889
  }
78689
- /** content rating rating related to content_info */
78690
78890
  export interface IContentAnalysisRatingInfo {
78691
78891
  /** rating name
78692
78892
  here you can find the following elements: Max5, Percents, CustomMax */
78693
78893
  name?: string | undefined;
78694
78894
  /** the value of the rating */
78695
78895
  rating_value?: number | undefined;
78896
+ /** maximum value for the rating name */
78897
+ max_rating_value?: number | undefined;
78696
78898
  /** number of votes */
78697
78899
  rating_count?: number | undefined;
78698
- /** maximum value for the rating name */
78699
- max_rating_value?: string | undefined;
78700
78900
  /** relative rating */
78701
78901
  relative_rating?: number | undefined;
78702
78902
  [key: string]: any;
@@ -78759,7 +78959,7 @@ article, header */
78759
78959
  semantic_location?: string | undefined;
78760
78960
  /** content rating
78761
78961
  rating related to content_info */
78762
- rating?: ContentAnalysisRatingInfo | undefined;
78962
+ rating?: ContentAnalysisRatingInfo;
78763
78963
  /** citation group date and time
78764
78964
  indicates content publication date or date and time when our crawler visited the page for the first time;
78765
78965
  this field can be used to group citations by date and display citation trends;
@@ -78831,7 +79031,7 @@ article, header */
78831
79031
  semantic_location?: string | undefined;
78832
79032
  /** content rating
78833
79033
  rating related to content_info */
78834
- rating?: ContentAnalysisRatingInfo | undefined;
79034
+ rating?: ContentAnalysisRatingInfo;
78835
79035
  /** citation group date and time
78836
79036
  indicates content publication date or date and time when our crawler visited the page for the first time;
78837
79037
  this field can be used to group citations by date and display citation trends;
@@ -78887,7 +79087,7 @@ to obtain a full list of available categories, refer to the Categories endpoint
78887
79087
  page_types?: string[] | undefined;
78888
79088
  /** ratings found on the page
78889
79089
  all ratings found on the page based on microdata */
78890
- ratings?: (RatingInfo | undefined)[] | undefined;
79090
+ ratings?: (ContentAnalysisRatingInfo | undefined)[] | undefined;
78891
79091
  /** social media engagement metrics
78892
79092
  data on social media interactions associated with the content based on website embeds developed and supported by social media platforms */
78893
79093
  social_metrics?: (SocialMetricsInfo | undefined)[] | undefined;
@@ -78945,7 +79145,7 @@ to obtain a full list of available categories, refer to the Categories endpoint
78945
79145
  page_types?: string[] | undefined;
78946
79146
  /** ratings found on the page
78947
79147
  all ratings found on the page based on microdata */
78948
- ratings?: (RatingInfo | undefined)[] | undefined;
79148
+ ratings?: (ContentAnalysisRatingInfo | undefined)[] | undefined;
78949
79149
  /** social media engagement metrics
78950
79150
  data on social media interactions associated with the content based on website embeds developed and supported by social media platforms */
78951
79151
  social_metrics?: (SocialMetricsInfo | undefined)[] | undefined;
@@ -79369,7 +79569,7 @@ optional field
79369
79569
  you can add several filters at once (8 filters maximum)
79370
79570
  you should set a logical operator and, or between the conditions
79371
79571
  the following operators are supported:
79372
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, like,not_like, has, has_not
79572
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, like,not_like, has, has_not, match, not_match
79373
79573
  you can use the % operator with like and not_like to match any string of zero or more characters
79374
79574
  example:
79375
79575
  ["domain","<>", "logitech.com"]
@@ -79453,7 +79653,7 @@ optional field
79453
79653
  you can add several filters at once (8 filters maximum)
79454
79654
  you should set a logical operator and, or between the conditions
79455
79655
  the following operators are supported:
79456
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, like,not_like, has, has_not
79656
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, like,not_like, has, has_not, match, not_match
79457
79657
  you can use the % operator with like and not_like to match any string of zero or more characters
79458
79658
  example:
79459
79659
  ["domain","<>", "logitech.com"]
@@ -79636,7 +79836,7 @@ optional field
79636
79836
  you can add several filters at once (8 filters maximum)
79637
79837
  you should set a logical operator and, or between the conditions
79638
79838
  the following operators are supported:
79639
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, like,not_like, has, has_not
79839
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, like,not_like, has, has_not, match, not_match
79640
79840
  you can use the % operator with like and not_like to match any string of zero or more characters
79641
79841
  example:
79642
79842
  ["domain","<>", "logitech.com"]
@@ -79727,7 +79927,7 @@ optional field
79727
79927
  you can add several filters at once (8 filters maximum)
79728
79928
  you should set a logical operator and, or between the conditions
79729
79929
  the following operators are supported:
79730
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, like,not_like, has, has_not
79930
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, like,not_like, has, has_not, match, not_match
79731
79931
  you can use the % operator with like and not_like to match any string of zero or more characters
79732
79932
  example:
79733
79933
  ["domain","<>", "logitech.com"]
@@ -79872,7 +80072,7 @@ optional field
79872
80072
  you can add several filters at once (8 filters maximum)
79873
80073
  you should set a logical operator and, or between the conditions
79874
80074
  the following operators are supported:
79875
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, like,not_like, has, has_not
80075
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, like,not_like, has, has_not, match, not_match
79876
80076
  you can use the % operator with like and not_like to match any string of zero or more characters
79877
80077
  example:
79878
80078
  ["domain","<>", "logitech.com"]
@@ -79967,7 +80167,7 @@ optional field
79967
80167
  you can add several filters at once (8 filters maximum)
79968
80168
  you should set a logical operator and, or between the conditions
79969
80169
  the following operators are supported:
79970
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, like,not_like, has, has_not
80170
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, like,not_like, has, has_not, match, not_match
79971
80171
  you can use the % operator with like and not_like to match any string of zero or more characters
79972
80172
  example:
79973
80173
  ["domain","<>", "logitech.com"]
@@ -80175,7 +80375,7 @@ optional field
80175
80375
  you can add several filters at once (8 filters maximum)
80176
80376
  you should set a logical operator and, or between the conditions
80177
80377
  the following operators are supported:
80178
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, like,not_like, has, has_not
80378
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, like,not_like, has, has_not, match, not_match
80179
80379
  you can use the % operator with like and not_like to match any string of zero or more characters
80180
80380
  example:
80181
80381
  ["domain","<>", "logitech.com"]
@@ -80251,7 +80451,7 @@ optional field
80251
80451
  you can add several filters at once (8 filters maximum)
80252
80452
  you should set a logical operator and, or between the conditions
80253
80453
  the following operators are supported:
80254
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, like,not_like, has, has_not
80454
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, like,not_like, has, has_not, match, not_match
80255
80455
  you can use the % operator with like and not_like to match any string of zero or more characters
80256
80456
  example:
80257
80457
  ["domain","<>", "logitech.com"]
@@ -83125,13 +83325,18 @@ export interface IMerchantGoogleProductsTaskGetHtmlResponseInfo extends IBaseRes
83125
83325
  }
83126
83326
  export declare class MerchantGoogleSellersTaskPostRequestInfo implements IMerchantGoogleSellersTaskPostRequestInfo {
83127
83327
  /** unique product identifier on Google Shopping
83128
- required field
83129
- you can get this value making a separate request to the Google Shopping Products endpoint
83130
- note that there is no full list of possible values as the product_id is a dynamic value assigned by Google
83328
+ required field if data_docid is not specified
83329
+ you can get this value for a certain product by making a separate request to the Google Shopping Products endpoint
83131
83330
  example:
83132
83331
  4485466949985702538
83133
83332
  learn more about the parameter in this help center guide */
83134
- product_id?: string;
83333
+ product_id?: string | undefined;
83334
+ /** unique identifier of the SERP data element
83335
+ required field if product_id is not specified
83336
+ you can get this value for a certain element by making a separate request to the Google Shopping Products endpoint
83337
+ example:
83338
+ 13071766526042404278 */
83339
+ data_docid?: string | undefined;
83135
83340
  /** task priority
83136
83341
  optional field
83137
83342
  can take the following values:
@@ -83240,13 +83445,18 @@ learn more on our Help Center */
83240
83445
  }
83241
83446
  export interface IMerchantGoogleSellersTaskPostRequestInfo {
83242
83447
  /** unique product identifier on Google Shopping
83243
- required field
83244
- you can get this value making a separate request to the Google Shopping Products endpoint
83245
- note that there is no full list of possible values as the product_id is a dynamic value assigned by Google
83448
+ required field if data_docid is not specified
83449
+ you can get this value for a certain product by making a separate request to the Google Shopping Products endpoint
83246
83450
  example:
83247
83451
  4485466949985702538
83248
83452
  learn more about the parameter in this help center guide */
83249
- product_id?: string;
83453
+ product_id?: string | undefined;
83454
+ /** unique identifier of the SERP data element
83455
+ required field if product_id is not specified
83456
+ you can get this value for a certain element by making a separate request to the Google Shopping Products endpoint
83457
+ example:
83458
+ 13071766526042404278 */
83459
+ data_docid?: string | undefined;
83250
83460
  /** task priority
83251
83461
  optional field
83252
83462
  can take the following values:
@@ -83808,19 +84018,26 @@ export interface IMerchantGoogleSellersTaskGetHtmlResponseInfo extends IBaseResp
83808
84018
  [key: string]: any;
83809
84019
  }
83810
84020
  export declare class MerchantGoogleProductSpecTaskPostRequestInfo implements IMerchantGoogleProductSpecTaskPostRequestInfo {
83811
- /** product ID
83812
- required field
83813
- unique product identifier in Google Shopping
83814
- you can receive the product_id by making a separate request to the Google Shopping Products endpoint
84021
+ /** unique product identifier on Google Shopping
84022
+ required field if data_docid is not specified
84023
+ you can get this value for a certain product by making a separate request to the Google Shopping Products endpoint
84024
+ example:
84025
+ 4485466949985702538
83815
84026
  learn more about the parameter in this help center guide */
83816
- product_id?: string;
84027
+ product_id?: string | undefined;
84028
+ /** unique identifier of the SERP data element
84029
+ required field if product_id is not specified
84030
+ you can get this value for a certain element by making a separate request to the Google Shopping Products endpoint
84031
+ example:
84032
+ 13071766526042404278 */
84033
+ data_docid?: string | undefined;
83817
84034
  /** task priority
83818
84035
  optional field
83819
84036
  can take the following values:
83820
84037
  1 – normal execution priority (set by default)
83821
84038
  2 – high execution priority
83822
84039
  You will be additionally charged for the tasks with high execution priority.
83823
- The cost can be calculated on the Pricing page. */
84040
+ the cost can be calculated on the Pricing page. */
83824
84041
  priority?: number | undefined;
83825
84042
  /** full name of the location
83826
84043
  required field if you don’t specify location_code or location_coordinate
@@ -83916,19 +84133,26 @@ learn more on our Help Center */
83916
84133
  toJSON(data?: any): any;
83917
84134
  }
83918
84135
  export interface IMerchantGoogleProductSpecTaskPostRequestInfo {
83919
- /** product ID
83920
- required field
83921
- unique product identifier in Google Shopping
83922
- you can receive the product_id by making a separate request to the Google Shopping Products endpoint
84136
+ /** unique product identifier on Google Shopping
84137
+ required field if data_docid is not specified
84138
+ you can get this value for a certain product by making a separate request to the Google Shopping Products endpoint
84139
+ example:
84140
+ 4485466949985702538
83923
84141
  learn more about the parameter in this help center guide */
83924
- product_id?: string;
84142
+ product_id?: string | undefined;
84143
+ /** unique identifier of the SERP data element
84144
+ required field if product_id is not specified
84145
+ you can get this value for a certain element by making a separate request to the Google Shopping Products endpoint
84146
+ example:
84147
+ 13071766526042404278 */
84148
+ data_docid?: string | undefined;
83925
84149
  /** task priority
83926
84150
  optional field
83927
84151
  can take the following values:
83928
84152
  1 – normal execution priority (set by default)
83929
84153
  2 – high execution priority
83930
84154
  You will be additionally charged for the tasks with high execution priority.
83931
- The cost can be calculated on the Pricing page. */
84155
+ the cost can be calculated on the Pricing page. */
83932
84156
  priority?: number | undefined;
83933
84157
  /** full name of the location
83934
84158
  required field if you don’t specify location_code or location_coordinate
@@ -84336,12 +84560,19 @@ export interface IMerchantGoogleProductSpecTaskGetHtmlResponseInfo extends IBase
84336
84560
  [key: string]: any;
84337
84561
  }
84338
84562
  export declare class MerchantGoogleProductInfoTaskPostRequestInfo implements IMerchantGoogleProductInfoTaskPostRequestInfo {
84339
- /** product ID
84340
- required field
84341
- unique product identifier in Google Shopping
84342
- you can receive the product_id by making a separate request to the Google Shopping Products endpoint
84563
+ /** unique product identifier on Google Shopping
84564
+ required field if data_docid is not specified
84565
+ you can get this value for a certain product by making a separate request to the Google Shopping Products endpoint
84566
+ example:
84567
+ 4485466949985702538
84343
84568
  learn more about the parameter in this help center guide */
84344
- product_id?: string;
84569
+ product_id?: string | undefined;
84570
+ /** unique identifier of the SERP data element
84571
+ required field if product_id is not specified
84572
+ you can get this value for a certain element by making a separate request to the Google Shopping Products endpoint
84573
+ example:
84574
+ 13071766526042404278 */
84575
+ data_docid?: string | undefined;
84345
84576
  /** task priority
84346
84577
  optional field
84347
84578
  can take the following values:
@@ -84435,12 +84666,19 @@ learn more on our Help Center */
84435
84666
  toJSON(data?: any): any;
84436
84667
  }
84437
84668
  export interface IMerchantGoogleProductInfoTaskPostRequestInfo {
84438
- /** product ID
84439
- required field
84440
- unique product identifier in Google Shopping
84441
- you can receive the product_id by making a separate request to the Google Shopping Products endpoint
84669
+ /** unique product identifier on Google Shopping
84670
+ required field if data_docid is not specified
84671
+ you can get this value for a certain product by making a separate request to the Google Shopping Products endpoint
84672
+ example:
84673
+ 4485466949985702538
84442
84674
  learn more about the parameter in this help center guide */
84443
- product_id?: string;
84675
+ product_id?: string | undefined;
84676
+ /** unique identifier of the SERP data element
84677
+ required field if product_id is not specified
84678
+ you can get this value for a certain element by making a separate request to the Google Shopping Products endpoint
84679
+ example:
84680
+ 13071766526042404278 */
84681
+ data_docid?: string | undefined;
84444
84682
  /** task priority
84445
84683
  optional field
84446
84684
  can take the following values:
@@ -86285,6 +86523,42 @@ export interface IMerchantAmazonAsinTasksReadyResponseInfo extends IBaseResponse
86285
86523
  tasks?: (MerchantAmazonAsinTasksReadyTaskInfo | undefined)[] | undefined;
86286
86524
  [key: string]: any;
86287
86525
  }
86526
+ export declare class AmazonApplicableVouchersItem implements IAmazonApplicableVouchersItem {
86527
+ /** type of element */
86528
+ type?: string | undefined;
86529
+ /** text of the voucher */
86530
+ text?: string | undefined;
86531
+ /** value of the fixed discount */
86532
+ fixed_discount?: number | undefined;
86533
+ /** currency code of the fixed discount */
86534
+ fixed_discount_currency?: string | undefined;
86535
+ /** value of the percentage discount
86536
+ if the discount is fixed, the value will be null */
86537
+ percentage_discount?: number | undefined;
86538
+ /** important details about the terms of discount vouchers */
86539
+ important_details?: string | undefined;
86540
+ [key: string]: any;
86541
+ constructor(data?: IAmazonApplicableVouchersItem);
86542
+ init(_data?: any): void;
86543
+ static fromJS(data: any): AmazonApplicableVouchersItem;
86544
+ toJSON(data?: any): any;
86545
+ }
86546
+ export interface IAmazonApplicableVouchersItem {
86547
+ /** type of element */
86548
+ type?: string | undefined;
86549
+ /** text of the voucher */
86550
+ text?: string | undefined;
86551
+ /** value of the fixed discount */
86552
+ fixed_discount?: number | undefined;
86553
+ /** currency code of the fixed discount */
86554
+ fixed_discount_currency?: string | undefined;
86555
+ /** value of the percentage discount
86556
+ if the discount is fixed, the value will be null */
86557
+ percentage_discount?: number | undefined;
86558
+ /** important details about the terms of discount vouchers */
86559
+ important_details?: string | undefined;
86560
+ [key: string]: any;
86561
+ }
86288
86562
  export declare class AmazonProductNewerModelInfo implements IAmazonProductNewerModelInfo {
86289
86563
  /** product title */
86290
86564
  title?: string | undefined;
@@ -86374,7 +86648,7 @@ export interface IProductInformationImageRow extends IBaseProductInformationRowI
86374
86648
  [key: string]: any;
86375
86649
  }
86376
86650
  export declare class ProductInformationTextRow extends BaseProductInformationRowItem implements IProductInformationTextRow {
86377
- /** text specified under the given title within the section_name */
86651
+ /** text of the voucher */
86378
86652
  text?: string | undefined;
86379
86653
  [key: string]: any;
86380
86654
  constructor(data?: IProductInformationTextRow);
@@ -86383,7 +86657,7 @@ export declare class ProductInformationTextRow extends BaseProductInformationRow
86383
86657
  toJSON(data?: any): any;
86384
86658
  }
86385
86659
  export interface IProductInformationTextRow extends IBaseProductInformationRowItem {
86386
- /** text specified under the given title within the section_name */
86660
+ /** text of the voucher */
86387
86661
  text?: string | undefined;
86388
86662
  [key: string]: any;
86389
86663
  }
@@ -86423,6 +86697,104 @@ export interface IProductInformationExtendedItem extends IBaseProductInformation
86423
86697
  contents?: (ProductInformationRows | undefined)[] | undefined;
86424
86698
  [key: string]: any;
86425
86699
  }
86700
+ export declare class UserProfileInfo implements IUserProfileInfo {
86701
+ /** the name of the reviewer */
86702
+ name?: string | undefined;
86703
+ /** URL to the profile picture of the reviewer */
86704
+ avatar?: string | undefined;
86705
+ /** relevant url */
86706
+ url?: string | undefined;
86707
+ /** total number of reviews submitted by the reviewer */
86708
+ reviews_count?: number | undefined;
86709
+ /** country of the reviewer */
86710
+ locations?: string | undefined;
86711
+ [key: string]: any;
86712
+ constructor(data?: IUserProfileInfo);
86713
+ init(_data?: any): void;
86714
+ static fromJS(data: any): UserProfileInfo;
86715
+ toJSON(data?: any): any;
86716
+ }
86717
+ export interface IUserProfileInfo {
86718
+ /** the name of the reviewer */
86719
+ name?: string | undefined;
86720
+ /** URL to the profile picture of the reviewer */
86721
+ avatar?: string | undefined;
86722
+ /** relevant url */
86723
+ url?: string | undefined;
86724
+ /** total number of reviews submitted by the reviewer */
86725
+ reviews_count?: number | undefined;
86726
+ /** country of the reviewer */
86727
+ locations?: string | undefined;
86728
+ [key: string]: any;
86729
+ }
86730
+ export declare class AmazonAmazonReviewItemSerpElementItem extends BaseAmazonSerpElementItem implements IAmazonAmazonReviewItemSerpElementItem {
86731
+ /** the alignment of the review in SERP
86732
+ can take the following values: right */
86733
+ position?: string | undefined;
86734
+ /** indicates whether the review has the “Verified Purchase” mark */
86735
+ verified?: boolean | undefined;
86736
+ /** subtitle of the review */
86737
+ subtitle?: string | undefined;
86738
+ /** helpful votes count
86739
+ number of users who clicked on the ‘Helpful” button under the review text */
86740
+ helpful_votes?: number | undefined;
86741
+ /** images of the product submitted by the reviewer */
86742
+ images?: (ImagesElement | undefined)[] | undefined;
86743
+ /** videos of the product submitted by the reviewer */
86744
+ videos?: (VideoElement | undefined)[] | undefined;
86745
+ /** user profile of the reviewer */
86746
+ user_profile?: UserProfileInfo | undefined;
86747
+ /** title of the review */
86748
+ title?: string | undefined;
86749
+ /** URL to the reviewer’s profile */
86750
+ url?: string | undefined;
86751
+ /** content of the review */
86752
+ review_text?: string | undefined;
86753
+ /** date and time when the review was published
86754
+ in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”;
86755
+ example:
86756
+ 2019-11-15 12:57:46 +00:00 */
86757
+ publication_date?: string | undefined;
86758
+ /** the rating score submitted by the reviewer */
86759
+ rating?: RatingInfo | undefined;
86760
+ [key: string]: any;
86761
+ constructor(data?: IAmazonAmazonReviewItemSerpElementItem);
86762
+ init(_data?: any): void;
86763
+ static fromJS(data: any): AmazonAmazonReviewItemSerpElementItem;
86764
+ toJSON(data?: any): any;
86765
+ }
86766
+ export interface IAmazonAmazonReviewItemSerpElementItem extends IBaseAmazonSerpElementItem {
86767
+ /** the alignment of the review in SERP
86768
+ can take the following values: right */
86769
+ position?: string | undefined;
86770
+ /** indicates whether the review has the “Verified Purchase” mark */
86771
+ verified?: boolean | undefined;
86772
+ /** subtitle of the review */
86773
+ subtitle?: string | undefined;
86774
+ /** helpful votes count
86775
+ number of users who clicked on the ‘Helpful” button under the review text */
86776
+ helpful_votes?: number | undefined;
86777
+ /** images of the product submitted by the reviewer */
86778
+ images?: (ImagesElement | undefined)[] | undefined;
86779
+ /** videos of the product submitted by the reviewer */
86780
+ videos?: (VideoElement | undefined)[] | undefined;
86781
+ /** user profile of the reviewer */
86782
+ user_profile?: UserProfileInfo | undefined;
86783
+ /** title of the review */
86784
+ title?: string | undefined;
86785
+ /** URL to the reviewer’s profile */
86786
+ url?: string | undefined;
86787
+ /** content of the review */
86788
+ review_text?: string | undefined;
86789
+ /** date and time when the review was published
86790
+ in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”;
86791
+ example:
86792
+ 2019-11-15 12:57:46 +00:00 */
86793
+ publication_date?: string | undefined;
86794
+ /** the rating score submitted by the reviewer */
86795
+ rating?: RatingInfo | undefined;
86796
+ [key: string]: any;
86797
+ }
86426
86798
  export declare class AmazonAmazonProductInfoSerpElementItem extends BaseAmazonSerpElementItem implements IAmazonAmazonProductInfoSerpElementItem {
86427
86799
  /** the alignment of the element in Amazon SERP
86428
86800
  possible values:
@@ -86461,6 +86833,8 @@ if the value is true, the product is marked with the “Amazon’s choice” lab
86461
86833
  rating?: RatingElement | undefined;
86462
86834
  /** indicates whether the newer model of the product is available */
86463
86835
  is_newer_model_available?: boolean | undefined;
86836
+ /** array of objects containing information about applicable vouchers */
86837
+ applicable_vouchers?: (AmazonApplicableVouchersItem | undefined)[] | undefined;
86464
86838
  /** information about the newer model of the product */
86465
86839
  newer_model?: AmazonProductNewerModelInfo | undefined;
86466
86840
  /** contains related product categories */
@@ -86525,6 +86899,8 @@ if the value is true, the product is marked with the “Amazon’s choice” lab
86525
86899
  rating?: RatingElement | undefined;
86526
86900
  /** indicates whether the newer model of the product is available */
86527
86901
  is_newer_model_available?: boolean | undefined;
86902
+ /** array of objects containing information about applicable vouchers */
86903
+ applicable_vouchers?: (AmazonApplicableVouchersItem | undefined)[] | undefined;
86528
86904
  /** information about the newer model of the product */
86529
86905
  newer_model?: AmazonProductNewerModelInfo | undefined;
86530
86906
  /** contains related product categories */
@@ -86629,104 +87005,6 @@ export interface IMerchantAmazonAsinTaskGetAdvancedTaskInfo extends IBaseRespons
86629
87005
  result?: (MerchantAmazonAsinTaskGetAdvancedResultInfo | undefined)[] | undefined;
86630
87006
  [key: string]: any;
86631
87007
  }
86632
- export declare class UserProfileInfo implements IUserProfileInfo {
86633
- /** the name of the reviewer */
86634
- name?: string | undefined;
86635
- /** URL to the profile picture of the reviewer */
86636
- avatar?: string | undefined;
86637
- /** URL of the video */
86638
- url?: string | undefined;
86639
- /** total number of reviews submitted by the reviewer */
86640
- reviews_count?: number | undefined;
86641
- /** country of the reviewer */
86642
- locations?: string | undefined;
86643
- [key: string]: any;
86644
- constructor(data?: IUserProfileInfo);
86645
- init(_data?: any): void;
86646
- static fromJS(data: any): UserProfileInfo;
86647
- toJSON(data?: any): any;
86648
- }
86649
- export interface IUserProfileInfo {
86650
- /** the name of the reviewer */
86651
- name?: string | undefined;
86652
- /** URL to the profile picture of the reviewer */
86653
- avatar?: string | undefined;
86654
- /** URL of the video */
86655
- url?: string | undefined;
86656
- /** total number of reviews submitted by the reviewer */
86657
- reviews_count?: number | undefined;
86658
- /** country of the reviewer */
86659
- locations?: string | undefined;
86660
- [key: string]: any;
86661
- }
86662
- export declare class AmazonAmazonReviewItemSerpElementItem extends BaseAmazonSerpElementItem implements IAmazonAmazonReviewItemSerpElementItem {
86663
- /** the alignment of the review in SERP
86664
- can take the following values: right */
86665
- position?: string | undefined;
86666
- /** indicates whether the review has the “Verified Purchase” mark */
86667
- verified?: boolean | undefined;
86668
- /** subtitle of the review */
86669
- subtitle?: string | undefined;
86670
- /** helpful votes count
86671
- number of users who clicked on the ‘Helpful” button under the review text */
86672
- helpful_votes?: number | undefined;
86673
- /** images of the product submitted by the reviewer */
86674
- images?: (ImagesElement | undefined)[] | undefined;
86675
- /** videos of the product submitted by the reviewer */
86676
- videos?: (VideoElement | undefined)[] | undefined;
86677
- /** user profile of the reviewer */
86678
- user_profile?: UserProfileInfo | undefined;
86679
- /** title of the review */
86680
- title?: string | undefined;
86681
- /** relevant url */
86682
- url?: string | undefined;
86683
- /** content of the review */
86684
- review_text?: string | undefined;
86685
- /** date and time when the review was published
86686
- in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”;
86687
- example:
86688
- 2019-11-15 12:57:46 +00:00 */
86689
- publication_date?: string | undefined;
86690
- /** the rating score submitted by the reviewer */
86691
- rating?: RatingInfo | undefined;
86692
- [key: string]: any;
86693
- constructor(data?: IAmazonAmazonReviewItemSerpElementItem);
86694
- init(_data?: any): void;
86695
- static fromJS(data: any): AmazonAmazonReviewItemSerpElementItem;
86696
- toJSON(data?: any): any;
86697
- }
86698
- export interface IAmazonAmazonReviewItemSerpElementItem extends IBaseAmazonSerpElementItem {
86699
- /** the alignment of the review in SERP
86700
- can take the following values: right */
86701
- position?: string | undefined;
86702
- /** indicates whether the review has the “Verified Purchase” mark */
86703
- verified?: boolean | undefined;
86704
- /** subtitle of the review */
86705
- subtitle?: string | undefined;
86706
- /** helpful votes count
86707
- number of users who clicked on the ‘Helpful” button under the review text */
86708
- helpful_votes?: number | undefined;
86709
- /** images of the product submitted by the reviewer */
86710
- images?: (ImagesElement | undefined)[] | undefined;
86711
- /** videos of the product submitted by the reviewer */
86712
- videos?: (VideoElement | undefined)[] | undefined;
86713
- /** user profile of the reviewer */
86714
- user_profile?: UserProfileInfo | undefined;
86715
- /** title of the review */
86716
- title?: string | undefined;
86717
- /** relevant url */
86718
- url?: string | undefined;
86719
- /** content of the review */
86720
- review_text?: string | undefined;
86721
- /** date and time when the review was published
86722
- in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”;
86723
- example:
86724
- 2019-11-15 12:57:46 +00:00 */
86725
- publication_date?: string | undefined;
86726
- /** the rating score submitted by the reviewer */
86727
- rating?: RatingInfo | undefined;
86728
- [key: string]: any;
86729
- }
86730
87008
  export declare class MerchantAmazonAsinTaskGetAdvancedResponseInfo extends BaseResponseInfo implements IMerchantAmazonAsinTaskGetAdvancedResponseInfo {
86731
87009
  /** array of tasks */
86732
87010
  tasks?: (MerchantAmazonAsinTaskGetAdvancedTaskInfo | undefined)[] | undefined;
@@ -93642,7 +93920,7 @@ optional field
93642
93920
  you can add several filters at once (8 filters maximum)
93643
93921
  you should set a logical operator and, or between the conditions
93644
93922
  the following operators are supported:
93645
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, like, not_like
93923
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, like, not_like, match, not_match
93646
93924
  you can use the % operator with like and not_like to match any string of zero or more characters
93647
93925
  example:
93648
93926
  ["rating.value",">",3]
@@ -93726,7 +94004,7 @@ optional field
93726
94004
  you can add several filters at once (8 filters maximum)
93727
94005
  you should set a logical operator and, or between the conditions
93728
94006
  the following operators are supported:
93729
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, like, not_like
94007
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, like, not_like, match, not_match
93730
94008
  you can use the % operator with like and not_like to match any string of zero or more characters
93731
94009
  example:
93732
94010
  ["rating.value",">",3]
@@ -94257,7 +94535,7 @@ optional field
94257
94535
  you can add several filters at once (8 filters maximum)
94258
94536
  you should set a logical operator and, or between the conditions
94259
94537
  the following operators are supported:
94260
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, like, not_like
94538
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, like, not_like, match, not_match
94261
94539
  you can use the % operator with like and not_like to match any string of zero or more characters
94262
94540
  example:
94263
94541
  ["rating.value",">",3]
@@ -94322,7 +94600,7 @@ optional field
94322
94600
  you can add several filters at once (8 filters maximum)
94323
94601
  you should set a logical operator and, or between the conditions
94324
94602
  the following operators are supported:
94325
- regex, not_regex, <, <=, >, >=, =, <>, in, not_in, like, not_like
94603
+ regex, not_regex, <, <=, >, >=, =, <>, in, not_in, like, not_like, match, not_match
94326
94604
  you can use the % operator with like and not_like to match any string of zero or more characters
94327
94605
  example:
94328
94606
  ["rating.value",">",3]
@@ -97936,6 +98214,8 @@ export declare class HotelAmenityItemInfo implements IHotelAmenityItemInfo {
97936
98214
  hint?: string | undefined;
97937
98215
  /** displayed details about the amenity */
97938
98216
  hint_label?: string | undefined;
98217
+ /** indicates whether the amenity is available in the hotel */
98218
+ is_available?: boolean | undefined;
97939
98219
  [key: string]: any;
97940
98220
  constructor(data?: IHotelAmenityItemInfo);
97941
98221
  init(_data?: any): void;
@@ -97951,6 +98231,8 @@ export interface IHotelAmenityItemInfo {
97951
98231
  hint?: string | undefined;
97952
98232
  /** displayed details about the amenity */
97953
98233
  hint_label?: string | undefined;
98234
+ /** indicates whether the amenity is available in the hotel */
98235
+ is_available?: boolean | undefined;
97954
98236
  [key: string]: any;
97955
98237
  }
97956
98238
  export declare class HotelAmenityInfo implements IHotelAmenityInfo {
@@ -103383,15 +103665,15 @@ export interface IAppendixFunctionTypeInfo {
103383
103665
  html?: number | undefined;
103384
103666
  [key: string]: any;
103385
103667
  }
103386
- export declare class AppendixDayLimitsRatesDataInfo implements IAppendixDayLimitsRatesDataInfo {
103668
+ export declare class AppendixJobsSerpLimitsRatesDataInfo implements IAppendixJobsSerpLimitsRatesDataInfo {
103387
103669
  task_post?: number | undefined;
103388
103670
  [key: string]: any;
103389
- constructor(data?: IAppendixDayLimitsRatesDataInfo);
103671
+ constructor(data?: IAppendixJobsSerpLimitsRatesDataInfo);
103390
103672
  init(_data?: any): void;
103391
- static fromJS(data: any): AppendixDayLimitsRatesDataInfo;
103673
+ static fromJS(data: any): AppendixJobsSerpLimitsRatesDataInfo;
103392
103674
  toJSON(data?: any): any;
103393
103675
  }
103394
- export interface IAppendixDayLimitsRatesDataInfo {
103676
+ export interface IAppendixJobsSerpLimitsRatesDataInfo {
103395
103677
  task_post?: number | undefined;
103396
103678
  [key: string]: any;
103397
103679
  }
@@ -103404,7 +103686,7 @@ export declare class AppendixSerpLimitsRatesDataInfo implements IAppendixSerpLim
103404
103686
  live?: AppendixFunctionTypeInfo | undefined;
103405
103687
  errors?: number | undefined;
103406
103688
  tasks_fixed?: number | undefined;
103407
- jobs?: AppendixDayLimitsRatesDataInfo | undefined;
103689
+ jobs?: AppendixJobsSerpLimitsRatesDataInfo | undefined;
103408
103690
  screenshot?: number | undefined;
103409
103691
  [key: string]: any;
103410
103692
  constructor(data?: IAppendixSerpLimitsRatesDataInfo);
@@ -103421,7 +103703,7 @@ export interface IAppendixSerpLimitsRatesDataInfo {
103421
103703
  live?: AppendixFunctionTypeInfo | undefined;
103422
103704
  errors?: number | undefined;
103423
103705
  tasks_fixed?: number | undefined;
103424
- jobs?: AppendixDayLimitsRatesDataInfo | undefined;
103706
+ jobs?: AppendixJobsSerpLimitsRatesDataInfo | undefined;
103425
103707
  screenshot?: number | undefined;
103426
103708
  [key: string]: any;
103427
103709
  }
@@ -103538,8 +103820,8 @@ export declare class AppendixKeywordsDatasRatesDataInfo implements IAppendixKeyw
103538
103820
  google_ads?: AppendixGoogleAdsKeywordsDataLimitsRatesDataInfo | undefined;
103539
103821
  dataforseo_trends?: AppendixDataforseoTrendsKeywordsDataLimitsRatesDataInfo | undefined;
103540
103822
  clickstream_data?: AppendixClickstreamDataKeywordsDataLimitsRatesDataInfo | undefined;
103541
- audience_estimation?: AppendixDayLimitsRatesDataInfo | undefined;
103542
- keyword_suggestions_for_url?: AppendixDayLimitsRatesDataInfo | undefined;
103823
+ audience_estimation?: AppendixInfo | undefined;
103824
+ keyword_suggestions_for_url?: AppendixInfo | undefined;
103543
103825
  [key: string]: any;
103544
103826
  constructor(data?: IAppendixKeywordsDatasRatesDataInfo);
103545
103827
  init(_data?: any): void;
@@ -103563,8 +103845,8 @@ export interface IAppendixKeywordsDatasRatesDataInfo {
103563
103845
  google_ads?: AppendixGoogleAdsKeywordsDataLimitsRatesDataInfo | undefined;
103564
103846
  dataforseo_trends?: AppendixDataforseoTrendsKeywordsDataLimitsRatesDataInfo | undefined;
103565
103847
  clickstream_data?: AppendixClickstreamDataKeywordsDataLimitsRatesDataInfo | undefined;
103566
- audience_estimation?: AppendixDayLimitsRatesDataInfo | undefined;
103567
- keyword_suggestions_for_url?: AppendixDayLimitsRatesDataInfo | undefined;
103848
+ audience_estimation?: AppendixInfo | undefined;
103849
+ keyword_suggestions_for_url?: AppendixInfo | undefined;
103568
103850
  [key: string]: any;
103569
103851
  }
103570
103852
  export declare class AppendixAppendixsRatesDataInfo implements IAppendixAppendixsRatesDataInfo {
@@ -103616,6 +103898,8 @@ export declare class AppendixDataforseoLabsLimitsRatesDataInfo implements IAppen
103616
103898
  app_intersection?: AppendixInfo | undefined;
103617
103899
  bulk_app_metrics?: AppendixInfo | undefined;
103618
103900
  search_intent?: AppendixInfo | undefined;
103901
+ historical_bulk_traffic_estimation?: AppendixInfo | undefined;
103902
+ categories_for_keywords?: AppendixInfo | undefined;
103619
103903
  [key: string]: any;
103620
103904
  constructor(data?: IAppendixDataforseoLabsLimitsRatesDataInfo);
103621
103905
  init(_data?: any): void;
@@ -103657,6 +103941,8 @@ export interface IAppendixDataforseoLabsLimitsRatesDataInfo {
103657
103941
  app_intersection?: AppendixInfo | undefined;
103658
103942
  bulk_app_metrics?: AppendixInfo | undefined;
103659
103943
  search_intent?: AppendixInfo | undefined;
103944
+ historical_bulk_traffic_estimation?: AppendixInfo | undefined;
103945
+ categories_for_keywords?: AppendixInfo | undefined;
103660
103946
  [key: string]: any;
103661
103947
  }
103662
103948
  export declare class AppendixWhoisDomainAnalyticsLimitsRatesDataInfo implements IAppendixWhoisDomainAnalyticsLimitsRatesDataInfo {
@@ -104008,6 +104294,7 @@ export declare class AppendixAppDataLimitsRatesDataInfo implements IAppendixAppD
104008
104294
  languages?: number | undefined;
104009
104295
  locations?: number | undefined;
104010
104296
  categories?: number | undefined;
104297
+ app_listings?: AppendixBusinessListingsBusinessDataLimitsRatesDataInfo | undefined;
104011
104298
  tasks_ready?: number | undefined;
104012
104299
  [key: string]: any;
104013
104300
  constructor(data?: IAppendixAppDataLimitsRatesDataInfo);
@@ -104024,6 +104311,7 @@ export interface IAppendixAppDataLimitsRatesDataInfo {
104024
104311
  languages?: number | undefined;
104025
104312
  locations?: number | undefined;
104026
104313
  categories?: number | undefined;
104314
+ app_listings?: AppendixBusinessListingsBusinessDataLimitsRatesDataInfo | undefined;
104027
104315
  tasks_ready?: number | undefined;
104028
104316
  [key: string]: any;
104029
104317
  }
@@ -104194,8 +104482,8 @@ export declare class AppendixKeywordsDataDataInfo implements IAppendixKeywordsDa
104194
104482
  google_ads?: AppendixGoogleAdsKeywordsDataLimitsRatesDataInfo | undefined;
104195
104483
  dataforseo_trends?: AppendixDataforseoTrendsKeywordsDataLimitsRatesDataInfo | undefined;
104196
104484
  clickstream_data?: AppendixClickstreamDataKeywordsDataLimitsRatesDataInfo | undefined;
104197
- audience_estimation?: AppendixDayLimitsRatesDataInfo | undefined;
104198
- keyword_suggestions_for_url?: AppendixDayLimitsRatesDataInfo | undefined;
104485
+ audience_estimation?: AppendixInfo | undefined;
104486
+ keyword_suggestions_for_url?: AppendixInfo | undefined;
104199
104487
  naver?: AppendixNaverKeywordsDataDataInfo | undefined;
104200
104488
  google?: AppendixBingKeywordsDataLimitsRatesDataInfo | undefined;
104201
104489
  keyword_ideas_ads_api?: AppendixSerpLimitsRatesDataInfo | undefined;
@@ -104222,8 +104510,8 @@ export interface IAppendixKeywordsDataDataInfo {
104222
104510
  google_ads?: AppendixGoogleAdsKeywordsDataLimitsRatesDataInfo | undefined;
104223
104511
  dataforseo_trends?: AppendixDataforseoTrendsKeywordsDataLimitsRatesDataInfo | undefined;
104224
104512
  clickstream_data?: AppendixClickstreamDataKeywordsDataLimitsRatesDataInfo | undefined;
104225
- audience_estimation?: AppendixDayLimitsRatesDataInfo | undefined;
104226
- keyword_suggestions_for_url?: AppendixDayLimitsRatesDataInfo | undefined;
104513
+ audience_estimation?: AppendixInfo | undefined;
104514
+ keyword_suggestions_for_url?: AppendixInfo | undefined;
104227
104515
  naver?: AppendixNaverKeywordsDataDataInfo | undefined;
104228
104516
  google?: AppendixBingKeywordsDataLimitsRatesDataInfo | undefined;
104229
104517
  keyword_ideas_ads_api?: AppendixSerpLimitsRatesDataInfo | undefined;
@@ -104344,7 +104632,7 @@ export declare class AppendixSerpDayStatisticsRatesData implements IAppendixSerp
104344
104632
  live?: AppendixFunctionTypeInfo | undefined;
104345
104633
  errors?: number | undefined;
104346
104634
  tasks_fixed?: number | undefined;
104347
- jobs?: AppendixDayLimitsRatesDataInfo | undefined;
104635
+ jobs?: AppendixJobsSerpLimitsRatesDataInfo | undefined;
104348
104636
  screenshot?: number | undefined;
104349
104637
  id_list?: number | undefined;
104350
104638
  ai_summary?: number | undefined;
@@ -104363,7 +104651,7 @@ export interface IAppendixSerpDayStatisticsRatesData {
104363
104651
  live?: AppendixFunctionTypeInfo | undefined;
104364
104652
  errors?: number | undefined;
104365
104653
  tasks_fixed?: number | undefined;
104366
- jobs?: AppendixDayLimitsRatesDataInfo | undefined;
104654
+ jobs?: AppendixJobsSerpLimitsRatesDataInfo | undefined;
104367
104655
  screenshot?: number | undefined;
104368
104656
  id_list?: number | undefined;
104369
104657
  ai_summary?: number | undefined;
@@ -104411,12 +104699,12 @@ export declare class AppendixKeywordsDataDayStatisticsRatesData implements IAppe
104411
104699
  dataforseo_trends?: AppendixDataforseoTrendsKeywordsDataLimitsRatesDataInfo | undefined;
104412
104700
  clickstream_data?: AppendixClickstreamDataKeywordsDataLimitsRatesDataInfo | undefined;
104413
104701
  audience_estimation?: AppendixInfo | undefined;
104414
- keyword_suggestions_for_url?: AppendixDayLimitsRatesDataInfo | undefined;
104415
- id_list?: number | undefined;
104416
- industries?: number | undefined;
104702
+ keyword_suggestions_for_url?: AppendixInfo | undefined;
104703
+ job_functions?: number | undefined;
104417
104704
  search_volume_history?: AppendixInfo | undefined;
104418
104705
  google?: AppendixBingKeywordsDataLimitsRatesDataInfo | undefined;
104419
- job_functions?: number | undefined;
104706
+ industries?: number | undefined;
104707
+ id_list?: number | undefined;
104420
104708
  [key: string]: any;
104421
104709
  constructor(data?: IAppendixKeywordsDataDayStatisticsRatesData);
104422
104710
  init(_data?: any): void;
@@ -104441,19 +104729,19 @@ export interface IAppendixKeywordsDataDayStatisticsRatesData {
104441
104729
  dataforseo_trends?: AppendixDataforseoTrendsKeywordsDataLimitsRatesDataInfo | undefined;
104442
104730
  clickstream_data?: AppendixClickstreamDataKeywordsDataLimitsRatesDataInfo | undefined;
104443
104731
  audience_estimation?: AppendixInfo | undefined;
104444
- keyword_suggestions_for_url?: AppendixDayLimitsRatesDataInfo | undefined;
104445
- id_list?: number | undefined;
104446
- industries?: number | undefined;
104732
+ keyword_suggestions_for_url?: AppendixInfo | undefined;
104733
+ job_functions?: number | undefined;
104447
104734
  search_volume_history?: AppendixInfo | undefined;
104448
104735
  google?: AppendixBingKeywordsDataLimitsRatesDataInfo | undefined;
104449
- job_functions?: number | undefined;
104736
+ industries?: number | undefined;
104737
+ id_list?: number | undefined;
104450
104738
  [key: string]: any;
104451
104739
  }
104452
104740
  export declare class AppendixAppendixDayStatisticsRatesData implements IAppendixAppendixDayStatisticsRatesData {
104453
104741
  user_data?: number | undefined;
104454
104742
  errors?: number | undefined;
104455
- status?: number | undefined;
104456
104743
  webhook_resend?: number | undefined;
104744
+ status?: number | undefined;
104457
104745
  [key: string]: any;
104458
104746
  constructor(data?: IAppendixAppendixDayStatisticsRatesData);
104459
104747
  init(_data?: any): void;
@@ -104463,8 +104751,8 @@ export declare class AppendixAppendixDayStatisticsRatesData implements IAppendix
104463
104751
  export interface IAppendixAppendixDayStatisticsRatesData {
104464
104752
  user_data?: number | undefined;
104465
104753
  errors?: number | undefined;
104466
- status?: number | undefined;
104467
104754
  webhook_resend?: number | undefined;
104755
+ status?: number | undefined;
104468
104756
  [key: string]: any;
104469
104757
  }
104470
104758
  export declare class AppendixDataforseoLabsDayStatisticsRatesData implements IAppendixDataforseoLabsDayStatisticsRatesData {
@@ -104502,15 +104790,15 @@ export declare class AppendixDataforseoLabsDayStatisticsRatesData implements IAp
104502
104790
  app_intersection?: AppendixInfo | undefined;
104503
104791
  bulk_app_metrics?: AppendixInfo | undefined;
104504
104792
  search_intent?: AppendixInfo | undefined;
104505
- id_list?: number | undefined;
104506
104793
  historical_bulk_traffic_estimation?: AppendixInfo | undefined;
104794
+ categories_for_keywords?: AppendixInfo | undefined;
104507
104795
  available_history?: number | undefined;
104508
104796
  status?: number | undefined;
104797
+ id_list?: number | undefined;
104798
+ top_google_searches?: AppendixInfo | undefined;
104799
+ languages?: number | undefined;
104509
104800
  available_filters?: number | undefined;
104510
104801
  amazon?: AppendixDataforseoLabsLimitsRatesDataInfo | undefined;
104511
- languages?: number | undefined;
104512
- categories_for_keywords?: AppendixInfo | undefined;
104513
- top_google_searches?: AppendixInfo | undefined;
104514
104802
  [key: string]: any;
104515
104803
  constructor(data?: IAppendixDataforseoLabsDayStatisticsRatesData);
104516
104804
  init(_data?: any): void;
@@ -104552,15 +104840,15 @@ export interface IAppendixDataforseoLabsDayStatisticsRatesData {
104552
104840
  app_intersection?: AppendixInfo | undefined;
104553
104841
  bulk_app_metrics?: AppendixInfo | undefined;
104554
104842
  search_intent?: AppendixInfo | undefined;
104555
- id_list?: number | undefined;
104556
104843
  historical_bulk_traffic_estimation?: AppendixInfo | undefined;
104844
+ categories_for_keywords?: AppendixInfo | undefined;
104557
104845
  available_history?: number | undefined;
104558
104846
  status?: number | undefined;
104847
+ id_list?: number | undefined;
104848
+ top_google_searches?: AppendixInfo | undefined;
104849
+ languages?: number | undefined;
104559
104850
  available_filters?: number | undefined;
104560
104851
  amazon?: AppendixDataforseoLabsLimitsRatesDataInfo | undefined;
104561
- languages?: number | undefined;
104562
- categories_for_keywords?: AppendixInfo | undefined;
104563
- top_google_searches?: AppendixInfo | undefined;
104564
104852
  [key: string]: any;
104565
104853
  }
104566
104854
  export declare class AppendixDomainAnalyticsDayStatisticsRatesData implements IAppendixDomainAnalyticsDayStatisticsRatesData {
@@ -104616,9 +104904,9 @@ export declare class AppendixLighthouseOnPageDayStatisticsRatesData implements I
104616
104904
  tasks_ready?: number | undefined;
104617
104905
  task_get?: number | undefined;
104618
104906
  live?: number | undefined;
104619
- audits?: number | undefined;
104620
- languages?: number | undefined;
104621
104907
  versions?: number | undefined;
104908
+ languages?: number | undefined;
104909
+ audits?: number | undefined;
104622
104910
  [key: string]: any;
104623
104911
  constructor(data?: IAppendixLighthouseOnPageDayStatisticsRatesData);
104624
104912
  init(_data?: any): void;
@@ -104630,9 +104918,9 @@ export interface IAppendixLighthouseOnPageDayStatisticsRatesData {
104630
104918
  tasks_ready?: number | undefined;
104631
104919
  task_get?: number | undefined;
104632
104920
  live?: number | undefined;
104633
- audits?: number | undefined;
104634
- languages?: number | undefined;
104635
104921
  versions?: number | undefined;
104922
+ languages?: number | undefined;
104923
+ audits?: number | undefined;
104636
104924
  [key: string]: any;
104637
104925
  }
104638
104926
  export declare class AppendixOnPageDayStatisticsRatesData implements IAppendixOnPageDayStatisticsRatesData {
@@ -104656,10 +104944,10 @@ export declare class AppendixOnPageDayStatisticsRatesData implements IAppendixOn
104656
104944
  page_screenshot?: number | undefined;
104657
104945
  content_parsing?: number | undefined;
104658
104946
  content_parsing_live?: number | undefined;
104659
- available_filters?: number | undefined;
104947
+ id_list?: number | undefined;
104660
104948
  force_stop?: number | undefined;
104949
+ available_filters?: number | undefined;
104661
104950
  microdata?: number | undefined;
104662
- id_list?: number | undefined;
104663
104951
  [key: string]: any;
104664
104952
  constructor(data?: IAppendixOnPageDayStatisticsRatesData);
104665
104953
  init(_data?: any): void;
@@ -104687,13 +104975,13 @@ export interface IAppendixOnPageDayStatisticsRatesData {
104687
104975
  page_screenshot?: number | undefined;
104688
104976
  content_parsing?: number | undefined;
104689
104977
  content_parsing_live?: number | undefined;
104690
- available_filters?: number | undefined;
104978
+ id_list?: number | undefined;
104691
104979
  force_stop?: number | undefined;
104980
+ available_filters?: number | undefined;
104692
104981
  microdata?: number | undefined;
104693
- id_list?: number | undefined;
104694
104982
  [key: string]: any;
104695
104983
  }
104696
- export declare class AppendixBusinessDataStatisticsRatesDataInfo implements IAppendixBusinessDataStatisticsRatesDataInfo {
104984
+ export declare class AppendixBusinessDataDayStatisticsRatesData implements IAppendixBusinessDataDayStatisticsRatesData {
104697
104985
  google?: AppendixBusinessDataGoogleInfo | undefined;
104698
104986
  locations?: number | undefined;
104699
104987
  languages?: number | undefined;
@@ -104707,12 +104995,12 @@ export declare class AppendixBusinessDataStatisticsRatesDataInfo implements IApp
104707
104995
  available_filters?: number | undefined;
104708
104996
  id_list?: number | undefined;
104709
104997
  [key: string]: any;
104710
- constructor(data?: IAppendixBusinessDataStatisticsRatesDataInfo);
104998
+ constructor(data?: IAppendixBusinessDataDayStatisticsRatesData);
104711
104999
  init(_data?: any): void;
104712
- static fromJS(data: any): AppendixBusinessDataStatisticsRatesDataInfo;
105000
+ static fromJS(data: any): AppendixBusinessDataDayStatisticsRatesData;
104713
105001
  toJSON(data?: any): any;
104714
105002
  }
104715
- export interface IAppendixBusinessDataStatisticsRatesDataInfo {
105003
+ export interface IAppendixBusinessDataDayStatisticsRatesData {
104716
105004
  google?: AppendixBusinessDataGoogleInfo | undefined;
104717
105005
  locations?: number | undefined;
104718
105006
  languages?: number | undefined;
@@ -104751,10 +105039,10 @@ export declare class AppendixBacklinksDayStatisticsRatesData implements IAppendi
104751
105039
  bulk_spam_score?: AppendixInfo | undefined;
104752
105040
  bulk_pages_summary?: AppendixInfo | undefined;
104753
105041
  pages_summary_with_page_info?: AppendixInfo | undefined;
104754
- historical_new_lost_summary?: AppendixInfo | undefined;
104755
- index?: number | undefined;
104756
105042
  id_list?: number | undefined;
104757
105043
  available_filters?: number | undefined;
105044
+ historical_new_lost_summary?: AppendixInfo | undefined;
105045
+ index?: number | undefined;
104758
105046
  [key: string]: any;
104759
105047
  constructor(data?: IAppendixBacklinksDayStatisticsRatesData);
104760
105048
  init(_data?: any): void;
@@ -104785,10 +105073,10 @@ export interface IAppendixBacklinksDayStatisticsRatesData {
104785
105073
  bulk_spam_score?: AppendixInfo | undefined;
104786
105074
  bulk_pages_summary?: AppendixInfo | undefined;
104787
105075
  pages_summary_with_page_info?: AppendixInfo | undefined;
104788
- historical_new_lost_summary?: AppendixInfo | undefined;
104789
- index?: number | undefined;
104790
105076
  id_list?: number | undefined;
104791
105077
  available_filters?: number | undefined;
105078
+ historical_new_lost_summary?: AppendixInfo | undefined;
105079
+ index?: number | undefined;
104792
105080
  [key: string]: any;
104793
105081
  }
104794
105082
  export declare class AppendixAppDataDayStatisticsRatesData implements IAppendixAppDataDayStatisticsRatesData {
@@ -104800,9 +105088,9 @@ export declare class AppendixAppDataDayStatisticsRatesData implements IAppendixA
104800
105088
  languages?: number | undefined;
104801
105089
  locations?: number | undefined;
104802
105090
  categories?: number | undefined;
105091
+ app_listings?: AppendixBusinessListingsBusinessDataLimitsRatesDataInfo | undefined;
104803
105092
  tasks_ready?: number | undefined;
104804
105093
  id_list?: number | undefined;
104805
- app_listings?: AppendixBusinessListingsBusinessDataLimitsRatesDataInfo | undefined;
104806
105094
  [key: string]: any;
104807
105095
  constructor(data?: IAppendixAppDataDayStatisticsRatesData);
104808
105096
  init(_data?: any): void;
@@ -104818,9 +105106,9 @@ export interface IAppendixAppDataDayStatisticsRatesData {
104818
105106
  languages?: number | undefined;
104819
105107
  locations?: number | undefined;
104820
105108
  categories?: number | undefined;
105109
+ app_listings?: AppendixBusinessListingsBusinessDataLimitsRatesDataInfo | undefined;
104821
105110
  tasks_ready?: number | undefined;
104822
105111
  id_list?: number | undefined;
104823
- app_listings?: AppendixBusinessListingsBusinessDataLimitsRatesDataInfo | undefined;
104824
105112
  [key: string]: any;
104825
105113
  }
104826
105114
  export declare class AppendixContentAnalysisDayStatisticsRatesData implements IAppendixContentAnalysisDayStatisticsRatesData {
@@ -104834,8 +105122,8 @@ export declare class AppendixContentAnalysisDayStatisticsRatesData implements IA
104834
105122
  languages?: number | undefined;
104835
105123
  categories?: number | undefined;
104836
105124
  errors?: number | undefined;
104837
- available_filters?: number | undefined;
104838
105125
  id_list?: number | undefined;
105126
+ available_filters?: number | undefined;
104839
105127
  [key: string]: any;
104840
105128
  constructor(data?: IAppendixContentAnalysisDayStatisticsRatesData);
104841
105129
  init(_data?: any): void;
@@ -104853,11 +105141,11 @@ export interface IAppendixContentAnalysisDayStatisticsRatesData {
104853
105141
  languages?: number | undefined;
104854
105142
  categories?: number | undefined;
104855
105143
  errors?: number | undefined;
104856
- available_filters?: number | undefined;
104857
105144
  id_list?: number | undefined;
105145
+ available_filters?: number | undefined;
104858
105146
  [key: string]: any;
104859
105147
  }
104860
- export declare class AppendixContentGenerationStatisticsRatesDataInfo implements IAppendixContentGenerationStatisticsRatesDataInfo {
105148
+ export declare class AppendixContentGenerationDayStatisticsRatesData implements IAppendixContentGenerationDayStatisticsRatesData {
104861
105149
  generate?: AppendixInfo | undefined;
104862
105150
  generate_meta_tags?: AppendixInfo | undefined;
104863
105151
  generate_text?: AppendixInfo | undefined;
@@ -104867,12 +105155,12 @@ export declare class AppendixContentGenerationStatisticsRatesDataInfo implements
104867
105155
  generate_sub_topics?: AppendixInfo | undefined;
104868
105156
  grammar_rules?: number | undefined;
104869
105157
  [key: string]: any;
104870
- constructor(data?: IAppendixContentGenerationStatisticsRatesDataInfo);
105158
+ constructor(data?: IAppendixContentGenerationDayStatisticsRatesData);
104871
105159
  init(_data?: any): void;
104872
- static fromJS(data: any): AppendixContentGenerationStatisticsRatesDataInfo;
105160
+ static fromJS(data: any): AppendixContentGenerationDayStatisticsRatesData;
104873
105161
  toJSON(data?: any): any;
104874
105162
  }
104875
- export interface IAppendixContentGenerationStatisticsRatesDataInfo {
105163
+ export interface IAppendixContentGenerationDayStatisticsRatesData {
104876
105164
  generate?: AppendixInfo | undefined;
104877
105165
  generate_meta_tags?: AppendixInfo | undefined;
104878
105166
  generate_text?: AppendixInfo | undefined;
@@ -104900,7 +105188,7 @@ export declare class AppendixDayStatisticsRatesData implements IAppendixDayStati
104900
105188
  total_merchant?: number | undefined;
104901
105189
  on_page?: AppendixOnPageDayStatisticsRatesData | undefined;
104902
105190
  total_on_page?: number | undefined;
104903
- business_data?: AppendixBusinessDataStatisticsRatesDataInfo | undefined;
105191
+ business_data?: AppendixBusinessDataDayStatisticsRatesData | undefined;
104904
105192
  total_business_data?: number | undefined;
104905
105193
  backlinks?: AppendixBacklinksDayStatisticsRatesData | undefined;
104906
105194
  total_backlinks?: number | undefined;
@@ -104908,7 +105196,7 @@ export declare class AppendixDayStatisticsRatesData implements IAppendixDayStati
104908
105196
  total_app_data?: number | undefined;
104909
105197
  content_analysis?: AppendixContentAnalysisDayStatisticsRatesData | undefined;
104910
105198
  total_content_analysis?: number | undefined;
104911
- content_generation?: AppendixContentGenerationStatisticsRatesDataInfo | undefined;
105199
+ content_generation?: AppendixContentGenerationDayStatisticsRatesData | undefined;
104912
105200
  total_content_generation?: number | undefined;
104913
105201
  /** time period for grouping
104914
105202
  day in the yyyy-MM-dd format
@@ -104940,7 +105228,7 @@ export interface IAppendixDayStatisticsRatesData {
104940
105228
  total_merchant?: number | undefined;
104941
105229
  on_page?: AppendixOnPageDayStatisticsRatesData | undefined;
104942
105230
  total_on_page?: number | undefined;
104943
- business_data?: AppendixBusinessDataStatisticsRatesDataInfo | undefined;
105231
+ business_data?: AppendixBusinessDataDayStatisticsRatesData | undefined;
104944
105232
  total_business_data?: number | undefined;
104945
105233
  backlinks?: AppendixBacklinksDayStatisticsRatesData | undefined;
104946
105234
  total_backlinks?: number | undefined;
@@ -104948,7 +105236,7 @@ export interface IAppendixDayStatisticsRatesData {
104948
105236
  total_app_data?: number | undefined;
104949
105237
  content_analysis?: AppendixContentAnalysisDayStatisticsRatesData | undefined;
104950
105238
  total_content_analysis?: number | undefined;
104951
- content_generation?: AppendixContentGenerationStatisticsRatesDataInfo | undefined;
105239
+ content_generation?: AppendixContentGenerationDayStatisticsRatesData | undefined;
104952
105240
  total_content_generation?: number | undefined;
104953
105241
  /** time period for grouping
104954
105242
  day in the yyyy-MM-dd format
@@ -104959,7 +105247,7 @@ minute in the yyyy-MM-dd HH:mm format */
104959
105247
  reviews?: AppendixInfo | undefined;
104960
105248
  [key: string]: any;
104961
105249
  }
104962
- export declare class AppendixMinuteStatisticsRatesData implements IAppendixMinuteStatisticsRatesData {
105250
+ export declare class AppendixMinuteStatisticsDataInfo implements IAppendixMinuteStatisticsDataInfo {
104963
105251
  serp?: AppendixSerpLimitsRatesDataInfo | undefined;
104964
105252
  /** total amount of money deposited to your account */
104965
105253
  total?: number | undefined;
@@ -104976,27 +105264,27 @@ export declare class AppendixMinuteStatisticsRatesData implements IAppendixMinut
104976
105264
  total_merchant?: number | undefined;
104977
105265
  on_page?: AppendixOnPageLimitsRatesDataInfo | undefined;
104978
105266
  total_on_page?: number | undefined;
104979
- business_data?: AppendixBusinessDataStatisticsRatesDataInfo | undefined;
105267
+ business_data?: AppendixBusinessDataLimitsRatesDataInfo | undefined;
104980
105268
  total_business_data?: number | undefined;
104981
105269
  backlinks?: AppendixBacklinksLimitsRatesDataInfo | undefined;
104982
105270
  total_backlinks?: number | undefined;
104983
- app_data?: AppendixAppDataDayStatisticsRatesData | undefined;
105271
+ app_data?: AppendixAppDataLimitsRatesDataInfo | undefined;
104984
105272
  total_app_data?: number | undefined;
104985
105273
  content_analysis?: AppendixContentAnalysisLimitsRatesDataInfo | undefined;
104986
105274
  total_content_analysis?: number | undefined;
104987
- content_generation?: AppendixContentGenerationStatisticsRatesDataInfo | undefined;
105275
+ content_generation?: AppendixContentGenerationLimitsRatesDataInfo | undefined;
104988
105276
  total_content_generation?: number | undefined;
104989
105277
  /** time period for grouping
104990
105278
  day in the yyyy-MM-dd format
104991
105279
  minute in the yyyy-MM-dd HH:mm format */
104992
105280
  value?: string | undefined;
104993
105281
  [key: string]: any;
104994
- constructor(data?: IAppendixMinuteStatisticsRatesData);
105282
+ constructor(data?: IAppendixMinuteStatisticsDataInfo);
104995
105283
  init(_data?: any): void;
104996
- static fromJS(data: any): AppendixMinuteStatisticsRatesData;
105284
+ static fromJS(data: any): AppendixMinuteStatisticsDataInfo;
104997
105285
  toJSON(data?: any): any;
104998
105286
  }
104999
- export interface IAppendixMinuteStatisticsRatesData {
105287
+ export interface IAppendixMinuteStatisticsDataInfo {
105000
105288
  serp?: AppendixSerpLimitsRatesDataInfo | undefined;
105001
105289
  /** total amount of money deposited to your account */
105002
105290
  total?: number | undefined;
@@ -105013,15 +105301,15 @@ export interface IAppendixMinuteStatisticsRatesData {
105013
105301
  total_merchant?: number | undefined;
105014
105302
  on_page?: AppendixOnPageLimitsRatesDataInfo | undefined;
105015
105303
  total_on_page?: number | undefined;
105016
- business_data?: AppendixBusinessDataStatisticsRatesDataInfo | undefined;
105304
+ business_data?: AppendixBusinessDataLimitsRatesDataInfo | undefined;
105017
105305
  total_business_data?: number | undefined;
105018
105306
  backlinks?: AppendixBacklinksLimitsRatesDataInfo | undefined;
105019
105307
  total_backlinks?: number | undefined;
105020
- app_data?: AppendixAppDataDayStatisticsRatesData | undefined;
105308
+ app_data?: AppendixAppDataLimitsRatesDataInfo | undefined;
105021
105309
  total_app_data?: number | undefined;
105022
105310
  content_analysis?: AppendixContentAnalysisLimitsRatesDataInfo | undefined;
105023
105311
  total_content_analysis?: number | undefined;
105024
- content_generation?: AppendixContentGenerationStatisticsRatesDataInfo | undefined;
105312
+ content_generation?: AppendixContentGenerationLimitsRatesDataInfo | undefined;
105025
105313
  total_content_generation?: number | undefined;
105026
105314
  /** time period for grouping
105027
105315
  day in the yyyy-MM-dd format
@@ -105031,7 +105319,7 @@ minute in the yyyy-MM-dd HH:mm format */
105031
105319
  }
105032
105320
  export declare class AppendixStatisticsRatesData implements IAppendixStatisticsRatesData {
105033
105321
  day?: AppendixDayStatisticsRatesData | undefined;
105034
- minute?: AppendixMinuteStatisticsRatesData | undefined;
105322
+ minute?: AppendixMinuteStatisticsDataInfo | undefined;
105035
105323
  [key: string]: any;
105036
105324
  constructor(data?: IAppendixStatisticsRatesData);
105037
105325
  init(_data?: any): void;
@@ -105040,7 +105328,7 @@ export declare class AppendixStatisticsRatesData implements IAppendixStatisticsR
105040
105328
  }
105041
105329
  export interface IAppendixStatisticsRatesData {
105042
105330
  day?: AppendixDayStatisticsRatesData | undefined;
105043
- minute?: AppendixMinuteStatisticsRatesData | undefined;
105331
+ minute?: AppendixMinuteStatisticsDataInfo | undefined;
105044
105332
  [key: string]: any;
105045
105333
  }
105046
105334
  export declare class AppendixRatesData implements IAppendixRatesData {
@@ -105084,10 +105372,10 @@ export declare class AppendixSerpDayStatisticsMoneyData implements IAppendixSerp
105084
105372
  live?: AppendixFunctionTypeInfo | undefined;
105085
105373
  errors?: number | undefined;
105086
105374
  tasks_fixed?: number | undefined;
105087
- jobs?: AppendixDayLimitsRatesDataInfo | undefined;
105375
+ jobs?: AppendixJobsSerpLimitsRatesDataInfo | undefined;
105088
105376
  screenshot?: number | undefined;
105089
- ai_summary?: number | undefined;
105090
105377
  refund_money?: number | undefined;
105378
+ ai_summary?: number | undefined;
105091
105379
  [key: string]: any;
105092
105380
  constructor(data?: IAppendixSerpDayStatisticsMoneyData);
105093
105381
  init(_data?: any): void;
@@ -105103,10 +105391,10 @@ export interface IAppendixSerpDayStatisticsMoneyData {
105103
105391
  live?: AppendixFunctionTypeInfo | undefined;
105104
105392
  errors?: number | undefined;
105105
105393
  tasks_fixed?: number | undefined;
105106
- jobs?: AppendixDayLimitsRatesDataInfo | undefined;
105394
+ jobs?: AppendixJobsSerpLimitsRatesDataInfo | undefined;
105107
105395
  screenshot?: number | undefined;
105108
- ai_summary?: number | undefined;
105109
105396
  refund_money?: number | undefined;
105397
+ ai_summary?: number | undefined;
105110
105398
  [key: string]: any;
105111
105399
  }
105112
105400
  export declare class AppendixKeywordsDataDayStatisticsMoneyData implements IAppendixKeywordsDataDayStatisticsMoneyData {
@@ -105126,9 +105414,9 @@ export declare class AppendixKeywordsDataDayStatisticsMoneyData implements IAppe
105126
105414
  google_ads?: AppendixGoogleAdsKeywordsDataLimitsRatesDataInfo | undefined;
105127
105415
  dataforseo_trends?: AppendixDataforseoTrendsKeywordsDataLimitsRatesDataInfo | undefined;
105128
105416
  clickstream_data?: AppendixClickstreamDataKeywordsDataLimitsRatesDataInfo | undefined;
105129
- audience_estimation?: AppendixDayLimitsRatesDataInfo | undefined;
105130
- keyword_suggestions_for_url?: AppendixDayLimitsRatesDataInfo | undefined;
105131
- search_volume_history?: AppendixDayLimitsRatesDataInfo | undefined;
105417
+ audience_estimation?: AppendixInfo | undefined;
105418
+ keyword_suggestions_for_url?: AppendixInfo | undefined;
105419
+ search_volume_history?: AppendixJobsSerpLimitsRatesDataInfo | undefined;
105132
105420
  google?: AppendixBingKeywordsDataLimitsRatesDataInfo | undefined;
105133
105421
  [key: string]: any;
105134
105422
  constructor(data?: IAppendixKeywordsDataDayStatisticsMoneyData);
@@ -105153,9 +105441,9 @@ export interface IAppendixKeywordsDataDayStatisticsMoneyData {
105153
105441
  google_ads?: AppendixGoogleAdsKeywordsDataLimitsRatesDataInfo | undefined;
105154
105442
  dataforseo_trends?: AppendixDataforseoTrendsKeywordsDataLimitsRatesDataInfo | undefined;
105155
105443
  clickstream_data?: AppendixClickstreamDataKeywordsDataLimitsRatesDataInfo | undefined;
105156
- audience_estimation?: AppendixDayLimitsRatesDataInfo | undefined;
105157
- keyword_suggestions_for_url?: AppendixDayLimitsRatesDataInfo | undefined;
105158
- search_volume_history?: AppendixDayLimitsRatesDataInfo | undefined;
105444
+ audience_estimation?: AppendixInfo | undefined;
105445
+ keyword_suggestions_for_url?: AppendixInfo | undefined;
105446
+ search_volume_history?: AppendixJobsSerpLimitsRatesDataInfo | undefined;
105159
105447
  google?: AppendixBingKeywordsDataLimitsRatesDataInfo | undefined;
105160
105448
  [key: string]: any;
105161
105449
  }
@@ -105252,8 +105540,8 @@ export declare class AppendixAppDataDayStatisticsMoneyData implements IAppendixA
105252
105540
  languages?: number | undefined;
105253
105541
  locations?: number | undefined;
105254
105542
  categories?: number | undefined;
105543
+ app_listings?: AppendixBusinessListingsBusinessDataLimitsRatesDataInfo | undefined;
105255
105544
  tasks_ready?: number | undefined;
105256
- app_listings?: AppendixBusinessDataDayLimitsRatesDataInfo | undefined;
105257
105545
  refund_money?: number | undefined;
105258
105546
  [key: string]: any;
105259
105547
  constructor(data?: IAppendixAppDataDayStatisticsMoneyData);
@@ -105270,8 +105558,8 @@ export interface IAppendixAppDataDayStatisticsMoneyData {
105270
105558
  languages?: number | undefined;
105271
105559
  locations?: number | undefined;
105272
105560
  categories?: number | undefined;
105561
+ app_listings?: AppendixBusinessListingsBusinessDataLimitsRatesDataInfo | undefined;
105273
105562
  tasks_ready?: number | undefined;
105274
- app_listings?: AppendixBusinessDataDayLimitsRatesDataInfo | undefined;
105275
105563
  refund_money?: number | undefined;
105276
105564
  [key: string]: any;
105277
105565
  }
@@ -105308,7 +105596,7 @@ minute in the yyyy-MM-dd HH:mm format */
105308
105596
  value?: string | undefined;
105309
105597
  total_traffic_analytics?: number | undefined;
105310
105598
  total_reviews?: number | undefined;
105311
- reviews?: AppendixDayLimitsRatesDataInfo | undefined;
105599
+ reviews?: AppendixJobsSerpLimitsRatesDataInfo | undefined;
105312
105600
  [key: string]: any;
105313
105601
  constructor(data?: IAppendixDayStatisticsMoneyData);
105314
105602
  init(_data?: any): void;
@@ -105348,82 +105636,12 @@ minute in the yyyy-MM-dd HH:mm format */
105348
105636
  value?: string | undefined;
105349
105637
  total_traffic_analytics?: number | undefined;
105350
105638
  total_reviews?: number | undefined;
105351
- reviews?: AppendixDayLimitsRatesDataInfo | undefined;
105352
- [key: string]: any;
105353
- }
105354
- export declare class AppendixMinuteStatisticsMoneyData implements IAppendixMinuteStatisticsMoneyData {
105355
- serp?: AppendixSerpLimitsRatesDataInfo | undefined;
105356
- /** total amount of money deposited to your account */
105357
- total?: number | undefined;
105358
- total_serp?: number | undefined;
105359
- keywords_data?: AppendixKeywordsDatasRatesDataInfo | undefined;
105360
- total_keywords_data?: number | undefined;
105361
- appendix?: AppendixAppendixsRatesDataInfo | undefined;
105362
- total_appendix?: number | undefined;
105363
- dataforseo_labs?: AppendixDataforseoLabsLimitsRatesDataInfo | undefined;
105364
- total_dataforseo_labs?: number | undefined;
105365
- domain_analytics?: AppendixDomainAnalyticsLimitsRatesDataInfo | undefined;
105366
- total_domain_analytics?: number | undefined;
105367
- merchant?: AppendixMerchantLimitsRatesDataInfo | undefined;
105368
- total_merchant?: number | undefined;
105369
- on_page?: AppendixOnPageLimitsRatesDataInfo | undefined;
105370
- total_on_page?: number | undefined;
105371
- business_data?: AppendixBusinessDataLimitsRatesDataInfo | undefined;
105372
- total_business_data?: number | undefined;
105373
- backlinks?: AppendixBacklinksLimitsRatesDataInfo | undefined;
105374
- total_backlinks?: number | undefined;
105375
- app_data?: AppendixAppDataLimitsRatesDataInfo | undefined;
105376
- total_app_data?: number | undefined;
105377
- content_analysis?: AppendixContentAnalysisLimitsRatesDataInfo | undefined;
105378
- total_content_analysis?: number | undefined;
105379
- content_generation?: AppendixContentGenerationLimitsRatesDataInfo | undefined;
105380
- total_content_generation?: number | undefined;
105381
- /** time period for grouping
105382
- day in the yyyy-MM-dd format
105383
- minute in the yyyy-MM-dd HH:mm format */
105384
- value?: string | undefined;
105385
- [key: string]: any;
105386
- constructor(data?: IAppendixMinuteStatisticsMoneyData);
105387
- init(_data?: any): void;
105388
- static fromJS(data: any): AppendixMinuteStatisticsMoneyData;
105389
- toJSON(data?: any): any;
105390
- }
105391
- export interface IAppendixMinuteStatisticsMoneyData {
105392
- serp?: AppendixSerpLimitsRatesDataInfo | undefined;
105393
- /** total amount of money deposited to your account */
105394
- total?: number | undefined;
105395
- total_serp?: number | undefined;
105396
- keywords_data?: AppendixKeywordsDatasRatesDataInfo | undefined;
105397
- total_keywords_data?: number | undefined;
105398
- appendix?: AppendixAppendixsRatesDataInfo | undefined;
105399
- total_appendix?: number | undefined;
105400
- dataforseo_labs?: AppendixDataforseoLabsLimitsRatesDataInfo | undefined;
105401
- total_dataforseo_labs?: number | undefined;
105402
- domain_analytics?: AppendixDomainAnalyticsLimitsRatesDataInfo | undefined;
105403
- total_domain_analytics?: number | undefined;
105404
- merchant?: AppendixMerchantLimitsRatesDataInfo | undefined;
105405
- total_merchant?: number | undefined;
105406
- on_page?: AppendixOnPageLimitsRatesDataInfo | undefined;
105407
- total_on_page?: number | undefined;
105408
- business_data?: AppendixBusinessDataLimitsRatesDataInfo | undefined;
105409
- total_business_data?: number | undefined;
105410
- backlinks?: AppendixBacklinksLimitsRatesDataInfo | undefined;
105411
- total_backlinks?: number | undefined;
105412
- app_data?: AppendixAppDataLimitsRatesDataInfo | undefined;
105413
- total_app_data?: number | undefined;
105414
- content_analysis?: AppendixContentAnalysisLimitsRatesDataInfo | undefined;
105415
- total_content_analysis?: number | undefined;
105416
- content_generation?: AppendixContentGenerationLimitsRatesDataInfo | undefined;
105417
- total_content_generation?: number | undefined;
105418
- /** time period for grouping
105419
- day in the yyyy-MM-dd format
105420
- minute in the yyyy-MM-dd HH:mm format */
105421
- value?: string | undefined;
105639
+ reviews?: AppendixJobsSerpLimitsRatesDataInfo | undefined;
105422
105640
  [key: string]: any;
105423
105641
  }
105424
105642
  export declare class AppendixStatisticsMoneyData implements IAppendixStatisticsMoneyData {
105425
105643
  day?: AppendixDayStatisticsMoneyData | undefined;
105426
- minute?: AppendixMinuteStatisticsMoneyData | undefined;
105644
+ minute?: AppendixMinuteStatisticsDataInfo | undefined;
105427
105645
  [key: string]: any;
105428
105646
  constructor(data?: IAppendixStatisticsMoneyData);
105429
105647
  init(_data?: any): void;
@@ -105432,7 +105650,7 @@ export declare class AppendixStatisticsMoneyData implements IAppendixStatisticsM
105432
105650
  }
105433
105651
  export interface IAppendixStatisticsMoneyData {
105434
105652
  day?: AppendixDayStatisticsMoneyData | undefined;
105435
- minute?: AppendixMinuteStatisticsMoneyData | undefined;
105653
+ minute?: AppendixMinuteStatisticsDataInfo | undefined;
105436
105654
  [key: string]: any;
105437
105655
  }
105438
105656
  export declare class AppendixMoneyData implements IAppendixMoneyData {
@@ -105501,16 +105719,16 @@ export interface IAppendixTaskKeywordsDataPriceDataInfo {
105501
105719
  priority_high?: (AppendixPriorityTasksReadyKeywordsDataPriceDataInfo | undefined)[] | undefined;
105502
105720
  [key: string]: any;
105503
105721
  }
105504
- export declare class AppendixKeywordsDataPriceDataInfo implements IAppendixKeywordsDataPriceDataInfo {
105722
+ export declare class AppendixAKeywordsDataPriceDataInfo implements IAppendixAKeywordsDataPriceDataInfo {
105505
105723
  task_get?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
105506
105724
  task_post?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
105507
105725
  [key: string]: any;
105508
- constructor(data?: IAppendixKeywordsDataPriceDataInfo);
105726
+ constructor(data?: IAppendixAKeywordsDataPriceDataInfo);
105509
105727
  init(_data?: any): void;
105510
- static fromJS(data: any): AppendixKeywordsDataPriceDataInfo;
105728
+ static fromJS(data: any): AppendixAKeywordsDataPriceDataInfo;
105511
105729
  toJSON(data?: any): any;
105512
105730
  }
105513
- export interface IAppendixKeywordsDataPriceDataInfo {
105731
+ export interface IAppendixAKeywordsDataPriceDataInfo {
105514
105732
  task_get?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
105515
105733
  task_post?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
105516
105734
  [key: string]: any;
@@ -105623,21 +105841,21 @@ export interface IAppendixExploreKeywordsDataPriceData {
105623
105841
  }
105624
105842
  export declare class AppendixKeywordsDataPriceData implements IAppendixKeywordsDataPriceData {
105625
105843
  tasks_ready?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
105626
- ad_traffic_by_keywords?: AppendixKeywordsDataPriceDataInfo | undefined;
105627
- audience_estimation?: AppendixKeywordsDataPriceDataInfo | undefined;
105844
+ ad_traffic_by_keywords?: AppendixAKeywordsDataPriceDataInfo | undefined;
105845
+ audience_estimation?: AppendixAKeywordsDataPriceDataInfo | undefined;
105628
105846
  bing?: AppendixBingKeywordsDataPriceData | undefined;
105629
105847
  categories?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
105630
105848
  clickstream_data?: AppendixClickstreamDataKeywordsDataPriceData | undefined;
105631
105849
  errors?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
105632
105850
  google_ads?: AppendixGoogleAdsKeywordsDataPriceData | undefined;
105633
- keyword_performance?: AppendixKeywordsDataPriceDataInfo | undefined;
105634
- keywords_for_keywords?: AppendixKeywordsDataPriceDataInfo | undefined;
105635
- keywords_for_site?: AppendixKeywordsDataPriceDataInfo | undefined;
105636
- keyword_suggestions_for_url?: AppendixKeywordsDataPriceDataInfo | undefined;
105851
+ keyword_performance?: AppendixAKeywordsDataPriceDataInfo | undefined;
105852
+ keywords_for_keywords?: AppendixAKeywordsDataPriceDataInfo | undefined;
105853
+ keywords_for_site?: AppendixAKeywordsDataPriceDataInfo | undefined;
105854
+ keyword_suggestions_for_url?: AppendixAKeywordsDataPriceDataInfo | undefined;
105637
105855
  languages?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
105638
105856
  locations?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
105639
105857
  locations_and_languages?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
105640
- search_volume?: AppendixKeywordsDataPriceDataInfo | undefined;
105858
+ search_volume?: AppendixAKeywordsDataPriceDataInfo | undefined;
105641
105859
  dataforseo_trends?: AppendixDataforseoTrendsKeywordsDataPriceData | undefined;
105642
105860
  explore?: AppendixExploreKeywordsDataPriceData | undefined;
105643
105861
  [key: string]: any;
@@ -105648,21 +105866,21 @@ export declare class AppendixKeywordsDataPriceData implements IAppendixKeywordsD
105648
105866
  }
105649
105867
  export interface IAppendixKeywordsDataPriceData {
105650
105868
  tasks_ready?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
105651
- ad_traffic_by_keywords?: AppendixKeywordsDataPriceDataInfo | undefined;
105652
- audience_estimation?: AppendixKeywordsDataPriceDataInfo | undefined;
105869
+ ad_traffic_by_keywords?: AppendixAKeywordsDataPriceDataInfo | undefined;
105870
+ audience_estimation?: AppendixAKeywordsDataPriceDataInfo | undefined;
105653
105871
  bing?: AppendixBingKeywordsDataPriceData | undefined;
105654
105872
  categories?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
105655
105873
  clickstream_data?: AppendixClickstreamDataKeywordsDataPriceData | undefined;
105656
105874
  errors?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
105657
105875
  google_ads?: AppendixGoogleAdsKeywordsDataPriceData | undefined;
105658
- keyword_performance?: AppendixKeywordsDataPriceDataInfo | undefined;
105659
- keywords_for_keywords?: AppendixKeywordsDataPriceDataInfo | undefined;
105660
- keywords_for_site?: AppendixKeywordsDataPriceDataInfo | undefined;
105661
- keyword_suggestions_for_url?: AppendixKeywordsDataPriceDataInfo | undefined;
105876
+ keyword_performance?: AppendixAKeywordsDataPriceDataInfo | undefined;
105877
+ keywords_for_keywords?: AppendixAKeywordsDataPriceDataInfo | undefined;
105878
+ keywords_for_site?: AppendixAKeywordsDataPriceDataInfo | undefined;
105879
+ keyword_suggestions_for_url?: AppendixAKeywordsDataPriceDataInfo | undefined;
105662
105880
  languages?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
105663
105881
  locations?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
105664
105882
  locations_and_languages?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
105665
- search_volume?: AppendixKeywordsDataPriceDataInfo | undefined;
105883
+ search_volume?: AppendixAKeywordsDataPriceDataInfo | undefined;
105666
105884
  dataforseo_trends?: AppendixDataforseoTrendsKeywordsDataPriceData | undefined;
105667
105885
  explore?: AppendixExploreKeywordsDataPriceData | undefined;
105668
105886
  [key: string]: any;
@@ -105802,8 +106020,8 @@ export interface IAppendixMerchantPriceData {
105802
106020
  [key: string]: any;
105803
106021
  }
105804
106022
  export declare class AppendixSerpPriceDataInfo implements IAppendixSerpPriceDataInfo {
105805
- html?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
105806
106023
  regular?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
106024
+ html?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
105807
106025
  advanced?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
105808
106026
  [key: string]: any;
105809
106027
  constructor(data?: IAppendixSerpPriceDataInfo);
@@ -105812,15 +106030,15 @@ export declare class AppendixSerpPriceDataInfo implements IAppendixSerpPriceData
105812
106030
  toJSON(data?: any): any;
105813
106031
  }
105814
106032
  export interface IAppendixSerpPriceDataInfo {
105815
- html?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
105816
106033
  regular?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
106034
+ html?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
105817
106035
  advanced?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
105818
106036
  [key: string]: any;
105819
106037
  }
105820
106038
  export declare class AppendixSerpPriceData implements IAppendixSerpPriceData {
105821
106039
  tasks_fixed?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
105822
106040
  errors?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
105823
- jobs?: AppendixKeywordsDataPriceDataInfo | undefined;
106041
+ jobs?: AppendixAKeywordsDataPriceDataInfo | undefined;
105824
106042
  languages?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
105825
106043
  live?: AppendixSerpPriceDataInfo | undefined;
105826
106044
  locations?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
@@ -105837,7 +106055,7 @@ export declare class AppendixSerpPriceData implements IAppendixSerpPriceData {
105837
106055
  export interface IAppendixSerpPriceData {
105838
106056
  tasks_fixed?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
105839
106057
  errors?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
105840
- jobs?: AppendixKeywordsDataPriceDataInfo | undefined;
106058
+ jobs?: AppendixAKeywordsDataPriceDataInfo | undefined;
105841
106059
  languages?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
105842
106060
  live?: AppendixSerpPriceDataInfo | undefined;
105843
106061
  locations?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
@@ -105861,8 +106079,23 @@ export interface IAppendixAppendixPriceData {
105861
106079
  user_data?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
105862
106080
  [key: string]: any;
105863
106081
  }
106082
+ export declare class AppendixAppListingsAppDataPriceData implements IAppendixAppListingsAppDataPriceData {
106083
+ categories_aggregation?: AppendixBingKeywordsDataPriceDataInfo | undefined;
106084
+ search?: AppendixBingKeywordsDataPriceDataInfo | undefined;
106085
+ [key: string]: any;
106086
+ constructor(data?: IAppendixAppListingsAppDataPriceData);
106087
+ init(_data?: any): void;
106088
+ static fromJS(data: any): AppendixAppListingsAppDataPriceData;
106089
+ toJSON(data?: any): any;
106090
+ }
106091
+ export interface IAppendixAppListingsAppDataPriceData {
106092
+ categories_aggregation?: AppendixBingKeywordsDataPriceDataInfo | undefined;
106093
+ search?: AppendixBingKeywordsDataPriceDataInfo | undefined;
106094
+ [key: string]: any;
106095
+ }
105864
106096
  export declare class AppendixAppDataPriceData implements IAppendixAppDataPriceData {
105865
106097
  app_info?: AppendixProductGoogleMerchantPriceDataInfo | undefined;
106098
+ app_listings?: AppendixAppListingsAppDataPriceData | undefined;
105866
106099
  app_list?: AppendixProductGoogleMerchantPriceDataInfo | undefined;
105867
106100
  app_reviews?: AppendixPriceDataInfo | undefined;
105868
106101
  app_searches?: AppendixProductGoogleMerchantPriceDataInfo | undefined;
@@ -105879,6 +106112,7 @@ export declare class AppendixAppDataPriceData implements IAppendixAppDataPriceDa
105879
106112
  }
105880
106113
  export interface IAppendixAppDataPriceData {
105881
106114
  app_info?: AppendixProductGoogleMerchantPriceDataInfo | undefined;
106115
+ app_listings?: AppendixAppListingsAppDataPriceData | undefined;
105882
106116
  app_list?: AppendixProductGoogleMerchantPriceDataInfo | undefined;
105883
106117
  app_reviews?: AppendixPriceDataInfo | undefined;
105884
106118
  app_searches?: AppendixProductGoogleMerchantPriceDataInfo | undefined;
@@ -105998,7 +106232,7 @@ export interface IAppendixGoogleBusinessDataPriceDataInfo {
105998
106232
  [key: string]: any;
105999
106233
  }
106000
106234
  export declare class AppendixGoogleBusinessDataPriceData implements IAppendixGoogleBusinessDataPriceData {
106001
- extended_reviews?: AppendixKeywordsDataPriceDataInfo | undefined;
106235
+ extended_reviews?: AppendixAKeywordsDataPriceDataInfo | undefined;
106002
106236
  hotel_info?: AppendixHotelInfoGoogleBusinessDataPriceData | undefined;
106003
106237
  hotel_searches?: AppendixGoogleBusinessDataPriceDataInfo | undefined;
106004
106238
  my_business_info?: AppendixGoogleBusinessDataPriceDataInfo | undefined;
@@ -106012,7 +106246,7 @@ export declare class AppendixGoogleBusinessDataPriceData implements IAppendixGoo
106012
106246
  toJSON(data?: any): any;
106013
106247
  }
106014
106248
  export interface IAppendixGoogleBusinessDataPriceData {
106015
- extended_reviews?: AppendixKeywordsDataPriceDataInfo | undefined;
106249
+ extended_reviews?: AppendixAKeywordsDataPriceDataInfo | undefined;
106016
106250
  hotel_info?: AppendixHotelInfoGoogleBusinessDataPriceData | undefined;
106017
106251
  hotel_searches?: AppendixGoogleBusinessDataPriceDataInfo | undefined;
106018
106252
  my_business_info?: AppendixGoogleBusinessDataPriceDataInfo | undefined;
@@ -106158,12 +106392,14 @@ export declare class AppendixDataforseoLabsPriceData implements IAppendixDatafor
106158
106392
  bulk_traffic_estimation?: AppendixBingKeywordsDataPriceDataInfo | undefined;
106159
106393
  categories?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
106160
106394
  categories_for_domain?: AppendixBingKeywordsDataPriceDataInfo | undefined;
106395
+ categories_for_keywords?: AppendixBingKeywordsDataPriceDataInfo | undefined;
106161
106396
  competitors_domain?: AppendixBingKeywordsDataPriceDataInfo | undefined;
106162
106397
  domain_intersection?: AppendixBingKeywordsDataPriceDataInfo | undefined;
106163
106398
  domain_metrics_by_categories?: AppendixBingKeywordsDataPriceDataInfo | undefined;
106164
106399
  domain_rank_overview?: AppendixBingKeywordsDataPriceDataInfo | undefined;
106165
106400
  domain_whois_overview?: AppendixBingKeywordsDataPriceDataInfo | undefined;
106166
106401
  errors?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
106402
+ historical_bulk_traffic_estimation?: AppendixBingKeywordsDataPriceDataInfo | undefined;
106167
106403
  historical_rank_overview?: AppendixBingKeywordsDataPriceDataInfo | undefined;
106168
106404
  historical_search_volume?: AppendixBingKeywordsDataPriceDataInfo | undefined;
106169
106405
  historical_serps?: AppendixBingKeywordsDataPriceDataInfo | undefined;
@@ -106199,12 +106435,14 @@ export interface IAppendixDataforseoLabsPriceData {
106199
106435
  bulk_traffic_estimation?: AppendixBingKeywordsDataPriceDataInfo | undefined;
106200
106436
  categories?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
106201
106437
  categories_for_domain?: AppendixBingKeywordsDataPriceDataInfo | undefined;
106438
+ categories_for_keywords?: AppendixBingKeywordsDataPriceDataInfo | undefined;
106202
106439
  competitors_domain?: AppendixBingKeywordsDataPriceDataInfo | undefined;
106203
106440
  domain_intersection?: AppendixBingKeywordsDataPriceDataInfo | undefined;
106204
106441
  domain_metrics_by_categories?: AppendixBingKeywordsDataPriceDataInfo | undefined;
106205
106442
  domain_rank_overview?: AppendixBingKeywordsDataPriceDataInfo | undefined;
106206
106443
  domain_whois_overview?: AppendixBingKeywordsDataPriceDataInfo | undefined;
106207
106444
  errors?: AppendixTaskKeywordsDataPriceDataInfo | undefined;
106445
+ historical_bulk_traffic_estimation?: AppendixBingKeywordsDataPriceDataInfo | undefined;
106208
106446
  historical_rank_overview?: AppendixBingKeywordsDataPriceDataInfo | undefined;
106209
106447
  historical_search_volume?: AppendixBingKeywordsDataPriceDataInfo | undefined;
106210
106448
  historical_serps?: AppendixBingKeywordsDataPriceDataInfo | undefined;