dataforseo-client 1.0.23 → 1.0.24
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.
- package/main.d.ts +292 -320
- package/main.js +255 -194
- package/main.js.map +1 -1
- package/main.ts +651 -618
- package/package.json +1 -1
package/main.d.ts
CHANGED
|
@@ -5509,7 +5509,7 @@ export interface ISerpGoogleOrganicTasksFixedResponseInfo extends IBaseResponseI
|
|
|
5509
5509
|
export declare class PaidSerpElementItem extends BaseSerpElementItem implements IPaidSerpElementItem {
|
|
5510
5510
|
/** title of the result in SERP */
|
|
5511
5511
|
title?: string | undefined;
|
|
5512
|
-
/**
|
|
5512
|
+
/** domain name of the reference */
|
|
5513
5513
|
domain?: string | undefined;
|
|
5514
5514
|
/** breadcrumb in SERP */
|
|
5515
5515
|
breadcrumb?: string | undefined;
|
|
@@ -5554,7 +5554,7 @@ equals null if calculate_rectangles in the POST request is not set to true */
|
|
|
5554
5554
|
export interface IPaidSerpElementItem extends IBaseSerpElementItem {
|
|
5555
5555
|
/** title of the result in SERP */
|
|
5556
5556
|
title?: string | undefined;
|
|
5557
|
-
/**
|
|
5557
|
+
/** domain name of the reference */
|
|
5558
5558
|
domain?: string | undefined;
|
|
5559
5559
|
/** breadcrumb in SERP */
|
|
5560
5560
|
breadcrumb?: string | undefined;
|
|
@@ -5593,7 +5593,7 @@ equals null if calculate_rectangles in the POST request is not set to true */
|
|
|
5593
5593
|
[key: string]: any;
|
|
5594
5594
|
}
|
|
5595
5595
|
export declare class OrganicSerpElementItem extends BaseSerpElementItem implements IOrganicSerpElementItem {
|
|
5596
|
-
/**
|
|
5596
|
+
/** domain name of the reference */
|
|
5597
5597
|
domain?: string | undefined;
|
|
5598
5598
|
/** title of the result in SERP */
|
|
5599
5599
|
title?: string | undefined;
|
|
@@ -5673,7 +5673,7 @@ equals null if calculate_rectangles in the POST request is not set to true */
|
|
|
5673
5673
|
toJSON(data?: any): any;
|
|
5674
5674
|
}
|
|
5675
5675
|
export interface IOrganicSerpElementItem extends IBaseSerpElementItem {
|
|
5676
|
-
/**
|
|
5676
|
+
/** domain name of the reference */
|
|
5677
5677
|
domain?: string | undefined;
|
|
5678
5678
|
/** title of the result in SERP */
|
|
5679
5679
|
title?: string | undefined;
|
|
@@ -5999,7 +5999,7 @@ equals null if calculate_rectangles in the POST request is not set to true */
|
|
|
5999
5999
|
[key: string]: any;
|
|
6000
6000
|
}
|
|
6001
6001
|
export declare class KnowledgeGraphDescriptionItemSerpElementItem extends BaseSerpElementItem implements IKnowledgeGraphDescriptionItemSerpElementItem {
|
|
6002
|
-
/** description
|
|
6002
|
+
/** text or description of the element in SERP */
|
|
6003
6003
|
text?: string | undefined;
|
|
6004
6004
|
/** sitelinks
|
|
6005
6005
|
the links shown below some of Google’s search results
|
|
@@ -6016,7 +6016,7 @@ equals null if calculate_rectangles in the POST request is not set to true */
|
|
|
6016
6016
|
toJSON(data?: any): any;
|
|
6017
6017
|
}
|
|
6018
6018
|
export interface IKnowledgeGraphDescriptionItemSerpElementItem extends IBaseSerpElementItem {
|
|
6019
|
-
/** description
|
|
6019
|
+
/** text or description of the element in SERP */
|
|
6020
6020
|
text?: string | undefined;
|
|
6021
6021
|
/** sitelinks
|
|
6022
6022
|
the links shown below some of Google’s search results
|
|
@@ -6137,7 +6137,8 @@ export declare class KnowledgeGraphRowItemSerpElementItem extends BaseSerpElemen
|
|
|
6137
6137
|
example:
|
|
6138
6138
|
kc:/common/topic:social media presence */
|
|
6139
6139
|
data_attrid?: string | undefined;
|
|
6140
|
-
/**
|
|
6140
|
+
/** reference text
|
|
6141
|
+
text snippet from the page that was used to generate the ai_overview_element */
|
|
6141
6142
|
text?: string | undefined;
|
|
6142
6143
|
/** links featured in the faq_box_element */
|
|
6143
6144
|
links?: (LinkElement | undefined)[] | undefined;
|
|
@@ -6158,7 +6159,8 @@ export interface IKnowledgeGraphRowItemSerpElementItem extends IBaseSerpElementI
|
|
|
6158
6159
|
example:
|
|
6159
6160
|
kc:/common/topic:social media presence */
|
|
6160
6161
|
data_attrid?: string | undefined;
|
|
6161
|
-
/**
|
|
6162
|
+
/** reference text
|
|
6163
|
+
text snippet from the page that was used to generate the ai_overview_element */
|
|
6162
6164
|
text?: string | undefined;
|
|
6163
6165
|
/** links featured in the faq_box_element */
|
|
6164
6166
|
links?: (LinkElement | undefined)[] | undefined;
|
|
@@ -6216,7 +6218,8 @@ in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
|
|
|
6216
6218
|
example:
|
|
6217
6219
|
2019-11-15 12:57:46 +00:00 */
|
|
6218
6220
|
timestamp?: string | undefined;
|
|
6219
|
-
/** table
|
|
6221
|
+
/** results table
|
|
6222
|
+
if there are none, equals null */
|
|
6220
6223
|
table?: Table | undefined;
|
|
6221
6224
|
[key: string]: any;
|
|
6222
6225
|
constructor(data?: IKnowledgeGraphExpandedElement);
|
|
@@ -6244,7 +6247,8 @@ in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
|
|
|
6244
6247
|
example:
|
|
6245
6248
|
2019-11-15 12:57:46 +00:00 */
|
|
6246
6249
|
timestamp?: string | undefined;
|
|
6247
|
-
/** table
|
|
6250
|
+
/** results table
|
|
6251
|
+
if there are none, equals null */
|
|
6248
6252
|
table?: Table | undefined;
|
|
6249
6253
|
[key: string]: any;
|
|
6250
6254
|
}
|
|
@@ -6289,7 +6293,8 @@ export declare class KnowledgeGraphPartItemSerpElementItem extends BaseSerpEleme
|
|
|
6289
6293
|
example:
|
|
6290
6294
|
kc:/local:place qa */
|
|
6291
6295
|
data_attrid?: string | undefined;
|
|
6292
|
-
/**
|
|
6296
|
+
/** reference text
|
|
6297
|
+
text snippet from the page that was used to generate the ai_overview_element */
|
|
6293
6298
|
text?: string | undefined;
|
|
6294
6299
|
/** sitelinks
|
|
6295
6300
|
the links shown below some of Google’s search results
|
|
@@ -6312,7 +6317,8 @@ export interface IKnowledgeGraphPartItemSerpElementItem extends IBaseSerpElement
|
|
|
6312
6317
|
example:
|
|
6313
6318
|
kc:/local:place qa */
|
|
6314
6319
|
data_attrid?: string | undefined;
|
|
6315
|
-
/**
|
|
6320
|
+
/** reference text
|
|
6321
|
+
text snippet from the page that was used to generate the ai_overview_element */
|
|
6316
6322
|
text?: string | undefined;
|
|
6317
6323
|
/** sitelinks
|
|
6318
6324
|
the links shown below some of Google’s search results
|
|
@@ -6512,6 +6518,108 @@ equals null if calculate_rectangles in the POST request is not set to true */
|
|
|
6512
6518
|
rectangle?: Rectangle | undefined;
|
|
6513
6519
|
[key: string]: any;
|
|
6514
6520
|
}
|
|
6521
|
+
export declare class AiOverviewReference implements IAiOverviewReference {
|
|
6522
|
+
/** type of element */
|
|
6523
|
+
type?: string | undefined;
|
|
6524
|
+
/** reference source name or title */
|
|
6525
|
+
source?: string | undefined;
|
|
6526
|
+
/** website domain */
|
|
6527
|
+
domain?: string | undefined;
|
|
6528
|
+
/** URL */
|
|
6529
|
+
url?: string | undefined;
|
|
6530
|
+
/** title of a given link element */
|
|
6531
|
+
title?: string | undefined;
|
|
6532
|
+
/** row content */
|
|
6533
|
+
text?: string | undefined;
|
|
6534
|
+
[key: string]: any;
|
|
6535
|
+
constructor(data?: IAiOverviewReference);
|
|
6536
|
+
init(_data?: any): void;
|
|
6537
|
+
static fromJS(data: any): AiOverviewReference;
|
|
6538
|
+
toJSON(data?: any): any;
|
|
6539
|
+
}
|
|
6540
|
+
export interface IAiOverviewReference {
|
|
6541
|
+
/** type of element */
|
|
6542
|
+
type?: string | undefined;
|
|
6543
|
+
/** reference source name or title */
|
|
6544
|
+
source?: string | undefined;
|
|
6545
|
+
/** website domain */
|
|
6546
|
+
domain?: string | undefined;
|
|
6547
|
+
/** URL */
|
|
6548
|
+
url?: string | undefined;
|
|
6549
|
+
/** title of a given link element */
|
|
6550
|
+
title?: string | undefined;
|
|
6551
|
+
/** row content */
|
|
6552
|
+
text?: string | undefined;
|
|
6553
|
+
[key: string]: any;
|
|
6554
|
+
}
|
|
6555
|
+
export declare class AiOverviewElement implements IAiOverviewElement {
|
|
6556
|
+
/** type of element */
|
|
6557
|
+
type?: string | undefined;
|
|
6558
|
+
/** title of the element */
|
|
6559
|
+
title?: string | undefined;
|
|
6560
|
+
/** description content */
|
|
6561
|
+
text?: string | undefined;
|
|
6562
|
+
/** images of the element */
|
|
6563
|
+
images?: (ImagesElement | undefined)[] | undefined;
|
|
6564
|
+
/** references relevant to the element */
|
|
6565
|
+
references?: (AiOverviewReference | undefined)[] | undefined;
|
|
6566
|
+
[key: string]: any;
|
|
6567
|
+
constructor(data?: IAiOverviewElement);
|
|
6568
|
+
init(_data?: any): void;
|
|
6569
|
+
static fromJS(data: any): AiOverviewElement;
|
|
6570
|
+
toJSON(data?: any): any;
|
|
6571
|
+
}
|
|
6572
|
+
export interface IAiOverviewElement {
|
|
6573
|
+
/** type of element */
|
|
6574
|
+
type?: string | undefined;
|
|
6575
|
+
/** title of the element */
|
|
6576
|
+
title?: string | undefined;
|
|
6577
|
+
/** description content */
|
|
6578
|
+
text?: string | undefined;
|
|
6579
|
+
/** images of the element */
|
|
6580
|
+
images?: (ImagesElement | undefined)[] | undefined;
|
|
6581
|
+
/** references relevant to the element */
|
|
6582
|
+
references?: (AiOverviewReference | undefined)[] | undefined;
|
|
6583
|
+
[key: string]: any;
|
|
6584
|
+
}
|
|
6585
|
+
export declare class KnowledgeGraphAiOverviewItemSerpElementItem extends BaseSerpElementItem implements IKnowledgeGraphAiOverviewItemSerpElementItem {
|
|
6586
|
+
/** indicates whether the element is loaded asynchronically
|
|
6587
|
+
if true, the ai_overview element is loaded asynchronically;
|
|
6588
|
+
if false, the ai_overview element is loaded from cache; */
|
|
6589
|
+
asynchronous_ai_overview?: boolean | undefined;
|
|
6590
|
+
/** additional items present in the element
|
|
6591
|
+
if there are none, equals null */
|
|
6592
|
+
items?: (AiOverviewElement | undefined)[] | undefined;
|
|
6593
|
+
/** additional references relevant to the item
|
|
6594
|
+
includes references to webpages that may have been used to generate the ai_overview */
|
|
6595
|
+
references?: (AiOverviewReference | undefined)[] | undefined;
|
|
6596
|
+
/** rectangle parameters
|
|
6597
|
+
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
6598
|
+
equals null if calculate_rectangles in the POST request is not set to true */
|
|
6599
|
+
rectangle?: Rectangle | undefined;
|
|
6600
|
+
[key: string]: any;
|
|
6601
|
+
constructor(data?: IKnowledgeGraphAiOverviewItemSerpElementItem);
|
|
6602
|
+
init(_data?: any): void;
|
|
6603
|
+
static fromJS(data: any): KnowledgeGraphAiOverviewItemSerpElementItem;
|
|
6604
|
+
toJSON(data?: any): any;
|
|
6605
|
+
}
|
|
6606
|
+
export interface IKnowledgeGraphAiOverviewItemSerpElementItem extends IBaseSerpElementItem {
|
|
6607
|
+
/** indicates whether the element is loaded asynchronically
|
|
6608
|
+
if true, the ai_overview element is loaded asynchronically;
|
|
6609
|
+
if false, the ai_overview element is loaded from cache; */
|
|
6610
|
+
asynchronous_ai_overview?: boolean | undefined;
|
|
6611
|
+
/** additional items present in the element
|
|
6612
|
+
if there are none, equals null */
|
|
6613
|
+
items?: (AiOverviewElement | undefined)[] | undefined;
|
|
6614
|
+
/** additional references relevant to the item
|
|
6615
|
+
includes references to webpages that may have been used to generate the ai_overview */
|
|
6616
|
+
references?: (AiOverviewReference | undefined)[] | undefined;
|
|
6617
|
+
/** rectangle parameters
|
|
6618
|
+
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
6619
|
+
equals null if calculate_rectangles in the POST request is not set to true */
|
|
6620
|
+
rectangle?: Rectangle | undefined;
|
|
6621
|
+
[key: string]: any;
|
|
6622
|
+
}
|
|
6515
6623
|
export declare class KnowledgeGraphSerpElementItem extends BaseSerpElementItem implements IKnowledgeGraphSerpElementItem {
|
|
6516
6624
|
/** title of the result in SERP */
|
|
6517
6625
|
title?: string | undefined;
|
|
@@ -6532,8 +6640,7 @@ the URL leading to the image on the original resource or DataForSEO storage (in
|
|
|
6532
6640
|
unique id of a local establishment;
|
|
6533
6641
|
can be used with Google Reviews API to get a full list of reviews */
|
|
6534
6642
|
cid?: string | undefined;
|
|
6535
|
-
/**
|
|
6536
|
-
if there are none, equals null */
|
|
6643
|
+
/** contains results featured in the ‘hotels_pack’ element of SERP */
|
|
6537
6644
|
items?: (BaseSerpElementItem | undefined)[] | undefined;
|
|
6538
6645
|
/** rectangle parameters
|
|
6539
6646
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -6565,8 +6672,7 @@ the URL leading to the image on the original resource or DataForSEO storage (in
|
|
|
6565
6672
|
unique id of a local establishment;
|
|
6566
6673
|
can be used with Google Reviews API to get a full list of reviews */
|
|
6567
6674
|
cid?: string | undefined;
|
|
6568
|
-
/**
|
|
6569
|
-
if there are none, equals null */
|
|
6675
|
+
/** contains results featured in the ‘hotels_pack’ element of SERP */
|
|
6570
6676
|
items?: (BaseSerpElementItem | undefined)[] | undefined;
|
|
6571
6677
|
/** rectangle parameters
|
|
6572
6678
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -6581,7 +6687,7 @@ export declare class AdLinkElement implements IAdLinkElement {
|
|
|
6581
6687
|
title?: string | undefined;
|
|
6582
6688
|
/** description of the results element in SERP */
|
|
6583
6689
|
description?: string | undefined;
|
|
6584
|
-
/** URL */
|
|
6690
|
+
/** URL of element */
|
|
6585
6691
|
url?: string | undefined;
|
|
6586
6692
|
/** domain where a link points */
|
|
6587
6693
|
domain?: string | undefined;
|
|
@@ -6600,7 +6706,7 @@ export interface IAdLinkElement {
|
|
|
6600
6706
|
title?: string | undefined;
|
|
6601
6707
|
/** description of the results element in SERP */
|
|
6602
6708
|
description?: string | undefined;
|
|
6603
|
-
/** URL */
|
|
6709
|
+
/** URL of element */
|
|
6604
6710
|
url?: string | undefined;
|
|
6605
6711
|
/** domain where a link points */
|
|
6606
6712
|
domain?: string | undefined;
|
|
@@ -6611,7 +6717,7 @@ export interface IAdLinkElement {
|
|
|
6611
6717
|
export declare class FaqBoxElement implements IFaqBoxElement {
|
|
6612
6718
|
/** type of element */
|
|
6613
6719
|
type?: string | undefined;
|
|
6614
|
-
/**
|
|
6720
|
+
/** reference page title */
|
|
6615
6721
|
title?: string | undefined;
|
|
6616
6722
|
/** description */
|
|
6617
6723
|
description?: string | undefined;
|
|
@@ -6626,7 +6732,7 @@ export declare class FaqBoxElement implements IFaqBoxElement {
|
|
|
6626
6732
|
export interface IFaqBoxElement {
|
|
6627
6733
|
/** type of element */
|
|
6628
6734
|
type?: string | undefined;
|
|
6629
|
-
/**
|
|
6735
|
+
/** reference page title */
|
|
6630
6736
|
title?: string | undefined;
|
|
6631
6737
|
/** description */
|
|
6632
6738
|
description?: string | undefined;
|
|
@@ -6637,7 +6743,8 @@ export interface IFaqBoxElement {
|
|
|
6637
6743
|
export declare class FaqBox implements IFaqBox {
|
|
6638
6744
|
/** type of element */
|
|
6639
6745
|
type?: string | undefined;
|
|
6640
|
-
/**
|
|
6746
|
+
/** additional items present in the element
|
|
6747
|
+
if there are none, equals null */
|
|
6641
6748
|
items?: (FaqBoxElement | undefined)[] | undefined;
|
|
6642
6749
|
[key: string]: any;
|
|
6643
6750
|
constructor(data?: IFaqBox);
|
|
@@ -6648,7 +6755,8 @@ export declare class FaqBox implements IFaqBox {
|
|
|
6648
6755
|
export interface IFaqBox {
|
|
6649
6756
|
/** type of element */
|
|
6650
6757
|
type?: string | undefined;
|
|
6651
|
-
/**
|
|
6758
|
+
/** additional items present in the element
|
|
6759
|
+
if there are none, equals null */
|
|
6652
6760
|
items?: (FaqBoxElement | undefined)[] | undefined;
|
|
6653
6761
|
[key: string]: any;
|
|
6654
6762
|
}
|
|
@@ -6661,7 +6769,7 @@ export declare class RelatedResult implements IRelatedResult {
|
|
|
6661
6769
|
domain?: string | undefined;
|
|
6662
6770
|
/** title of a given link element */
|
|
6663
6771
|
title?: string | undefined;
|
|
6664
|
-
/**
|
|
6772
|
+
/** reference page URL */
|
|
6665
6773
|
url?: string | undefined;
|
|
6666
6774
|
/** cached version of the page */
|
|
6667
6775
|
cache_url?: string | undefined;
|
|
@@ -6718,7 +6826,7 @@ export interface IRelatedResult {
|
|
|
6718
6826
|
domain?: string | undefined;
|
|
6719
6827
|
/** title of a given link element */
|
|
6720
6828
|
title?: string | undefined;
|
|
6721
|
-
/**
|
|
6829
|
+
/** reference page URL */
|
|
6722
6830
|
url?: string | undefined;
|
|
6723
6831
|
/** cached version of the page */
|
|
6724
6832
|
cache_url?: string | undefined;
|
|
@@ -6784,7 +6892,8 @@ example:
|
|
|
6784
6892
|
timestamp?: string | undefined;
|
|
6785
6893
|
/** URL */
|
|
6786
6894
|
url?: string | undefined;
|
|
6787
|
-
/** URL of the image
|
|
6895
|
+
/** URL of the image
|
|
6896
|
+
the URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available) */
|
|
6788
6897
|
image_url?: string | undefined;
|
|
6789
6898
|
/** badges relevant to the element */
|
|
6790
6899
|
badges?: (string | undefined)[] | undefined;
|
|
@@ -6816,7 +6925,8 @@ example:
|
|
|
6816
6925
|
timestamp?: string | undefined;
|
|
6817
6926
|
/** URL */
|
|
6818
6927
|
url?: string | undefined;
|
|
6819
|
-
/** URL of the image
|
|
6928
|
+
/** URL of the image
|
|
6929
|
+
the URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available) */
|
|
6820
6930
|
image_url?: string | undefined;
|
|
6821
6931
|
/** badges relevant to the element */
|
|
6822
6932
|
badges?: (string | undefined)[] | undefined;
|
|
@@ -6825,8 +6935,7 @@ example:
|
|
|
6825
6935
|
export declare class TopStoriesSerpElementItem extends BaseSerpElementItem implements ITopStoriesSerpElementItem {
|
|
6826
6936
|
/** title of the row */
|
|
6827
6937
|
title?: string | undefined;
|
|
6828
|
-
/**
|
|
6829
|
-
if there are none, equals null */
|
|
6938
|
+
/** contains arrays of specific images */
|
|
6830
6939
|
items?: (TopStoriesElement | undefined)[] | undefined;
|
|
6831
6940
|
/** rectangle parameters
|
|
6832
6941
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -6841,8 +6950,7 @@ equals null if calculate_rectangles in the POST request is not set to true */
|
|
|
6841
6950
|
export interface ITopStoriesSerpElementItem extends IBaseSerpElementItem {
|
|
6842
6951
|
/** title of the row */
|
|
6843
6952
|
title?: string | undefined;
|
|
6844
|
-
/**
|
|
6845
|
-
if there are none, equals null */
|
|
6953
|
+
/** contains arrays of specific images */
|
|
6846
6954
|
items?: (TopStoriesElement | undefined)[] | undefined;
|
|
6847
6955
|
/** rectangle parameters
|
|
6848
6956
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -6870,8 +6978,7 @@ in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
|
|
|
6870
6978
|
example:
|
|
6871
6979
|
2019-11-15 12:57:46 +00:00 */
|
|
6872
6980
|
timestamp?: string | undefined;
|
|
6873
|
-
/**
|
|
6874
|
-
if there are none, equals null */
|
|
6981
|
+
/** table element */
|
|
6875
6982
|
table?: Table | undefined;
|
|
6876
6983
|
[key: string]: any;
|
|
6877
6984
|
constructor(data?: IPeopleAlsoAskExpandedElement);
|
|
@@ -6899,8 +7006,7 @@ in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
|
|
|
6899
7006
|
example:
|
|
6900
7007
|
2019-11-15 12:57:46 +00:00 */
|
|
6901
7008
|
timestamp?: string | undefined;
|
|
6902
|
-
/**
|
|
6903
|
-
if there are none, equals null */
|
|
7009
|
+
/** table element */
|
|
6904
7010
|
table?: Table | undefined;
|
|
6905
7011
|
[key: string]: any;
|
|
6906
7012
|
}
|
|
@@ -6935,8 +7041,7 @@ export interface IPeopleAlsoAskElement {
|
|
|
6935
7041
|
[key: string]: any;
|
|
6936
7042
|
}
|
|
6937
7043
|
export declare class PeopleAlsoAskSerpElementItem extends BaseSerpElementItem implements IPeopleAlsoAskSerpElementItem {
|
|
6938
|
-
/**
|
|
6939
|
-
if there are none, equals null */
|
|
7044
|
+
/** contains arrays of specific images */
|
|
6940
7045
|
items?: (PeopleAlsoAskElement | undefined)[] | undefined;
|
|
6941
7046
|
/** rectangle parameters
|
|
6942
7047
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -6949,8 +7054,7 @@ equals null if calculate_rectangles in the POST request is not set to true */
|
|
|
6949
7054
|
toJSON(data?: any): any;
|
|
6950
7055
|
}
|
|
6951
7056
|
export interface IPeopleAlsoAskSerpElementItem extends IBaseSerpElementItem {
|
|
6952
|
-
/**
|
|
6953
|
-
if there are none, equals null */
|
|
7057
|
+
/** contains arrays of specific images */
|
|
6954
7058
|
items?: (PeopleAlsoAskElement | undefined)[] | undefined;
|
|
6955
7059
|
/** rectangle parameters
|
|
6956
7060
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -6961,8 +7065,7 @@ equals null if calculate_rectangles in the POST request is not set to true */
|
|
|
6961
7065
|
export declare class PeopleAlsoSearchSerpElementItem extends BaseSerpElementItem implements IPeopleAlsoSearchSerpElementItem {
|
|
6962
7066
|
/** title of the row */
|
|
6963
7067
|
title?: string | undefined;
|
|
6964
|
-
/**
|
|
6965
|
-
if there are none, equals null */
|
|
7068
|
+
/** contains arrays of specific images */
|
|
6966
7069
|
items?: (string | undefined)[] | undefined;
|
|
6967
7070
|
/** rectangle parameters
|
|
6968
7071
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -6977,8 +7080,7 @@ equals null if calculate_rectangles in the POST request is not set to true */
|
|
|
6977
7080
|
export interface IPeopleAlsoSearchSerpElementItem extends IBaseSerpElementItem {
|
|
6978
7081
|
/** title of the row */
|
|
6979
7082
|
title?: string | undefined;
|
|
6980
|
-
/**
|
|
6981
|
-
if there are none, equals null */
|
|
7083
|
+
/** contains arrays of specific images */
|
|
6982
7084
|
items?: (string | undefined)[] | undefined;
|
|
6983
7085
|
/** rectangle parameters
|
|
6984
7086
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -7023,8 +7125,7 @@ export declare class ImagesSerpElementItem extends BaseSerpElementItem implement
|
|
|
7023
7125
|
title?: string | undefined;
|
|
7024
7126
|
/** source URL */
|
|
7025
7127
|
url?: string | undefined;
|
|
7026
|
-
/**
|
|
7027
|
-
if there are none, equals null */
|
|
7128
|
+
/** contains arrays of specific images */
|
|
7028
7129
|
items?: (ImagesElement | undefined)[] | undefined;
|
|
7029
7130
|
/** contains keywords and images related to the specified search term
|
|
7030
7131
|
if there are none, equals null */
|
|
@@ -7044,8 +7145,7 @@ export interface IImagesSerpElementItem extends IBaseSerpElementItem {
|
|
|
7044
7145
|
title?: string | undefined;
|
|
7045
7146
|
/** source URL */
|
|
7046
7147
|
url?: string | undefined;
|
|
7047
|
-
/**
|
|
7048
|
-
if there are none, equals null */
|
|
7148
|
+
/** contains arrays of specific images */
|
|
7049
7149
|
items?: (ImagesElement | undefined)[] | undefined;
|
|
7050
7150
|
/** contains keywords and images related to the specified search term
|
|
7051
7151
|
if there are none, equals null */
|
|
@@ -7097,8 +7197,7 @@ export declare class TwitterSerpElementItem extends BaseSerpElementItem implemen
|
|
|
7097
7197
|
title?: string | undefined;
|
|
7098
7198
|
/** source URL */
|
|
7099
7199
|
url?: string | undefined;
|
|
7100
|
-
/**
|
|
7101
|
-
if there are none, equals null */
|
|
7200
|
+
/** contains arrays of specific images */
|
|
7102
7201
|
items?: (TwitterElement | undefined)[] | undefined;
|
|
7103
7202
|
/** rectangle parameters
|
|
7104
7203
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -7115,8 +7214,7 @@ export interface ITwitterSerpElementItem extends IBaseSerpElementItem {
|
|
|
7115
7214
|
title?: string | undefined;
|
|
7116
7215
|
/** source URL */
|
|
7117
7216
|
url?: string | undefined;
|
|
7118
|
-
/**
|
|
7119
|
-
if there are none, equals null */
|
|
7217
|
+
/** contains arrays of specific images */
|
|
7120
7218
|
items?: (TwitterElement | undefined)[] | undefined;
|
|
7121
7219
|
/** rectangle parameters
|
|
7122
7220
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -7221,8 +7319,7 @@ export declare class JobsSerpElementItem extends BaseSerpElementItem implements
|
|
|
7221
7319
|
title?: string | undefined;
|
|
7222
7320
|
/** source URL */
|
|
7223
7321
|
url?: string | undefined;
|
|
7224
|
-
/**
|
|
7225
|
-
if there are none, equals null */
|
|
7322
|
+
/** contains arrays of specific images */
|
|
7226
7323
|
items?: (JobsElement | undefined)[] | undefined;
|
|
7227
7324
|
/** rectangle parameters
|
|
7228
7325
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -7239,8 +7336,7 @@ export interface IJobsSerpElementItem extends IBaseSerpElementItem {
|
|
|
7239
7336
|
title?: string | undefined;
|
|
7240
7337
|
/** source URL */
|
|
7241
7338
|
url?: string | undefined;
|
|
7242
|
-
/**
|
|
7243
|
-
if there are none, equals null */
|
|
7339
|
+
/** contains arrays of specific images */
|
|
7244
7340
|
items?: (JobsElement | undefined)[] | undefined;
|
|
7245
7341
|
/** rectangle parameters
|
|
7246
7342
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -7305,8 +7401,7 @@ export interface IAppElement {
|
|
|
7305
7401
|
[key: string]: any;
|
|
7306
7402
|
}
|
|
7307
7403
|
export declare class AppSerpElementItem extends BaseSerpElementItem implements IAppSerpElementItem {
|
|
7308
|
-
/**
|
|
7309
|
-
if there are none, equals null */
|
|
7404
|
+
/** contains arrays of specific images */
|
|
7310
7405
|
items?: (AppElement | undefined)[] | undefined;
|
|
7311
7406
|
/** rectangle parameters
|
|
7312
7407
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -7319,8 +7414,7 @@ equals null if calculate_rectangles in the POST request is not set to true */
|
|
|
7319
7414
|
toJSON(data?: any): any;
|
|
7320
7415
|
}
|
|
7321
7416
|
export interface IAppSerpElementItem extends IBaseSerpElementItem {
|
|
7322
|
-
/**
|
|
7323
|
-
if there are none, equals null */
|
|
7417
|
+
/** contains arrays of specific images */
|
|
7324
7418
|
items?: (AppElement | undefined)[] | undefined;
|
|
7325
7419
|
/** rectangle parameters
|
|
7326
7420
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -7387,7 +7481,8 @@ export declare class CarouselElement implements ICarouselElement {
|
|
|
7387
7481
|
title?: string | undefined;
|
|
7388
7482
|
/** subtitle of the element */
|
|
7389
7483
|
subtitle?: string | undefined;
|
|
7390
|
-
/** URL of the image
|
|
7484
|
+
/** URL of the image
|
|
7485
|
+
the URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available) */
|
|
7391
7486
|
image_url?: string | undefined;
|
|
7392
7487
|
[key: string]: any;
|
|
7393
7488
|
constructor(data?: ICarouselElement);
|
|
@@ -7402,15 +7497,15 @@ export interface ICarouselElement {
|
|
|
7402
7497
|
title?: string | undefined;
|
|
7403
7498
|
/** subtitle of the element */
|
|
7404
7499
|
subtitle?: string | undefined;
|
|
7405
|
-
/** URL of the image
|
|
7500
|
+
/** URL of the image
|
|
7501
|
+
the URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available) */
|
|
7406
7502
|
image_url?: string | undefined;
|
|
7407
7503
|
[key: string]: any;
|
|
7408
7504
|
}
|
|
7409
7505
|
export declare class CarouselSerpElementItem extends BaseSerpElementItem implements ICarouselSerpElementItem {
|
|
7410
7506
|
/** title of the row */
|
|
7411
7507
|
title?: string | undefined;
|
|
7412
|
-
/**
|
|
7413
|
-
if there are none, equals null */
|
|
7508
|
+
/** contains arrays of specific images */
|
|
7414
7509
|
items?: (CarouselElement | undefined)[] | undefined;
|
|
7415
7510
|
/** rectangle parameters
|
|
7416
7511
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -7425,8 +7520,7 @@ equals null if calculate_rectangles in the POST request is not set to true */
|
|
|
7425
7520
|
export interface ICarouselSerpElementItem extends IBaseSerpElementItem {
|
|
7426
7521
|
/** title of the row */
|
|
7427
7522
|
title?: string | undefined;
|
|
7428
|
-
/**
|
|
7429
|
-
if there are none, equals null */
|
|
7523
|
+
/** contains arrays of specific images */
|
|
7430
7524
|
items?: (CarouselElement | undefined)[] | undefined;
|
|
7431
7525
|
/** rectangle parameters
|
|
7432
7526
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -7477,8 +7571,7 @@ example:
|
|
|
7477
7571
|
[key: string]: any;
|
|
7478
7572
|
}
|
|
7479
7573
|
export declare class VideoSerpElementItem extends BaseSerpElementItem implements IVideoSerpElementItem {
|
|
7480
|
-
/**
|
|
7481
|
-
if there are none, equals null */
|
|
7574
|
+
/** contains arrays of specific images */
|
|
7482
7575
|
items?: (VideoElement | undefined)[] | undefined;
|
|
7483
7576
|
/** rectangle parameters
|
|
7484
7577
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -7491,8 +7584,7 @@ equals null if calculate_rectangles in the POST request is not set to true */
|
|
|
7491
7584
|
toJSON(data?: any): any;
|
|
7492
7585
|
}
|
|
7493
7586
|
export interface IVideoSerpElementItem extends IBaseSerpElementItem {
|
|
7494
|
-
/**
|
|
7495
|
-
if there are none, equals null */
|
|
7587
|
+
/** contains arrays of specific images */
|
|
7496
7588
|
items?: (VideoElement | undefined)[] | undefined;
|
|
7497
7589
|
/** rectangle parameters
|
|
7498
7590
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -7583,8 +7675,7 @@ URL of the page on the marketplace website where the product is hosted */
|
|
|
7583
7675
|
export declare class ShoppingSerpElementItem extends BaseSerpElementItem implements IShoppingSerpElementItem {
|
|
7584
7676
|
/** title of the row */
|
|
7585
7677
|
title?: string | undefined;
|
|
7586
|
-
/**
|
|
7587
|
-
if there are none, equals null */
|
|
7678
|
+
/** contains arrays of specific images */
|
|
7588
7679
|
items?: (ShoppingElement | undefined)[] | undefined;
|
|
7589
7680
|
/** rectangle parameters
|
|
7590
7681
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -7599,8 +7690,7 @@ equals null if calculate_rectangles in the POST request is not set to true */
|
|
|
7599
7690
|
export interface IShoppingSerpElementItem extends IBaseSerpElementItem {
|
|
7600
7691
|
/** title of the row */
|
|
7601
7692
|
title?: string | undefined;
|
|
7602
|
-
/**
|
|
7603
|
-
if there are none, equals null */
|
|
7693
|
+
/** contains arrays of specific images */
|
|
7604
7694
|
items?: (ShoppingElement | undefined)[] | undefined;
|
|
7605
7695
|
/** rectangle parameters
|
|
7606
7696
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -7635,8 +7725,7 @@ export declare class GoogleFlightsSerpElementItem extends BaseSerpElementItem im
|
|
|
7635
7725
|
title?: string | undefined;
|
|
7636
7726
|
/** source URL */
|
|
7637
7727
|
url?: string | undefined;
|
|
7638
|
-
/**
|
|
7639
|
-
if there are none, equals null */
|
|
7728
|
+
/** contains arrays of specific images */
|
|
7640
7729
|
items?: (GoogleFlightsElement | undefined)[] | undefined;
|
|
7641
7730
|
/** rectangle parameters
|
|
7642
7731
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -7653,8 +7742,7 @@ export interface IGoogleFlightsSerpElementItem extends IBaseSerpElementItem {
|
|
|
7653
7742
|
title?: string | undefined;
|
|
7654
7743
|
/** source URL */
|
|
7655
7744
|
url?: string | undefined;
|
|
7656
|
-
/**
|
|
7657
|
-
if there are none, equals null */
|
|
7745
|
+
/** contains arrays of specific images */
|
|
7658
7746
|
items?: (GoogleFlightsElement | undefined)[] | undefined;
|
|
7659
7747
|
/** rectangle parameters
|
|
7660
7748
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -7697,8 +7785,7 @@ the popularity rate based on reviews and displayed in SERP */
|
|
|
7697
7785
|
export declare class MentionCarouselSerpElementItem extends BaseSerpElementItem implements IMentionCarouselSerpElementItem {
|
|
7698
7786
|
/** title of the row */
|
|
7699
7787
|
title?: string | undefined;
|
|
7700
|
-
/**
|
|
7701
|
-
if there are none, equals null */
|
|
7788
|
+
/** contains arrays of specific images */
|
|
7702
7789
|
items?: (MentionCarouselElement | undefined)[] | undefined;
|
|
7703
7790
|
/** rectangle parameters
|
|
7704
7791
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -7713,8 +7800,7 @@ equals null if calculate_rectangles in the POST request is not set to true */
|
|
|
7713
7800
|
export interface IMentionCarouselSerpElementItem extends IBaseSerpElementItem {
|
|
7714
7801
|
/** title of the row */
|
|
7715
7802
|
title?: string | undefined;
|
|
7716
|
-
/**
|
|
7717
|
-
if there are none, equals null */
|
|
7803
|
+
/** contains arrays of specific images */
|
|
7718
7804
|
items?: (MentionCarouselElement | undefined)[] | undefined;
|
|
7719
7805
|
/** rectangle parameters
|
|
7720
7806
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -7753,8 +7839,7 @@ export declare class EventsSerpElementItem extends BaseSerpElementItem implement
|
|
|
7753
7839
|
title?: string | undefined;
|
|
7754
7840
|
/** source URL */
|
|
7755
7841
|
url?: string | undefined;
|
|
7756
|
-
/**
|
|
7757
|
-
if there are none, equals null */
|
|
7842
|
+
/** contains arrays of specific images */
|
|
7758
7843
|
items?: (EventsElement | undefined)[] | undefined;
|
|
7759
7844
|
/** rectangle parameters
|
|
7760
7845
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -7771,8 +7856,7 @@ export interface IEventsSerpElementItem extends IBaseSerpElementItem {
|
|
|
7771
7856
|
title?: string | undefined;
|
|
7772
7857
|
/** source URL */
|
|
7773
7858
|
url?: string | undefined;
|
|
7774
|
-
/**
|
|
7775
|
-
if there are none, equals null */
|
|
7859
|
+
/** contains arrays of specific images */
|
|
7776
7860
|
items?: (EventsElement | undefined)[] | undefined;
|
|
7777
7861
|
/** rectangle parameters
|
|
7778
7862
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -7781,8 +7865,7 @@ equals null if calculate_rectangles in the POST request is not set to true */
|
|
|
7781
7865
|
[key: string]: any;
|
|
7782
7866
|
}
|
|
7783
7867
|
export declare class RelatedSearchesSerpElementItem extends BaseSerpElementItem implements IRelatedSearchesSerpElementItem {
|
|
7784
|
-
/**
|
|
7785
|
-
if there are none, equals null */
|
|
7868
|
+
/** contains arrays of specific images */
|
|
7786
7869
|
items?: (string | undefined)[] | undefined;
|
|
7787
7870
|
/** rectangle parameters
|
|
7788
7871
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -7795,8 +7878,7 @@ equals null if calculate_rectangles in the POST request is not set to true */
|
|
|
7795
7878
|
toJSON(data?: any): any;
|
|
7796
7879
|
}
|
|
7797
7880
|
export interface IRelatedSearchesSerpElementItem extends IBaseSerpElementItem {
|
|
7798
|
-
/**
|
|
7799
|
-
if there are none, equals null */
|
|
7881
|
+
/** contains arrays of specific images */
|
|
7800
7882
|
items?: (string | undefined)[] | undefined;
|
|
7801
7883
|
/** rectangle parameters
|
|
7802
7884
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -7827,8 +7909,7 @@ export interface IMultiCarouselElement {
|
|
|
7827
7909
|
[key: string]: any;
|
|
7828
7910
|
}
|
|
7829
7911
|
export declare class MultiCarouselSerpElementItem extends BaseSerpElementItem implements IMultiCarouselSerpElementItem {
|
|
7830
|
-
/**
|
|
7831
|
-
if there are none, equals null */
|
|
7912
|
+
/** contains arrays of specific images */
|
|
7832
7913
|
items?: (MultiCarouselElement | undefined)[] | undefined;
|
|
7833
7914
|
/** rectangle parameters
|
|
7834
7915
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -7841,8 +7922,7 @@ equals null if calculate_rectangles in the POST request is not set to true */
|
|
|
7841
7922
|
toJSON(data?: any): any;
|
|
7842
7923
|
}
|
|
7843
7924
|
export interface IMultiCarouselSerpElementItem extends IBaseSerpElementItem {
|
|
7844
|
-
/**
|
|
7845
|
-
if there are none, equals null */
|
|
7925
|
+
/** contains arrays of specific images */
|
|
7846
7926
|
items?: (MultiCarouselElement | undefined)[] | undefined;
|
|
7847
7927
|
/** rectangle parameters
|
|
7848
7928
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -7897,8 +7977,7 @@ the popularity rate based on reviews and displayed in SERP */
|
|
|
7897
7977
|
[key: string]: any;
|
|
7898
7978
|
}
|
|
7899
7979
|
export declare class RecipesSerpElementItem extends BaseSerpElementItem implements IRecipesSerpElementItem {
|
|
7900
|
-
/**
|
|
7901
|
-
if there are none, equals null */
|
|
7980
|
+
/** contains arrays of specific images */
|
|
7902
7981
|
items?: (RecipesElement | undefined)[] | undefined;
|
|
7903
7982
|
/** rectangle parameters
|
|
7904
7983
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -7911,8 +7990,7 @@ equals null if calculate_rectangles in the POST request is not set to true */
|
|
|
7911
7990
|
toJSON(data?: any): any;
|
|
7912
7991
|
}
|
|
7913
7992
|
export interface IRecipesSerpElementItem extends IBaseSerpElementItem {
|
|
7914
|
-
/**
|
|
7915
|
-
if there are none, equals null */
|
|
7993
|
+
/** contains arrays of specific images */
|
|
7916
7994
|
items?: (RecipesElement | undefined)[] | undefined;
|
|
7917
7995
|
/** rectangle parameters
|
|
7918
7996
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -7955,8 +8033,7 @@ the popularity rate based on reviews and displayed in SERP */
|
|
|
7955
8033
|
export declare class TopSightsSerpElementItem extends BaseSerpElementItem implements ITopSightsSerpElementItem {
|
|
7956
8034
|
/** title of the row */
|
|
7957
8035
|
title?: string | undefined;
|
|
7958
|
-
/**
|
|
7959
|
-
if there are none, equals null */
|
|
8036
|
+
/** contains arrays of specific images */
|
|
7960
8037
|
items?: (TopSightsElement | undefined)[] | undefined;
|
|
7961
8038
|
/** rectangle parameters
|
|
7962
8039
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -7971,8 +8048,7 @@ equals null if calculate_rectangles in the POST request is not set to true */
|
|
|
7971
8048
|
export interface ITopSightsSerpElementItem extends IBaseSerpElementItem {
|
|
7972
8049
|
/** title of the row */
|
|
7973
8050
|
title?: string | undefined;
|
|
7974
|
-
/**
|
|
7975
|
-
if there are none, equals null */
|
|
8051
|
+
/** contains arrays of specific images */
|
|
7976
8052
|
items?: (TopSightsElement | undefined)[] | undefined;
|
|
7977
8053
|
/** rectangle parameters
|
|
7978
8054
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -8015,8 +8091,7 @@ export declare class ScholarlyArticlesSerpElementItem extends BaseSerpElementIte
|
|
|
8015
8091
|
title?: string | undefined;
|
|
8016
8092
|
/** source URL */
|
|
8017
8093
|
url?: string | undefined;
|
|
8018
|
-
/**
|
|
8019
|
-
if there are none, equals null */
|
|
8094
|
+
/** contains arrays of specific images */
|
|
8020
8095
|
items?: (ScholarlyArticlesElement | undefined)[] | undefined;
|
|
8021
8096
|
/** rectangle parameters
|
|
8022
8097
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -8033,8 +8108,7 @@ export interface IScholarlyArticlesSerpElementItem extends IBaseSerpElementItem
|
|
|
8033
8108
|
title?: string | undefined;
|
|
8034
8109
|
/** source URL */
|
|
8035
8110
|
url?: string | undefined;
|
|
8036
|
-
/**
|
|
8037
|
-
if there are none, equals null */
|
|
8111
|
+
/** contains arrays of specific images */
|
|
8038
8112
|
items?: (ScholarlyArticlesElement | undefined)[] | undefined;
|
|
8039
8113
|
/** rectangle parameters
|
|
8040
8114
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -8051,7 +8125,8 @@ export declare class PopularProductsElement implements IPopularProductsElement {
|
|
|
8051
8125
|
description?: string | undefined;
|
|
8052
8126
|
/** seller of the product */
|
|
8053
8127
|
seller?: string | undefined;
|
|
8054
|
-
/** URL of the image
|
|
8128
|
+
/** URL of the image
|
|
8129
|
+
the URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available) */
|
|
8055
8130
|
image_url?: string | undefined;
|
|
8056
8131
|
/** price indicated in the element */
|
|
8057
8132
|
price?: PriceInfo | undefined;
|
|
@@ -8073,7 +8148,8 @@ export interface IPopularProductsElement {
|
|
|
8073
8148
|
description?: string | undefined;
|
|
8074
8149
|
/** seller of the product */
|
|
8075
8150
|
seller?: string | undefined;
|
|
8076
|
-
/** URL of the image
|
|
8151
|
+
/** URL of the image
|
|
8152
|
+
the URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available) */
|
|
8077
8153
|
image_url?: string | undefined;
|
|
8078
8154
|
/** price indicated in the element */
|
|
8079
8155
|
price?: PriceInfo | undefined;
|
|
@@ -8085,8 +8161,7 @@ the popularity rate based on reviews and displayed in SERP */
|
|
|
8085
8161
|
export declare class PopularProductsSerpElementItem extends BaseSerpElementItem implements IPopularProductsSerpElementItem {
|
|
8086
8162
|
/** title of the row */
|
|
8087
8163
|
title?: string | undefined;
|
|
8088
|
-
/**
|
|
8089
|
-
if there are none, equals null */
|
|
8164
|
+
/** contains arrays of specific images */
|
|
8090
8165
|
items?: (PopularProductsElement | undefined)[] | undefined;
|
|
8091
8166
|
/** rectangle parameters
|
|
8092
8167
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -8101,8 +8176,7 @@ equals null if calculate_rectangles in the POST request is not set to true */
|
|
|
8101
8176
|
export interface IPopularProductsSerpElementItem extends IBaseSerpElementItem {
|
|
8102
8177
|
/** title of the row */
|
|
8103
8178
|
title?: string | undefined;
|
|
8104
|
-
/**
|
|
8105
|
-
if there are none, equals null */
|
|
8179
|
+
/** contains arrays of specific images */
|
|
8106
8180
|
items?: (PopularProductsElement | undefined)[] | undefined;
|
|
8107
8181
|
/** rectangle parameters
|
|
8108
8182
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -8151,8 +8225,7 @@ example:
|
|
|
8151
8225
|
[key: string]: any;
|
|
8152
8226
|
}
|
|
8153
8227
|
export declare class PodcastsSerpElementItem extends BaseSerpElementItem implements IPodcastsSerpElementItem {
|
|
8154
|
-
/**
|
|
8155
|
-
if there are none, equals null */
|
|
8228
|
+
/** contains arrays of specific images */
|
|
8156
8229
|
items?: (PodcastsElement | undefined)[] | undefined;
|
|
8157
8230
|
/** rectangle parameters
|
|
8158
8231
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -8165,8 +8238,7 @@ equals null if calculate_rectangles in the POST request is not set to true */
|
|
|
8165
8238
|
toJSON(data?: any): any;
|
|
8166
8239
|
}
|
|
8167
8240
|
export interface IPodcastsSerpElementItem extends IBaseSerpElementItem {
|
|
8168
|
-
/**
|
|
8169
|
-
if there are none, equals null */
|
|
8241
|
+
/** contains arrays of specific images */
|
|
8170
8242
|
items?: (PodcastsElement | undefined)[] | undefined;
|
|
8171
8243
|
/** rectangle parameters
|
|
8172
8244
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -8197,7 +8269,7 @@ export interface IGraphElement {
|
|
|
8197
8269
|
[key: string]: any;
|
|
8198
8270
|
}
|
|
8199
8271
|
export declare class Graph implements IGraph {
|
|
8200
|
-
/** contains arrays of
|
|
8272
|
+
/** contains arrays of elements available in the list */
|
|
8201
8273
|
items?: (GraphElement | undefined)[] | undefined;
|
|
8202
8274
|
/** previous close data
|
|
8203
8275
|
contains stock price data based on the preceding time period */
|
|
@@ -8209,7 +8281,7 @@ contains stock price data based on the preceding time period */
|
|
|
8209
8281
|
toJSON(data?: any): any;
|
|
8210
8282
|
}
|
|
8211
8283
|
export interface IGraph {
|
|
8212
|
-
/** contains arrays of
|
|
8284
|
+
/** contains arrays of elements available in the list */
|
|
8213
8285
|
items?: (GraphElement | undefined)[] | undefined;
|
|
8214
8286
|
/** previous close data
|
|
8215
8287
|
contains stock price data based on the preceding time period */
|
|
@@ -8303,8 +8375,7 @@ indicates the source of information included in the top_stories_element */
|
|
|
8303
8375
|
[key: string]: any;
|
|
8304
8376
|
}
|
|
8305
8377
|
export declare class FindResultsOnSerpElementItem extends BaseSerpElementItem implements IFindResultsOnSerpElementItem {
|
|
8306
|
-
/**
|
|
8307
|
-
if there are none, equals null */
|
|
8378
|
+
/** contains arrays of specific images */
|
|
8308
8379
|
items?: (ShortVideosElement | undefined)[] | undefined;
|
|
8309
8380
|
/** rectangle parameters
|
|
8310
8381
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -8317,8 +8388,7 @@ equals null if calculate_rectangles in the POST request is not set to true */
|
|
|
8317
8388
|
toJSON(data?: any): any;
|
|
8318
8389
|
}
|
|
8319
8390
|
export interface IFindResultsOnSerpElementItem extends IBaseSerpElementItem {
|
|
8320
|
-
/**
|
|
8321
|
-
if there are none, equals null */
|
|
8391
|
+
/** contains arrays of specific images */
|
|
8322
8392
|
items?: (ShortVideosElement | undefined)[] | undefined;
|
|
8323
8393
|
/** rectangle parameters
|
|
8324
8394
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -8367,8 +8437,7 @@ indicates the source of information included in the top_stories_element */
|
|
|
8367
8437
|
[key: string]: any;
|
|
8368
8438
|
}
|
|
8369
8439
|
export declare class QuestionsAndAnswersSerpElementItem extends BaseSerpElementItem implements IQuestionsAndAnswersSerpElementItem {
|
|
8370
|
-
/**
|
|
8371
|
-
if there are none, equals null */
|
|
8440
|
+
/** contains arrays of specific images */
|
|
8372
8441
|
items?: (QuestionsAndAnswersElement | undefined)[] | undefined;
|
|
8373
8442
|
/** rectangle parameters
|
|
8374
8443
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -8381,8 +8450,7 @@ equals null if calculate_rectangles in the POST request is not set to true */
|
|
|
8381
8450
|
toJSON(data?: any): any;
|
|
8382
8451
|
}
|
|
8383
8452
|
export interface IQuestionsAndAnswersSerpElementItem extends IBaseSerpElementItem {
|
|
8384
|
-
/**
|
|
8385
|
-
if there are none, equals null */
|
|
8453
|
+
/** contains arrays of specific images */
|
|
8386
8454
|
items?: (QuestionsAndAnswersElement | undefined)[] | undefined;
|
|
8387
8455
|
/** rectangle parameters
|
|
8388
8456
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -8455,8 +8523,7 @@ in the format “year-month-date”
|
|
|
8455
8523
|
example:
|
|
8456
8524
|
2019-11-17 */
|
|
8457
8525
|
date_to?: string | undefined;
|
|
8458
|
-
/**
|
|
8459
|
-
if there are none, equals null */
|
|
8526
|
+
/** contains arrays of specific images */
|
|
8460
8527
|
items?: (HotelsPackElement | undefined)[] | undefined;
|
|
8461
8528
|
/** rectangle parameters
|
|
8462
8529
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -8481,8 +8548,7 @@ in the format “year-month-date”
|
|
|
8481
8548
|
example:
|
|
8482
8549
|
2019-11-17 */
|
|
8483
8550
|
date_to?: string | undefined;
|
|
8484
|
-
/**
|
|
8485
|
-
if there are none, equals null */
|
|
8551
|
+
/** contains arrays of specific images */
|
|
8486
8552
|
items?: (HotelsPackElement | undefined)[] | undefined;
|
|
8487
8553
|
/** rectangle parameters
|
|
8488
8554
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -8517,8 +8583,7 @@ export interface ILicensesElement {
|
|
|
8517
8583
|
[key: string]: any;
|
|
8518
8584
|
}
|
|
8519
8585
|
export declare class VisualStoriesSerpElementItem extends BaseSerpElementItem implements IVisualStoriesSerpElementItem {
|
|
8520
|
-
/**
|
|
8521
|
-
if there are none, equals null */
|
|
8586
|
+
/** contains arrays of specific images */
|
|
8522
8587
|
items?: (LicensesElement | undefined)[] | undefined;
|
|
8523
8588
|
/** rectangle parameters
|
|
8524
8589
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -8531,8 +8596,7 @@ equals null if calculate_rectangles in the POST request is not set to true */
|
|
|
8531
8596
|
toJSON(data?: any): any;
|
|
8532
8597
|
}
|
|
8533
8598
|
export interface IVisualStoriesSerpElementItem extends IBaseSerpElementItem {
|
|
8534
|
-
/**
|
|
8535
|
-
if there are none, equals null */
|
|
8599
|
+
/** contains arrays of specific images */
|
|
8536
8600
|
items?: (LicensesElement | undefined)[] | undefined;
|
|
8537
8601
|
/** rectangle parameters
|
|
8538
8602
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -8585,8 +8649,7 @@ the popularity rate based on reviews and displayed in SERP */
|
|
|
8585
8649
|
export declare class CommercialUnitsSerpElementItem extends BaseSerpElementItem implements ICommercialUnitsSerpElementItem {
|
|
8586
8650
|
/** title of the row */
|
|
8587
8651
|
title?: string | undefined;
|
|
8588
|
-
/**
|
|
8589
|
-
if there are none, equals null */
|
|
8652
|
+
/** contains arrays of specific images */
|
|
8590
8653
|
items?: (CommercialUnitsElement | undefined)[] | undefined;
|
|
8591
8654
|
/** rectangle parameters
|
|
8592
8655
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -8601,8 +8664,7 @@ equals null if calculate_rectangles in the POST request is not set to true */
|
|
|
8601
8664
|
export interface ICommercialUnitsSerpElementItem extends IBaseSerpElementItem {
|
|
8602
8665
|
/** title of the row */
|
|
8603
8666
|
title?: string | undefined;
|
|
8604
|
-
/**
|
|
8605
|
-
if there are none, equals null */
|
|
8667
|
+
/** contains arrays of specific images */
|
|
8606
8668
|
items?: (CommercialUnitsElement | undefined)[] | undefined;
|
|
8607
8669
|
/** rectangle parameters
|
|
8608
8670
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -8657,8 +8719,7 @@ export declare class LocalServicesSerpElementItem extends BaseSerpElementItem im
|
|
|
8657
8719
|
url?: string | undefined;
|
|
8658
8720
|
/** source domain */
|
|
8659
8721
|
domain?: string | undefined;
|
|
8660
|
-
/**
|
|
8661
|
-
if there are none, equals null */
|
|
8722
|
+
/** contains arrays of specific images */
|
|
8662
8723
|
items?: (LocalServicesElement | undefined)[] | undefined;
|
|
8663
8724
|
/** rectangle parameters
|
|
8664
8725
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -8677,8 +8738,7 @@ export interface ILocalServicesSerpElementItem extends IBaseSerpElementItem {
|
|
|
8677
8738
|
url?: string | undefined;
|
|
8678
8739
|
/** source domain */
|
|
8679
8740
|
domain?: string | undefined;
|
|
8680
|
-
/**
|
|
8681
|
-
if there are none, equals null */
|
|
8741
|
+
/** contains arrays of specific images */
|
|
8682
8742
|
items?: (LocalServicesElement | undefined)[] | undefined;
|
|
8683
8743
|
/** rectangle parameters
|
|
8684
8744
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -8772,8 +8832,7 @@ export declare class MathSolverSerpElementItem extends BaseSerpElementItem imple
|
|
|
8772
8832
|
/** solution to the equation
|
|
8773
8833
|
solution to the mathematical equation specified in the keyword field when setting a task */
|
|
8774
8834
|
result?: string | undefined;
|
|
8775
|
-
/**
|
|
8776
|
-
if there are none, equals null */
|
|
8835
|
+
/** contains arrays of specific images */
|
|
8777
8836
|
items?: (MathSolverElement | undefined)[] | undefined;
|
|
8778
8837
|
/** link of the element */
|
|
8779
8838
|
links?: (LinkElement | undefined)[] | undefined;
|
|
@@ -8793,8 +8852,7 @@ export interface IMathSolverSerpElementItem extends IBaseSerpElementItem {
|
|
|
8793
8852
|
/** solution to the equation
|
|
8794
8853
|
solution to the mathematical equation specified in the keyword field when setting a task */
|
|
8795
8854
|
result?: string | undefined;
|
|
8796
|
-
/**
|
|
8797
|
-
if there are none, equals null */
|
|
8855
|
+
/** contains arrays of specific images */
|
|
8798
8856
|
items?: (MathSolverElement | undefined)[] | undefined;
|
|
8799
8857
|
/** link of the element */
|
|
8800
8858
|
links?: (LinkElement | undefined)[] | undefined;
|
|
@@ -8985,8 +9043,7 @@ the category is indicated just above the title fo the consideration element */
|
|
|
8985
9043
|
export declare class ProductConsiderationsSerpElementItem extends BaseSerpElementItem implements IProductConsiderationsSerpElementItem {
|
|
8986
9044
|
/** title of the row */
|
|
8987
9045
|
title?: string | undefined;
|
|
8988
|
-
/**
|
|
8989
|
-
if there are none, equals null */
|
|
9046
|
+
/** contains arrays of specific images */
|
|
8990
9047
|
items?: (ProductConsiderationsElement | undefined)[] | undefined;
|
|
8991
9048
|
/** rectangle parameters
|
|
8992
9049
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -9001,8 +9058,7 @@ equals null if calculate_rectangles in the POST request is not set to true */
|
|
|
9001
9058
|
export interface IProductConsiderationsSerpElementItem extends IBaseSerpElementItem {
|
|
9002
9059
|
/** title of the row */
|
|
9003
9060
|
title?: string | undefined;
|
|
9004
|
-
/**
|
|
9005
|
-
if there are none, equals null */
|
|
9061
|
+
/** contains arrays of specific images */
|
|
9006
9062
|
items?: (ProductConsiderationsElement | undefined)[] | undefined;
|
|
9007
9063
|
/** rectangle parameters
|
|
9008
9064
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -9041,8 +9097,7 @@ export declare class FoundOnWebSerpElementItem extends BaseSerpElementItem imple
|
|
|
9041
9097
|
title?: string | undefined;
|
|
9042
9098
|
/** search queries related to the elment */
|
|
9043
9099
|
related_searches?: (string | undefined)[] | undefined;
|
|
9044
|
-
/**
|
|
9045
|
-
if there are none, equals null */
|
|
9100
|
+
/** contains arrays of specific images */
|
|
9046
9101
|
items?: (FoundOnWebElement | undefined)[] | undefined;
|
|
9047
9102
|
/** rectangle parameters
|
|
9048
9103
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -9059,8 +9114,7 @@ export interface IFoundOnWebSerpElementItem extends IBaseSerpElementItem {
|
|
|
9059
9114
|
title?: string | undefined;
|
|
9060
9115
|
/** search queries related to the elment */
|
|
9061
9116
|
related_searches?: (string | undefined)[] | undefined;
|
|
9062
|
-
/**
|
|
9063
|
-
if there are none, equals null */
|
|
9117
|
+
/** contains arrays of specific images */
|
|
9064
9118
|
items?: (FoundOnWebElement | undefined)[] | undefined;
|
|
9065
9119
|
/** rectangle parameters
|
|
9066
9120
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -9071,8 +9125,7 @@ equals null if calculate_rectangles in the POST request is not set to true */
|
|
|
9071
9125
|
export declare class ShortVideosSerpElementItem extends BaseSerpElementItem implements IShortVideosSerpElementItem {
|
|
9072
9126
|
/** title of the row */
|
|
9073
9127
|
title?: string | undefined;
|
|
9074
|
-
/**
|
|
9075
|
-
if there are none, equals null */
|
|
9128
|
+
/** contains arrays of specific images */
|
|
9076
9129
|
items?: (ShortVideosElement | undefined)[] | undefined;
|
|
9077
9130
|
/** rectangle parameters
|
|
9078
9131
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -9087,8 +9140,7 @@ equals null if calculate_rectangles in the POST request is not set to true */
|
|
|
9087
9140
|
export interface IShortVideosSerpElementItem extends IBaseSerpElementItem {
|
|
9088
9141
|
/** title of the row */
|
|
9089
9142
|
title?: string | undefined;
|
|
9090
|
-
/**
|
|
9091
|
-
if there are none, equals null */
|
|
9143
|
+
/** contains arrays of specific images */
|
|
9092
9144
|
items?: (ShortVideosElement | undefined)[] | undefined;
|
|
9093
9145
|
/** rectangle parameters
|
|
9094
9146
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -9101,7 +9153,8 @@ export declare class RefineProductsElement implements IRefineProductsElement {
|
|
|
9101
9153
|
type?: string | undefined;
|
|
9102
9154
|
/** title of a given link element */
|
|
9103
9155
|
title?: string | undefined;
|
|
9104
|
-
/** URL of the image
|
|
9156
|
+
/** URL of the image
|
|
9157
|
+
the URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available) */
|
|
9105
9158
|
image_url?: string | undefined;
|
|
9106
9159
|
/** keyword for the related refined search */
|
|
9107
9160
|
keyword?: string | undefined;
|
|
@@ -9120,7 +9173,8 @@ export interface IRefineProductsElement {
|
|
|
9120
9173
|
type?: string | undefined;
|
|
9121
9174
|
/** title of a given link element */
|
|
9122
9175
|
title?: string | undefined;
|
|
9123
|
-
/** URL of the image
|
|
9176
|
+
/** URL of the image
|
|
9177
|
+
the URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available) */
|
|
9124
9178
|
image_url?: string | undefined;
|
|
9125
9179
|
/** keyword for the related refined search */
|
|
9126
9180
|
keyword?: string | undefined;
|
|
@@ -9133,8 +9187,7 @@ export interface IRefineProductsElement {
|
|
|
9133
9187
|
export declare class RefineProductsSerpElementItem extends BaseSerpElementItem implements IRefineProductsSerpElementItem {
|
|
9134
9188
|
/** title of the row */
|
|
9135
9189
|
title?: string | undefined;
|
|
9136
|
-
/**
|
|
9137
|
-
if there are none, equals null */
|
|
9190
|
+
/** contains arrays of specific images */
|
|
9138
9191
|
items?: (RefineProductsElement | undefined)[] | undefined;
|
|
9139
9192
|
/** rectangle parameters
|
|
9140
9193
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -9149,8 +9202,7 @@ equals null if calculate_rectangles in the POST request is not set to true */
|
|
|
9149
9202
|
export interface IRefineProductsSerpElementItem extends IBaseSerpElementItem {
|
|
9150
9203
|
/** title of the row */
|
|
9151
9204
|
title?: string | undefined;
|
|
9152
|
-
/**
|
|
9153
|
-
if there are none, equals null */
|
|
9205
|
+
/** contains arrays of specific images */
|
|
9154
9206
|
items?: (RefineProductsElement | undefined)[] | undefined;
|
|
9155
9207
|
/** rectangle parameters
|
|
9156
9208
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -9169,7 +9221,8 @@ export declare class ExploreBrandsElement implements IExploreBrandsElement {
|
|
|
9169
9221
|
domain?: string | undefined;
|
|
9170
9222
|
/** description */
|
|
9171
9223
|
description?: string | undefined;
|
|
9172
|
-
/** URL of the image
|
|
9224
|
+
/** URL of the image
|
|
9225
|
+
the URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available) */
|
|
9173
9226
|
image_url?: string | undefined;
|
|
9174
9227
|
/** the XPath of the element */
|
|
9175
9228
|
xpath?: string | undefined;
|
|
@@ -9190,7 +9243,8 @@ export interface IExploreBrandsElement {
|
|
|
9190
9243
|
domain?: string | undefined;
|
|
9191
9244
|
/** description */
|
|
9192
9245
|
description?: string | undefined;
|
|
9193
|
-
/** URL of the image
|
|
9246
|
+
/** URL of the image
|
|
9247
|
+
the URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available) */
|
|
9194
9248
|
image_url?: string | undefined;
|
|
9195
9249
|
/** the XPath of the element */
|
|
9196
9250
|
xpath?: string | undefined;
|
|
@@ -9199,8 +9253,7 @@ export interface IExploreBrandsElement {
|
|
|
9199
9253
|
export declare class ExploreBrandsSerpElementItem extends BaseSerpElementItem implements IExploreBrandsSerpElementItem {
|
|
9200
9254
|
/** title of the row */
|
|
9201
9255
|
title?: string | undefined;
|
|
9202
|
-
/**
|
|
9203
|
-
if there are none, equals null */
|
|
9256
|
+
/** contains arrays of specific images */
|
|
9204
9257
|
items?: (ExploreBrandsElement | undefined)[] | undefined;
|
|
9205
9258
|
/** rectangle parameters
|
|
9206
9259
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -9215,8 +9268,7 @@ equals null if calculate_rectangles in the POST request is not set to true */
|
|
|
9215
9268
|
export interface IExploreBrandsSerpElementItem extends IBaseSerpElementItem {
|
|
9216
9269
|
/** title of the row */
|
|
9217
9270
|
title?: string | undefined;
|
|
9218
|
-
/**
|
|
9219
|
-
if there are none, equals null */
|
|
9271
|
+
/** contains arrays of specific images */
|
|
9220
9272
|
items?: (ExploreBrandsElement | undefined)[] | undefined;
|
|
9221
9273
|
/** rectangle parameters
|
|
9222
9274
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -9277,8 +9329,7 @@ example:
|
|
|
9277
9329
|
export declare class PerspectivesSerpElementItem extends BaseSerpElementItem implements IPerspectivesSerpElementItem {
|
|
9278
9330
|
/** title of the row */
|
|
9279
9331
|
title?: string | undefined;
|
|
9280
|
-
/**
|
|
9281
|
-
if there are none, equals null */
|
|
9332
|
+
/** contains arrays of specific images */
|
|
9282
9333
|
items?: (PerspectivesElement | undefined)[] | undefined;
|
|
9283
9334
|
/** rectangle parameters
|
|
9284
9335
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -9293,8 +9344,7 @@ equals null if calculate_rectangles in the POST request is not set to true */
|
|
|
9293
9344
|
export interface IPerspectivesSerpElementItem extends IBaseSerpElementItem {
|
|
9294
9345
|
/** title of the row */
|
|
9295
9346
|
title?: string | undefined;
|
|
9296
|
-
/**
|
|
9297
|
-
if there are none, equals null */
|
|
9347
|
+
/** contains arrays of specific images */
|
|
9298
9348
|
items?: (PerspectivesElement | undefined)[] | undefined;
|
|
9299
9349
|
/** rectangle parameters
|
|
9300
9350
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -9355,8 +9405,7 @@ example:
|
|
|
9355
9405
|
export declare class DiscussionsAndForumsSerpElementItem extends BaseSerpElementItem implements IDiscussionsAndForumsSerpElementItem {
|
|
9356
9406
|
/** title of the row */
|
|
9357
9407
|
title?: string | undefined;
|
|
9358
|
-
/**
|
|
9359
|
-
if there are none, equals null */
|
|
9408
|
+
/** contains arrays of specific images */
|
|
9360
9409
|
items?: (DiscussionsAndForumsElement | undefined)[] | undefined;
|
|
9361
9410
|
/** rectangle parameters
|
|
9362
9411
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -9371,8 +9420,7 @@ equals null if calculate_rectangles in the POST request is not set to true */
|
|
|
9371
9420
|
export interface IDiscussionsAndForumsSerpElementItem extends IBaseSerpElementItem {
|
|
9372
9421
|
/** title of the row */
|
|
9373
9422
|
title?: string | undefined;
|
|
9374
|
-
/**
|
|
9375
|
-
if there are none, equals null */
|
|
9423
|
+
/** contains arrays of specific images */
|
|
9376
9424
|
items?: (DiscussionsAndForumsElement | undefined)[] | undefined;
|
|
9377
9425
|
/** rectangle parameters
|
|
9378
9426
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -9389,7 +9437,8 @@ export declare class CompareSitesElement implements ICompareSitesElement {
|
|
|
9389
9437
|
url?: string | undefined;
|
|
9390
9438
|
/** website domain */
|
|
9391
9439
|
domain?: string | undefined;
|
|
9392
|
-
/** URL of the image
|
|
9440
|
+
/** URL of the image
|
|
9441
|
+
the URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available) */
|
|
9393
9442
|
image_url?: string | undefined;
|
|
9394
9443
|
/** source of the element
|
|
9395
9444
|
indicates the source of information included in the top_stories_element */
|
|
@@ -9409,7 +9458,8 @@ export interface ICompareSitesElement {
|
|
|
9409
9458
|
url?: string | undefined;
|
|
9410
9459
|
/** website domain */
|
|
9411
9460
|
domain?: string | undefined;
|
|
9412
|
-
/** URL of the image
|
|
9461
|
+
/** URL of the image
|
|
9462
|
+
the URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available) */
|
|
9413
9463
|
image_url?: string | undefined;
|
|
9414
9464
|
/** source of the element
|
|
9415
9465
|
indicates the source of information included in the top_stories_element */
|
|
@@ -9419,8 +9469,7 @@ indicates the source of information included in the top_stories_element */
|
|
|
9419
9469
|
export declare class CompareSitesSerpElementItem extends BaseSerpElementItem implements ICompareSitesSerpElementItem {
|
|
9420
9470
|
/** title of the row */
|
|
9421
9471
|
title?: string | undefined;
|
|
9422
|
-
/**
|
|
9423
|
-
if there are none, equals null */
|
|
9472
|
+
/** contains arrays of specific images */
|
|
9424
9473
|
items?: (CompareSitesElement | undefined)[] | undefined;
|
|
9425
9474
|
/** rectangle parameters
|
|
9426
9475
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -9435,8 +9484,7 @@ equals null if calculate_rectangles in the POST request is not set to true */
|
|
|
9435
9484
|
export interface ICompareSitesSerpElementItem extends IBaseSerpElementItem {
|
|
9436
9485
|
/** title of the row */
|
|
9437
9486
|
title?: string | undefined;
|
|
9438
|
-
/**
|
|
9439
|
-
if there are none, equals null */
|
|
9487
|
+
/** contains arrays of specific images */
|
|
9440
9488
|
items?: (CompareSitesElement | undefined)[] | undefined;
|
|
9441
9489
|
/** rectangle parameters
|
|
9442
9490
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -9460,7 +9508,8 @@ indicates the source of information included in the top_stories_element */
|
|
|
9460
9508
|
description?: string | undefined;
|
|
9461
9509
|
/** the date when the page source of the element was published */
|
|
9462
9510
|
date?: string | undefined;
|
|
9463
|
-
/** URL of the image
|
|
9511
|
+
/** URL of the image
|
|
9512
|
+
the URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available) */
|
|
9464
9513
|
image_url?: string | undefined;
|
|
9465
9514
|
/** the item’s rating
|
|
9466
9515
|
the popularity rate based on reviews and displayed in SERP */
|
|
@@ -9487,7 +9536,8 @@ indicates the source of information included in the top_stories_element */
|
|
|
9487
9536
|
description?: string | undefined;
|
|
9488
9537
|
/** the date when the page source of the element was published */
|
|
9489
9538
|
date?: string | undefined;
|
|
9490
|
-
/** URL of the image
|
|
9539
|
+
/** URL of the image
|
|
9540
|
+
the URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available) */
|
|
9491
9541
|
image_url?: string | undefined;
|
|
9492
9542
|
/** the item’s rating
|
|
9493
9543
|
the popularity rate based on reviews and displayed in SERP */
|
|
@@ -9500,8 +9550,7 @@ export declare class CoursesSerpElementItem extends BaseSerpElementItem implemen
|
|
|
9500
9550
|
/** array of course categories
|
|
9501
9551
|
contains a list of categories relevant to courses */
|
|
9502
9552
|
categories?: (string | undefined)[] | undefined;
|
|
9503
|
-
/**
|
|
9504
|
-
if there are none, equals null */
|
|
9553
|
+
/** contains arrays of specific images */
|
|
9505
9554
|
items?: (CoursesElement | undefined)[] | undefined;
|
|
9506
9555
|
/** rectangle parameters
|
|
9507
9556
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -9519,8 +9568,7 @@ export interface ICoursesSerpElementItem extends IBaseSerpElementItem {
|
|
|
9519
9568
|
/** array of course categories
|
|
9520
9569
|
contains a list of categories relevant to courses */
|
|
9521
9570
|
categories?: (string | undefined)[] | undefined;
|
|
9522
|
-
/**
|
|
9523
|
-
if there are none, equals null */
|
|
9571
|
+
/** contains arrays of specific images */
|
|
9524
9572
|
items?: (CoursesElement | undefined)[] | undefined;
|
|
9525
9573
|
/** rectangle parameters
|
|
9526
9574
|
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
@@ -9528,87 +9576,12 @@ equals null if calculate_rectangles in the POST request is not set to true */
|
|
|
9528
9576
|
rectangle?: Rectangle | undefined;
|
|
9529
9577
|
[key: string]: any;
|
|
9530
9578
|
}
|
|
9531
|
-
export declare class AiOverviewReference implements IAiOverviewReference {
|
|
9532
|
-
/** type of element */
|
|
9533
|
-
type?: string | undefined;
|
|
9534
|
-
/** source of the element
|
|
9535
|
-
indicates the source of information included in the questions_and_answers_element */
|
|
9536
|
-
source?: string | undefined;
|
|
9537
|
-
/** domain in SERP */
|
|
9538
|
-
domain?: string | undefined;
|
|
9539
|
-
/** URL */
|
|
9540
|
-
url?: string | undefined;
|
|
9541
|
-
/** title of a given shopping element */
|
|
9542
|
-
title?: string | undefined;
|
|
9543
|
-
/** reference text
|
|
9544
|
-
text snippet from the page that was used to generate the ai_overview_element */
|
|
9545
|
-
text?: string | undefined;
|
|
9546
|
-
[key: string]: any;
|
|
9547
|
-
constructor(data?: IAiOverviewReference);
|
|
9548
|
-
init(_data?: any): void;
|
|
9549
|
-
static fromJS(data: any): AiOverviewReference;
|
|
9550
|
-
toJSON(data?: any): any;
|
|
9551
|
-
}
|
|
9552
|
-
export interface IAiOverviewReference {
|
|
9553
|
-
/** type of element */
|
|
9554
|
-
type?: string | undefined;
|
|
9555
|
-
/** source of the element
|
|
9556
|
-
indicates the source of information included in the questions_and_answers_element */
|
|
9557
|
-
source?: string | undefined;
|
|
9558
|
-
/** domain in SERP */
|
|
9559
|
-
domain?: string | undefined;
|
|
9560
|
-
/** URL */
|
|
9561
|
-
url?: string | undefined;
|
|
9562
|
-
/** title of a given shopping element */
|
|
9563
|
-
title?: string | undefined;
|
|
9564
|
-
/** reference text
|
|
9565
|
-
text snippet from the page that was used to generate the ai_overview_element */
|
|
9566
|
-
text?: string | undefined;
|
|
9567
|
-
[key: string]: any;
|
|
9568
|
-
}
|
|
9569
|
-
export declare class AiOverviewElement implements IAiOverviewElement {
|
|
9570
|
-
/** type of element */
|
|
9571
|
-
type?: string | undefined;
|
|
9572
|
-
/** title of a given link element */
|
|
9573
|
-
title?: string | undefined;
|
|
9574
|
-
/** reference text
|
|
9575
|
-
text snippet from the page that was used to generate the ai_overview_element */
|
|
9576
|
-
text?: string | undefined;
|
|
9577
|
-
/** images of the element
|
|
9578
|
-
if there are none, equals null */
|
|
9579
|
-
images?: (ImagesElement | undefined)[] | undefined;
|
|
9580
|
-
/** references relevant to the element
|
|
9581
|
-
includes references to webpages that were used to generate the ai_overview_element */
|
|
9582
|
-
references?: (AiOverviewReference | undefined)[] | undefined;
|
|
9583
|
-
[key: string]: any;
|
|
9584
|
-
constructor(data?: IAiOverviewElement);
|
|
9585
|
-
init(_data?: any): void;
|
|
9586
|
-
static fromJS(data: any): AiOverviewElement;
|
|
9587
|
-
toJSON(data?: any): any;
|
|
9588
|
-
}
|
|
9589
|
-
export interface IAiOverviewElement {
|
|
9590
|
-
/** type of element */
|
|
9591
|
-
type?: string | undefined;
|
|
9592
|
-
/** title of a given link element */
|
|
9593
|
-
title?: string | undefined;
|
|
9594
|
-
/** reference text
|
|
9595
|
-
text snippet from the page that was used to generate the ai_overview_element */
|
|
9596
|
-
text?: string | undefined;
|
|
9597
|
-
/** images of the element
|
|
9598
|
-
if there are none, equals null */
|
|
9599
|
-
images?: (ImagesElement | undefined)[] | undefined;
|
|
9600
|
-
/** references relevant to the element
|
|
9601
|
-
includes references to webpages that were used to generate the ai_overview_element */
|
|
9602
|
-
references?: (AiOverviewReference | undefined)[] | undefined;
|
|
9603
|
-
[key: string]: any;
|
|
9604
|
-
}
|
|
9605
9579
|
export declare class AiOverviewSerpElementItem extends BaseSerpElementItem implements IAiOverviewSerpElementItem {
|
|
9606
9580
|
/** indicates whether the element is loaded asynchronically
|
|
9607
9581
|
if true, the ai_overview element is loaded asynchronically;
|
|
9608
9582
|
if false, the ai_overview element is loaded from cache; */
|
|
9609
9583
|
asynchronous_ai_overview?: boolean | undefined;
|
|
9610
|
-
/**
|
|
9611
|
-
if there are none, equals null */
|
|
9584
|
+
/** contains arrays of specific images */
|
|
9612
9585
|
items?: (AiOverviewElement | undefined)[] | undefined;
|
|
9613
9586
|
/** additional references relevant to the item
|
|
9614
9587
|
includes references to webpages that may have been used to generate the ai_overview */
|
|
@@ -9628,8 +9601,7 @@ export interface IAiOverviewSerpElementItem extends IBaseSerpElementItem {
|
|
|
9628
9601
|
if true, the ai_overview element is loaded asynchronically;
|
|
9629
9602
|
if false, the ai_overview element is loaded from cache; */
|
|
9630
9603
|
asynchronous_ai_overview?: boolean | undefined;
|
|
9631
|
-
/**
|
|
9632
|
-
if there are none, equals null */
|
|
9604
|
+
/** contains arrays of specific images */
|
|
9633
9605
|
items?: (AiOverviewElement | undefined)[] | undefined;
|
|
9634
9606
|
/** additional references relevant to the item
|
|
9635
9607
|
includes references to webpages that may have been used to generate the ai_overview */
|
|
@@ -9672,7 +9644,7 @@ answer_box, app, carousel, multi_carousel, featured_snippet, google_flights, goo
|
|
|
9672
9644
|
se_results_count?: number | undefined;
|
|
9673
9645
|
/** the number of results returned in the items array */
|
|
9674
9646
|
items_count?: number | undefined;
|
|
9675
|
-
/**
|
|
9647
|
+
/** items present in the element */
|
|
9676
9648
|
items?: (BaseSerpElementItem | undefined)[] | undefined;
|
|
9677
9649
|
[key: string]: any;
|
|
9678
9650
|
constructor(data?: ISerpGoogleOrganicTaskGetAdvancedResultInfo);
|
|
@@ -9712,7 +9684,7 @@ answer_box, app, carousel, multi_carousel, featured_snippet, google_flights, goo
|
|
|
9712
9684
|
se_results_count?: number | undefined;
|
|
9713
9685
|
/** the number of results returned in the items array */
|
|
9714
9686
|
items_count?: number | undefined;
|
|
9715
|
-
/**
|
|
9687
|
+
/** items present in the element */
|
|
9716
9688
|
items?: (BaseSerpElementItem | undefined)[] | undefined;
|
|
9717
9689
|
[key: string]: any;
|
|
9718
9690
|
}
|
|
@@ -69391,11 +69363,11 @@ export interface ITableContentItemInfo {
|
|
|
69391
69363
|
[key: string]: any;
|
|
69392
69364
|
}
|
|
69393
69365
|
export declare class TableContent implements ITableContent {
|
|
69394
|
-
/** content of the header
|
|
69366
|
+
/** parsed content of the header */
|
|
69395
69367
|
header?: (TableContentItemInfo | undefined)[] | undefined;
|
|
69396
69368
|
/** content of the body of the table */
|
|
69397
69369
|
body?: (TableContentItemInfo | undefined)[] | undefined;
|
|
69398
|
-
/**
|
|
69370
|
+
/** content of the footer of the table */
|
|
69399
69371
|
footer?: (TableContentItemInfo | undefined)[] | undefined;
|
|
69400
69372
|
[key: string]: any;
|
|
69401
69373
|
constructor(data?: ITableContent);
|
|
@@ -69404,11 +69376,11 @@ export declare class TableContent implements ITableContent {
|
|
|
69404
69376
|
toJSON(data?: any): any;
|
|
69405
69377
|
}
|
|
69406
69378
|
export interface ITableContent {
|
|
69407
|
-
/** content of the header
|
|
69379
|
+
/** parsed content of the header */
|
|
69408
69380
|
header?: (TableContentItemInfo | undefined)[] | undefined;
|
|
69409
69381
|
/** content of the body of the table */
|
|
69410
69382
|
body?: (TableContentItemInfo | undefined)[] | undefined;
|
|
69411
|
-
/**
|
|
69383
|
+
/** content of the footer of the table */
|
|
69412
69384
|
footer?: (TableContentItemInfo | undefined)[] | undefined;
|
|
69413
69385
|
[key: string]: any;
|
|
69414
69386
|
}
|
|
@@ -69459,9 +69431,9 @@ you can find more information about content priority calculation in this help ce
|
|
|
69459
69431
|
[key: string]: any;
|
|
69460
69432
|
}
|
|
69461
69433
|
export declare class PageContentInfo implements IPageContentInfo {
|
|
69462
|
-
/**
|
|
69434
|
+
/** content of the header of the table */
|
|
69463
69435
|
header?: PageSectionContentInfo | undefined;
|
|
69464
|
-
/** content of the footer
|
|
69436
|
+
/** parsed content of the footer */
|
|
69465
69437
|
footer?: PageSectionContentInfo | undefined;
|
|
69466
69438
|
/** main topic on the page
|
|
69467
69439
|
you can find more information about topic priority calculation in this help center article */
|
|
@@ -69476,9 +69448,9 @@ you can find more information about topic priority calculation in this help cent
|
|
|
69476
69448
|
toJSON(data?: any): any;
|
|
69477
69449
|
}
|
|
69478
69450
|
export interface IPageContentInfo {
|
|
69479
|
-
/**
|
|
69451
|
+
/** content of the header of the table */
|
|
69480
69452
|
header?: PageSectionContentInfo | undefined;
|
|
69481
|
-
/** content of the footer
|
|
69453
|
+
/** parsed content of the footer */
|
|
69482
69454
|
footer?: PageSectionContentInfo | undefined;
|
|
69483
69455
|
/** main topic on the page
|
|
69484
69456
|
you can find more information about topic priority calculation in this help center article */
|
|
@@ -94561,8 +94533,8 @@ export declare class AppendixSerpDayStatisticsRatesData implements IAppendixSerp
|
|
|
94561
94533
|
tasks_fixed?: number | undefined;
|
|
94562
94534
|
jobs?: AppendixJobsSerpLimitsRatesDataInfo | undefined;
|
|
94563
94535
|
screenshot?: number | undefined;
|
|
94564
|
-
ai_summary?: number | undefined;
|
|
94565
94536
|
id_list?: number | undefined;
|
|
94537
|
+
ai_summary?: number | undefined;
|
|
94566
94538
|
[key: string]: any;
|
|
94567
94539
|
constructor(data?: IAppendixSerpDayStatisticsRatesData);
|
|
94568
94540
|
init(_data?: any): void;
|
|
@@ -94580,8 +94552,8 @@ export interface IAppendixSerpDayStatisticsRatesData {
|
|
|
94580
94552
|
tasks_fixed?: number | undefined;
|
|
94581
94553
|
jobs?: AppendixJobsSerpLimitsRatesDataInfo | undefined;
|
|
94582
94554
|
screenshot?: number | undefined;
|
|
94583
|
-
ai_summary?: number | undefined;
|
|
94584
94555
|
id_list?: number | undefined;
|
|
94556
|
+
ai_summary?: number | undefined;
|
|
94585
94557
|
[key: string]: any;
|
|
94586
94558
|
}
|
|
94587
94559
|
export declare class AppendixBingKeywordsDataDayStatisticsDataInfo implements IAppendixBingKeywordsDataDayStatisticsDataInfo {
|
|
@@ -94622,8 +94594,8 @@ export declare class AppendixKeywordsDataDayStatisticsRatesData implements IAppe
|
|
|
94622
94594
|
dataforseo_trends?: AppendixDataforseoTrendsKeywordsDataLimitsRatesDataInfo | undefined;
|
|
94623
94595
|
clickstream_data?: AppendixClickstreamDataKeywordsDataLimitsRatesDataInfo | undefined;
|
|
94624
94596
|
google?: AppendixBingKeywordsDataLimitsRatesDataInfo | undefined;
|
|
94625
|
-
search_volume_history?: AppendixInfo | undefined;
|
|
94626
94597
|
id_list?: number | undefined;
|
|
94598
|
+
search_volume_history?: AppendixInfo | undefined;
|
|
94627
94599
|
[key: string]: any;
|
|
94628
94600
|
constructor(data?: IAppendixKeywordsDataDayStatisticsRatesData);
|
|
94629
94601
|
init(_data?: any): void;
|
|
@@ -94648,15 +94620,15 @@ export interface IAppendixKeywordsDataDayStatisticsRatesData {
|
|
|
94648
94620
|
dataforseo_trends?: AppendixDataforseoTrendsKeywordsDataLimitsRatesDataInfo | undefined;
|
|
94649
94621
|
clickstream_data?: AppendixClickstreamDataKeywordsDataLimitsRatesDataInfo | undefined;
|
|
94650
94622
|
google?: AppendixBingKeywordsDataLimitsRatesDataInfo | undefined;
|
|
94651
|
-
search_volume_history?: AppendixInfo | undefined;
|
|
94652
94623
|
id_list?: number | undefined;
|
|
94624
|
+
search_volume_history?: AppendixInfo | undefined;
|
|
94653
94625
|
[key: string]: any;
|
|
94654
94626
|
}
|
|
94655
94627
|
export declare class AppendixAppendixDayStatisticsRatesData implements IAppendixAppendixDayStatisticsRatesData {
|
|
94656
94628
|
user_data?: number | undefined;
|
|
94657
94629
|
errors?: number | undefined;
|
|
94658
|
-
status?: number | undefined;
|
|
94659
94630
|
webhook_resend?: number | undefined;
|
|
94631
|
+
status?: number | undefined;
|
|
94660
94632
|
[key: string]: any;
|
|
94661
94633
|
constructor(data?: IAppendixAppendixDayStatisticsRatesData);
|
|
94662
94634
|
init(_data?: any): void;
|
|
@@ -94666,8 +94638,8 @@ export declare class AppendixAppendixDayStatisticsRatesData implements IAppendix
|
|
|
94666
94638
|
export interface IAppendixAppendixDayStatisticsRatesData {
|
|
94667
94639
|
user_data?: number | undefined;
|
|
94668
94640
|
errors?: number | undefined;
|
|
94669
|
-
status?: number | undefined;
|
|
94670
94641
|
webhook_resend?: number | undefined;
|
|
94642
|
+
status?: number | undefined;
|
|
94671
94643
|
[key: string]: any;
|
|
94672
94644
|
}
|
|
94673
94645
|
export declare class AppendixDataforseoLabsDayStatisticsRatesData implements IAppendixDataforseoLabsDayStatisticsRatesData {
|
|
@@ -94705,15 +94677,15 @@ export declare class AppendixDataforseoLabsDayStatisticsRatesData implements IAp
|
|
|
94705
94677
|
app_intersection?: AppendixInfo | undefined;
|
|
94706
94678
|
bulk_app_metrics?: AppendixInfo | undefined;
|
|
94707
94679
|
search_intent?: AppendixInfo | undefined;
|
|
94708
|
-
status?: number | undefined;
|
|
94709
|
-
amazon?: AppendixDataforseoLabsLimitsRatesDataInfo | undefined;
|
|
94710
|
-
available_filters?: number | undefined;
|
|
94711
94680
|
historical_bulk_traffic_estimation?: AppendixInfo | undefined;
|
|
94681
|
+
languages?: number | undefined;
|
|
94712
94682
|
id_list?: number | undefined;
|
|
94713
|
-
available_history?: number | undefined;
|
|
94714
|
-
categories_for_keywords?: AppendixInfo | undefined;
|
|
94715
94683
|
top_google_searches?: AppendixInfo | undefined;
|
|
94716
|
-
|
|
94684
|
+
status?: number | undefined;
|
|
94685
|
+
categories_for_keywords?: AppendixInfo | undefined;
|
|
94686
|
+
available_history?: number | undefined;
|
|
94687
|
+
available_filters?: number | undefined;
|
|
94688
|
+
amazon?: AppendixDataforseoLabsLimitsRatesDataInfo | undefined;
|
|
94717
94689
|
[key: string]: any;
|
|
94718
94690
|
constructor(data?: IAppendixDataforseoLabsDayStatisticsRatesData);
|
|
94719
94691
|
init(_data?: any): void;
|
|
@@ -94755,15 +94727,15 @@ export interface IAppendixDataforseoLabsDayStatisticsRatesData {
|
|
|
94755
94727
|
app_intersection?: AppendixInfo | undefined;
|
|
94756
94728
|
bulk_app_metrics?: AppendixInfo | undefined;
|
|
94757
94729
|
search_intent?: AppendixInfo | undefined;
|
|
94758
|
-
status?: number | undefined;
|
|
94759
|
-
amazon?: AppendixDataforseoLabsLimitsRatesDataInfo | undefined;
|
|
94760
|
-
available_filters?: number | undefined;
|
|
94761
94730
|
historical_bulk_traffic_estimation?: AppendixInfo | undefined;
|
|
94731
|
+
languages?: number | undefined;
|
|
94762
94732
|
id_list?: number | undefined;
|
|
94763
|
-
available_history?: number | undefined;
|
|
94764
|
-
categories_for_keywords?: AppendixInfo | undefined;
|
|
94765
94733
|
top_google_searches?: AppendixInfo | undefined;
|
|
94766
|
-
|
|
94734
|
+
status?: number | undefined;
|
|
94735
|
+
categories_for_keywords?: AppendixInfo | undefined;
|
|
94736
|
+
available_history?: number | undefined;
|
|
94737
|
+
available_filters?: number | undefined;
|
|
94738
|
+
amazon?: AppendixDataforseoLabsLimitsRatesDataInfo | undefined;
|
|
94767
94739
|
[key: string]: any;
|
|
94768
94740
|
}
|
|
94769
94741
|
export declare class AppendixDomainAnalyticsDayStatisticsRatesData implements IAppendixDomainAnalyticsDayStatisticsRatesData {
|
|
@@ -94771,8 +94743,8 @@ export declare class AppendixDomainAnalyticsDayStatisticsRatesData implements IA
|
|
|
94771
94743
|
errors?: number | undefined;
|
|
94772
94744
|
whois?: AppendixWhoisDomainAnalyticsLimitsRatesDataInfo | undefined;
|
|
94773
94745
|
technologies?: AppendixTechnologiesDomainAnalyticsLimitsRatesDataInfo | undefined;
|
|
94774
|
-
id_list?: number | undefined;
|
|
94775
94746
|
available_filters?: number | undefined;
|
|
94747
|
+
id_list?: number | undefined;
|
|
94776
94748
|
[key: string]: any;
|
|
94777
94749
|
constructor(data?: IAppendixDomainAnalyticsDayStatisticsRatesData);
|
|
94778
94750
|
init(_data?: any): void;
|
|
@@ -94784,8 +94756,8 @@ export interface IAppendixDomainAnalyticsDayStatisticsRatesData {
|
|
|
94784
94756
|
errors?: number | undefined;
|
|
94785
94757
|
whois?: AppendixWhoisDomainAnalyticsLimitsRatesDataInfo | undefined;
|
|
94786
94758
|
technologies?: AppendixTechnologiesDomainAnalyticsLimitsRatesDataInfo | undefined;
|
|
94787
|
-
id_list?: number | undefined;
|
|
94788
94759
|
available_filters?: number | undefined;
|
|
94760
|
+
id_list?: number | undefined;
|
|
94789
94761
|
[key: string]: any;
|
|
94790
94762
|
}
|
|
94791
94763
|
export declare class AppendixMerchantDayStatisticsRatesData implements IAppendixMerchantDayStatisticsRatesData {
|
|
@@ -94819,8 +94791,8 @@ export declare class AppendixLighthouseOnPageDayStatisticsRatesData implements I
|
|
|
94819
94791
|
tasks_ready?: number | undefined;
|
|
94820
94792
|
task_get?: number | undefined;
|
|
94821
94793
|
live?: number | undefined;
|
|
94822
|
-
languages?: number | undefined;
|
|
94823
94794
|
audits?: number | undefined;
|
|
94795
|
+
languages?: number | undefined;
|
|
94824
94796
|
versions?: number | undefined;
|
|
94825
94797
|
[key: string]: any;
|
|
94826
94798
|
constructor(data?: IAppendixLighthouseOnPageDayStatisticsRatesData);
|
|
@@ -94833,8 +94805,8 @@ export interface IAppendixLighthouseOnPageDayStatisticsRatesData {
|
|
|
94833
94805
|
tasks_ready?: number | undefined;
|
|
94834
94806
|
task_get?: number | undefined;
|
|
94835
94807
|
live?: number | undefined;
|
|
94836
|
-
languages?: number | undefined;
|
|
94837
94808
|
audits?: number | undefined;
|
|
94809
|
+
languages?: number | undefined;
|
|
94838
94810
|
versions?: number | undefined;
|
|
94839
94811
|
[key: string]: any;
|
|
94840
94812
|
}
|
|
@@ -94859,10 +94831,10 @@ export declare class AppendixOnPageDayStatisticsRatesData implements IAppendixOn
|
|
|
94859
94831
|
page_screenshot?: number | undefined;
|
|
94860
94832
|
content_parsing?: number | undefined;
|
|
94861
94833
|
content_parsing_live?: number | undefined;
|
|
94862
|
-
available_filters?: number | undefined;
|
|
94863
|
-
force_stop?: number | undefined;
|
|
94864
94834
|
microdata?: number | undefined;
|
|
94835
|
+
force_stop?: number | undefined;
|
|
94865
94836
|
id_list?: number | undefined;
|
|
94837
|
+
available_filters?: number | undefined;
|
|
94866
94838
|
[key: string]: any;
|
|
94867
94839
|
constructor(data?: IAppendixOnPageDayStatisticsRatesData);
|
|
94868
94840
|
init(_data?: any): void;
|
|
@@ -94890,10 +94862,10 @@ export interface IAppendixOnPageDayStatisticsRatesData {
|
|
|
94890
94862
|
page_screenshot?: number | undefined;
|
|
94891
94863
|
content_parsing?: number | undefined;
|
|
94892
94864
|
content_parsing_live?: number | undefined;
|
|
94893
|
-
available_filters?: number | undefined;
|
|
94894
|
-
force_stop?: number | undefined;
|
|
94895
94865
|
microdata?: number | undefined;
|
|
94866
|
+
force_stop?: number | undefined;
|
|
94896
94867
|
id_list?: number | undefined;
|
|
94868
|
+
available_filters?: number | undefined;
|
|
94897
94869
|
[key: string]: any;
|
|
94898
94870
|
}
|
|
94899
94871
|
export declare class AppendixBusinessDataDayStatisticsRatesData implements IAppendixBusinessDataDayStatisticsRatesData {
|
|
@@ -94952,12 +94924,12 @@ export declare class AppendixBacklinksDayStatisticsRatesData implements IAppendi
|
|
|
94952
94924
|
timeseries_new_lost_summary?: AppendixInfo | undefined;
|
|
94953
94925
|
competitors?: AppendixInfo | undefined;
|
|
94954
94926
|
bulk_pages_summary?: AppendixInfo | undefined;
|
|
94955
|
-
historical_new_lost_summary?: AppendixInfo | undefined;
|
|
94956
|
-
available_filters?: number | undefined;
|
|
94957
|
-
bulk_spam_score?: AppendixInfo | undefined;
|
|
94958
94927
|
index?: number | undefined;
|
|
94959
|
-
pages_summary_with_page_info?: AppendixInfo | undefined;
|
|
94960
94928
|
id_list?: number | undefined;
|
|
94929
|
+
available_filters?: number | undefined;
|
|
94930
|
+
pages_summary_with_page_info?: AppendixInfo | undefined;
|
|
94931
|
+
historical_new_lost_summary?: AppendixInfo | undefined;
|
|
94932
|
+
bulk_spam_score?: AppendixInfo | undefined;
|
|
94961
94933
|
[key: string]: any;
|
|
94962
94934
|
constructor(data?: IAppendixBacklinksDayStatisticsRatesData);
|
|
94963
94935
|
init(_data?: any): void;
|
|
@@ -94986,12 +94958,12 @@ export interface IAppendixBacklinksDayStatisticsRatesData {
|
|
|
94986
94958
|
timeseries_new_lost_summary?: AppendixInfo | undefined;
|
|
94987
94959
|
competitors?: AppendixInfo | undefined;
|
|
94988
94960
|
bulk_pages_summary?: AppendixInfo | undefined;
|
|
94989
|
-
historical_new_lost_summary?: AppendixInfo | undefined;
|
|
94990
|
-
available_filters?: number | undefined;
|
|
94991
|
-
bulk_spam_score?: AppendixInfo | undefined;
|
|
94992
94961
|
index?: number | undefined;
|
|
94993
|
-
pages_summary_with_page_info?: AppendixInfo | undefined;
|
|
94994
94962
|
id_list?: number | undefined;
|
|
94963
|
+
available_filters?: number | undefined;
|
|
94964
|
+
pages_summary_with_page_info?: AppendixInfo | undefined;
|
|
94965
|
+
historical_new_lost_summary?: AppendixInfo | undefined;
|
|
94966
|
+
bulk_spam_score?: AppendixInfo | undefined;
|
|
94995
94967
|
[key: string]: any;
|
|
94996
94968
|
}
|
|
94997
94969
|
export declare class AppendixAppDataDayStatisticsRatesData implements IAppendixAppDataDayStatisticsRatesData {
|
|
@@ -95037,8 +95009,8 @@ export declare class AppendixContentAnalysisDayStatisticsRatesData implements IA
|
|
|
95037
95009
|
languages?: number | undefined;
|
|
95038
95010
|
categories?: number | undefined;
|
|
95039
95011
|
errors?: number | undefined;
|
|
95040
|
-
available_filters?: number | undefined;
|
|
95041
95012
|
id_list?: number | undefined;
|
|
95013
|
+
available_filters?: number | undefined;
|
|
95042
95014
|
[key: string]: any;
|
|
95043
95015
|
constructor(data?: IAppendixContentAnalysisDayStatisticsRatesData);
|
|
95044
95016
|
init(_data?: any): void;
|
|
@@ -95056,8 +95028,8 @@ export interface IAppendixContentAnalysisDayStatisticsRatesData {
|
|
|
95056
95028
|
languages?: number | undefined;
|
|
95057
95029
|
categories?: number | undefined;
|
|
95058
95030
|
errors?: number | undefined;
|
|
95059
|
-
available_filters?: number | undefined;
|
|
95060
95031
|
id_list?: number | undefined;
|
|
95032
|
+
available_filters?: number | undefined;
|
|
95061
95033
|
[key: string]: any;
|
|
95062
95034
|
}
|
|
95063
95035
|
export declare class AppendixContentGenerationDayStatisticsRatesData implements IAppendixContentGenerationDayStatisticsRatesData {
|
|
@@ -95117,9 +95089,9 @@ export declare class AppendixDayStatisticsRatesData implements IAppendixDayStati
|
|
|
95117
95089
|
day in the yyyy-MM-dd format
|
|
95118
95090
|
minute in the yyyy-MM-dd HH:mm format */
|
|
95119
95091
|
value?: string | undefined;
|
|
95092
|
+
total_traffic_analytics?: number | undefined;
|
|
95120
95093
|
total_reviews?: number | undefined;
|
|
95121
95094
|
reviews?: AppendixInfo | undefined;
|
|
95122
|
-
total_traffic_analytics?: number | undefined;
|
|
95123
95095
|
[key: string]: any;
|
|
95124
95096
|
constructor(data?: IAppendixDayStatisticsRatesData);
|
|
95125
95097
|
init(_data?: any): void;
|
|
@@ -95157,9 +95129,9 @@ export interface IAppendixDayStatisticsRatesData {
|
|
|
95157
95129
|
day in the yyyy-MM-dd format
|
|
95158
95130
|
minute in the yyyy-MM-dd HH:mm format */
|
|
95159
95131
|
value?: string | undefined;
|
|
95132
|
+
total_traffic_analytics?: number | undefined;
|
|
95160
95133
|
total_reviews?: number | undefined;
|
|
95161
95134
|
reviews?: AppendixInfo | undefined;
|
|
95162
|
-
total_traffic_analytics?: number | undefined;
|
|
95163
95135
|
[key: string]: any;
|
|
95164
95136
|
}
|
|
95165
95137
|
export declare class AppendixMinuteStatisticsDataInfo implements IAppendixMinuteStatisticsDataInfo {
|
|
@@ -95289,8 +95261,8 @@ export declare class AppendixSerpDayStatisticsMoneyData implements IAppendixSerp
|
|
|
95289
95261
|
tasks_fixed?: number | undefined;
|
|
95290
95262
|
jobs?: AppendixJobsSerpLimitsRatesDataInfo | undefined;
|
|
95291
95263
|
screenshot?: number | undefined;
|
|
95292
|
-
refund_money?: number | undefined;
|
|
95293
95264
|
ai_summary?: number | undefined;
|
|
95265
|
+
refund_money?: number | undefined;
|
|
95294
95266
|
[key: string]: any;
|
|
95295
95267
|
constructor(data?: IAppendixSerpDayStatisticsMoneyData);
|
|
95296
95268
|
init(_data?: any): void;
|
|
@@ -95308,8 +95280,8 @@ export interface IAppendixSerpDayStatisticsMoneyData {
|
|
|
95308
95280
|
tasks_fixed?: number | undefined;
|
|
95309
95281
|
jobs?: AppendixJobsSerpLimitsRatesDataInfo | undefined;
|
|
95310
95282
|
screenshot?: number | undefined;
|
|
95311
|
-
refund_money?: number | undefined;
|
|
95312
95283
|
ai_summary?: number | undefined;
|
|
95284
|
+
refund_money?: number | undefined;
|
|
95313
95285
|
[key: string]: any;
|
|
95314
95286
|
}
|
|
95315
95287
|
export declare class AppendixKeywordsDataDayStatisticsMoneyData implements IAppendixKeywordsDataDayStatisticsMoneyData {
|
|
@@ -95329,8 +95301,8 @@ export declare class AppendixKeywordsDataDayStatisticsMoneyData implements IAppe
|
|
|
95329
95301
|
google_ads?: AppendixGoogleAdsKeywordsDataLimitsRatesDataInfo | undefined;
|
|
95330
95302
|
dataforseo_trends?: AppendixDataforseoTrendsKeywordsDataLimitsRatesDataInfo | undefined;
|
|
95331
95303
|
clickstream_data?: AppendixClickstreamDataKeywordsDataLimitsRatesDataInfo | undefined;
|
|
95332
|
-
google?: AppendixBingKeywordsDataLimitsRatesDataInfo | undefined;
|
|
95333
95304
|
search_volume_history?: AppendixJobsSerpLimitsRatesDataInfo | undefined;
|
|
95305
|
+
google?: AppendixBingKeywordsDataLimitsRatesDataInfo | undefined;
|
|
95334
95306
|
[key: string]: any;
|
|
95335
95307
|
constructor(data?: IAppendixKeywordsDataDayStatisticsMoneyData);
|
|
95336
95308
|
init(_data?: any): void;
|
|
@@ -95354,8 +95326,8 @@ export interface IAppendixKeywordsDataDayStatisticsMoneyData {
|
|
|
95354
95326
|
google_ads?: AppendixGoogleAdsKeywordsDataLimitsRatesDataInfo | undefined;
|
|
95355
95327
|
dataforseo_trends?: AppendixDataforseoTrendsKeywordsDataLimitsRatesDataInfo | undefined;
|
|
95356
95328
|
clickstream_data?: AppendixClickstreamDataKeywordsDataLimitsRatesDataInfo | undefined;
|
|
95357
|
-
google?: AppendixBingKeywordsDataLimitsRatesDataInfo | undefined;
|
|
95358
95329
|
search_volume_history?: AppendixJobsSerpLimitsRatesDataInfo | undefined;
|
|
95330
|
+
google?: AppendixBingKeywordsDataLimitsRatesDataInfo | undefined;
|
|
95359
95331
|
[key: string]: any;
|
|
95360
95332
|
}
|
|
95361
95333
|
export declare class AppendixOnPageDayStatisticsMoneyData implements IAppendixOnPageDayStatisticsMoneyData {
|
|
@@ -95452,8 +95424,8 @@ export declare class AppendixAppDataDayStatisticsMoneyData implements IAppendixA
|
|
|
95452
95424
|
locations?: number | undefined;
|
|
95453
95425
|
categories?: number | undefined;
|
|
95454
95426
|
tasks_ready?: number | undefined;
|
|
95455
|
-
app_listings?: AppendixBusinessDataDayLimitsRatesDataInfo | undefined;
|
|
95456
95427
|
refund_money?: number | undefined;
|
|
95428
|
+
app_listings?: AppendixBusinessDataDayLimitsRatesDataInfo | undefined;
|
|
95457
95429
|
[key: string]: any;
|
|
95458
95430
|
constructor(data?: IAppendixAppDataDayStatisticsMoneyData);
|
|
95459
95431
|
init(_data?: any): void;
|
|
@@ -95470,8 +95442,8 @@ export interface IAppendixAppDataDayStatisticsMoneyData {
|
|
|
95470
95442
|
locations?: number | undefined;
|
|
95471
95443
|
categories?: number | undefined;
|
|
95472
95444
|
tasks_ready?: number | undefined;
|
|
95473
|
-
app_listings?: AppendixBusinessDataDayLimitsRatesDataInfo | undefined;
|
|
95474
95445
|
refund_money?: number | undefined;
|
|
95446
|
+
app_listings?: AppendixBusinessDataDayLimitsRatesDataInfo | undefined;
|
|
95475
95447
|
[key: string]: any;
|
|
95476
95448
|
}
|
|
95477
95449
|
export declare class AppendixDayStatisticsMoneyData implements IAppendixDayStatisticsMoneyData {
|