dataforseo-client 1.0.18 → 1.0.19
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 +710 -554
- package/main.js +673 -391
- package/main.js.map +1 -1
- package/main.ts +1499 -1062
- package/package.json +1 -1
package/main.d.ts
CHANGED
|
@@ -2806,6 +2806,12 @@ export declare class BusinessDataApi {
|
|
|
2806
2806
|
*/
|
|
2807
2807
|
googleMyBusinessInfoTaskGet(id: string): Promise<BusinessDataGoogleMyBusinessInfoTaskGetResponseInfo | null>;
|
|
2808
2808
|
protected processGoogleMyBusinessInfoTaskGet(response: Response): Promise<BusinessDataGoogleMyBusinessInfoTaskGetResponseInfo | null>;
|
|
2809
|
+
/**
|
|
2810
|
+
* @param body (optional)
|
|
2811
|
+
* @return Successful operation
|
|
2812
|
+
*/
|
|
2813
|
+
googleMyBusinessInfoLive(body: (BusinessDataTaskRequestInfo | undefined)[] | undefined): Promise<BusinessDataGoogleMyBusinessInfoLiveResponseInfo | null>;
|
|
2814
|
+
protected processGoogleMyBusinessInfoLive(response: Response): Promise<BusinessDataGoogleMyBusinessInfoLiveResponseInfo | null>;
|
|
2809
2815
|
/**
|
|
2810
2816
|
* @param body (optional)
|
|
2811
2817
|
* @return Successful operation
|
|
@@ -10714,6 +10720,70 @@ the popularity rate based on reviews and displayed in SERP */
|
|
|
10714
10720
|
rating?: RatingInfo | undefined;
|
|
10715
10721
|
[key: string]: any;
|
|
10716
10722
|
}
|
|
10723
|
+
export declare class CoursesSerpElementItem extends BaseSerpElementItem implements ICoursesSerpElementItem {
|
|
10724
|
+
/** group rank in SERP
|
|
10725
|
+
position within a group of elements with identical type values;
|
|
10726
|
+
positions of elements with different type values are omitted from rank_group;
|
|
10727
|
+
always equals 0 for desktop */
|
|
10728
|
+
rank_group?: number | undefined;
|
|
10729
|
+
/** absolute rank in SERP
|
|
10730
|
+
absolute position among all the elements in SERP
|
|
10731
|
+
always equals 0 for desktop */
|
|
10732
|
+
rank_absolute?: number | undefined;
|
|
10733
|
+
/** the alignment of the element in SERP
|
|
10734
|
+
can take the following values:
|
|
10735
|
+
left, right */
|
|
10736
|
+
position?: string | undefined;
|
|
10737
|
+
/** the XPath of the element */
|
|
10738
|
+
xpath?: string | undefined;
|
|
10739
|
+
/** title of the row */
|
|
10740
|
+
title?: string | undefined;
|
|
10741
|
+
/** array of course categories
|
|
10742
|
+
contains a list of categories relevant to courses */
|
|
10743
|
+
categories?: (string | undefined)[] | undefined;
|
|
10744
|
+
/** additional items present in the element
|
|
10745
|
+
if there are none, equals null */
|
|
10746
|
+
items?: (CoursesElement | undefined)[] | undefined;
|
|
10747
|
+
/** rectangle parameters
|
|
10748
|
+
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
10749
|
+
equals null if calculate_rectangles in the POST request is not set to true */
|
|
10750
|
+
rectangle?: Rectangle | undefined;
|
|
10751
|
+
[key: string]: any;
|
|
10752
|
+
constructor(data?: ICoursesSerpElementItem);
|
|
10753
|
+
init(_data?: any): void;
|
|
10754
|
+
static fromJS(data: any): CoursesSerpElementItem;
|
|
10755
|
+
toJSON(data?: any): any;
|
|
10756
|
+
}
|
|
10757
|
+
export interface ICoursesSerpElementItem extends IBaseSerpElementItem {
|
|
10758
|
+
/** group rank in SERP
|
|
10759
|
+
position within a group of elements with identical type values;
|
|
10760
|
+
positions of elements with different type values are omitted from rank_group;
|
|
10761
|
+
always equals 0 for desktop */
|
|
10762
|
+
rank_group?: number | undefined;
|
|
10763
|
+
/** absolute rank in SERP
|
|
10764
|
+
absolute position among all the elements in SERP
|
|
10765
|
+
always equals 0 for desktop */
|
|
10766
|
+
rank_absolute?: number | undefined;
|
|
10767
|
+
/** the alignment of the element in SERP
|
|
10768
|
+
can take the following values:
|
|
10769
|
+
left, right */
|
|
10770
|
+
position?: string | undefined;
|
|
10771
|
+
/** the XPath of the element */
|
|
10772
|
+
xpath?: string | undefined;
|
|
10773
|
+
/** title of the row */
|
|
10774
|
+
title?: string | undefined;
|
|
10775
|
+
/** array of course categories
|
|
10776
|
+
contains a list of categories relevant to courses */
|
|
10777
|
+
categories?: (string | undefined)[] | undefined;
|
|
10778
|
+
/** additional items present in the element
|
|
10779
|
+
if there are none, equals null */
|
|
10780
|
+
items?: (CoursesElement | undefined)[] | undefined;
|
|
10781
|
+
/** rectangle parameters
|
|
10782
|
+
contains cartesian coordinates and pixel dimensions of the result’s snippet in SERP
|
|
10783
|
+
equals null if calculate_rectangles in the POST request is not set to true */
|
|
10784
|
+
rectangle?: Rectangle | undefined;
|
|
10785
|
+
[key: string]: any;
|
|
10786
|
+
}
|
|
10717
10787
|
export declare class SerpGoogleOrganicTaskGetAdvancedResultInfo implements ISerpGoogleOrganicTaskGetAdvancedResultInfo {
|
|
10718
10788
|
/** keyword received in a POST array
|
|
10719
10789
|
the keyword is returned with decoded %## (plus symbol ‘+’ will be decoded to a space character) */
|
|
@@ -10740,7 +10810,7 @@ if the search engine provided results for a keyword that was corrected, we will
|
|
|
10740
10810
|
/** types of search results in SERP
|
|
10741
10811
|
contains types of search results (items) found in SERP.
|
|
10742
10812
|
possible item types:
|
|
10743
|
-
answer_box, app, carousel, multi_carousel, featured_snippet, google_flights, google_reviews, google_posts, images, jobs, knowledge_graph, local_pack, hotels_pack, map, organic, paid, people_also_ask, related_searches, people_also_search, shopping, top_stories, twitter, video, events, mention_carousel, recipes, top_sights, scholarly_articles, popular_products, podcasts, questions_and_answers, find_results_on, stocks_box, visual_stories, commercial_units, local_services, google_hotels, math_solver, currency_box,product_considerations, found_on_web, short_videos, refine_products, explore_brands, perspectives, discussions_and_forums, compare_sites */
|
|
10813
|
+
answer_box, app, carousel, multi_carousel, featured_snippet, google_flights, google_reviews, google_posts, images, jobs, knowledge_graph, local_pack, hotels_pack, map, organic, paid, people_also_ask, related_searches, people_also_search, shopping, top_stories, twitter, video, events, mention_carousel, recipes, top_sights, scholarly_articles, popular_products, podcasts, questions_and_answers, find_results_on, stocks_box, visual_stories, commercial_units, local_services, google_hotels, math_solver, currency_box,product_considerations, found_on_web, short_videos, refine_products, explore_brands, perspectives, discussions_and_forums, compare_sites, courses */
|
|
10744
10814
|
item_types?: (string | undefined)[] | undefined;
|
|
10745
10815
|
/** total number of results in SERP */
|
|
10746
10816
|
se_results_count?: number | undefined;
|
|
@@ -10780,7 +10850,7 @@ if the search engine provided results for a keyword that was corrected, we will
|
|
|
10780
10850
|
/** types of search results in SERP
|
|
10781
10851
|
contains types of search results (items) found in SERP.
|
|
10782
10852
|
possible item types:
|
|
10783
|
-
answer_box, app, carousel, multi_carousel, featured_snippet, google_flights, google_reviews, google_posts, images, jobs, knowledge_graph, local_pack, hotels_pack, map, organic, paid, people_also_ask, related_searches, people_also_search, shopping, top_stories, twitter, video, events, mention_carousel, recipes, top_sights, scholarly_articles, popular_products, podcasts, questions_and_answers, find_results_on, stocks_box, visual_stories, commercial_units, local_services, google_hotels, math_solver, currency_box,product_considerations, found_on_web, short_videos, refine_products, explore_brands, perspectives, discussions_and_forums, compare_sites */
|
|
10853
|
+
answer_box, app, carousel, multi_carousel, featured_snippet, google_flights, google_reviews, google_posts, images, jobs, knowledge_graph, local_pack, hotels_pack, map, organic, paid, people_also_ask, related_searches, people_also_search, shopping, top_stories, twitter, video, events, mention_carousel, recipes, top_sights, scholarly_articles, popular_products, podcasts, questions_and_answers, find_results_on, stocks_box, visual_stories, commercial_units, local_services, google_hotels, math_solver, currency_box,product_considerations, found_on_web, short_videos, refine_products, explore_brands, perspectives, discussions_and_forums, compare_sites, courses */
|
|
10784
10854
|
item_types?: (string | undefined)[] | undefined;
|
|
10785
10855
|
/** total number of results in SERP */
|
|
10786
10856
|
se_results_count?: number | undefined;
|
|
@@ -11632,7 +11702,7 @@ if the search engine provided results for a keyword that was corrected, we will
|
|
|
11632
11702
|
/** types of search results in SERP
|
|
11633
11703
|
contains types of search results (items) found in SERP.
|
|
11634
11704
|
possible item types:
|
|
11635
|
-
answer_box, app, carousel, multi_carousel, featured_snippet, google_flights, google_reviews, google_posts, images, jobs, knowledge_graph, local_pack, hotels_pack, map, organic, paid, people_also_ask, related_searches, people_also_search, shopping, top_stories, twitter, video, events, mention_carousel, recipes, top_sights, scholarly_articles, popular_products, podcasts, questions_and_answers, find_results_on, stocks_box, visual_stories, commercial_units, local_services, google_hotels, math_solver, currency_box, product_considerations, found_on_web, short_videos, refine_products, explore_brands, perspectives, discussions_and_forums, compare_sites */
|
|
11705
|
+
answer_box, app, carousel, multi_carousel, featured_snippet, google_flights, google_reviews, google_posts, images, jobs, knowledge_graph, local_pack, hotels_pack, map, organic, paid, people_also_ask, related_searches, people_also_search, shopping, top_stories, twitter, video, events, mention_carousel, recipes, top_sights, scholarly_articles, popular_products, podcasts, questions_and_answers, find_results_on, stocks_box, visual_stories, commercial_units, local_services, google_hotels, math_solver, currency_box, product_considerations, found_on_web, short_videos, refine_products, explore_brands, perspectives, discussions_and_forums, compare_sites, courses */
|
|
11636
11706
|
item_types?: (string | undefined)[] | undefined;
|
|
11637
11707
|
/** total number of results in SERP */
|
|
11638
11708
|
se_results_count?: number | undefined;
|
|
@@ -11673,7 +11743,7 @@ if the search engine provided results for a keyword that was corrected, we will
|
|
|
11673
11743
|
/** types of search results in SERP
|
|
11674
11744
|
contains types of search results (items) found in SERP.
|
|
11675
11745
|
possible item types:
|
|
11676
|
-
answer_box, app, carousel, multi_carousel, featured_snippet, google_flights, google_reviews, google_posts, images, jobs, knowledge_graph, local_pack, hotels_pack, map, organic, paid, people_also_ask, related_searches, people_also_search, shopping, top_stories, twitter, video, events, mention_carousel, recipes, top_sights, scholarly_articles, popular_products, podcasts, questions_and_answers, find_results_on, stocks_box, visual_stories, commercial_units, local_services, google_hotels, math_solver, currency_box, product_considerations, found_on_web, short_videos, refine_products, explore_brands, perspectives, discussions_and_forums, compare_sites */
|
|
11746
|
+
answer_box, app, carousel, multi_carousel, featured_snippet, google_flights, google_reviews, google_posts, images, jobs, knowledge_graph, local_pack, hotels_pack, map, organic, paid, people_also_ask, related_searches, people_also_search, shopping, top_stories, twitter, video, events, mention_carousel, recipes, top_sights, scholarly_articles, popular_products, podcasts, questions_and_answers, find_results_on, stocks_box, visual_stories, commercial_units, local_services, google_hotels, math_solver, currency_box, product_considerations, found_on_web, short_videos, refine_products, explore_brands, perspectives, discussions_and_forums, compare_sites, courses */
|
|
11677
11747
|
item_types?: (string | undefined)[] | undefined;
|
|
11678
11748
|
/** total number of results in SERP */
|
|
11679
11749
|
se_results_count?: number | undefined;
|
|
@@ -26466,6 +26536,28 @@ export interface ISerpNaverOrganicTaskGetRegularResponseInfo extends IBaseRespon
|
|
|
26466
26536
|
tasks?: (SerpNaverOrganicTaskGetRegularTaskInfo | undefined)[] | undefined;
|
|
26467
26537
|
[key: string]: any;
|
|
26468
26538
|
}
|
|
26539
|
+
export declare class Price implements IPrice {
|
|
26540
|
+
current?: number | undefined;
|
|
26541
|
+
regular?: number | undefined;
|
|
26542
|
+
max_value?: number | undefined;
|
|
26543
|
+
currency?: string | undefined;
|
|
26544
|
+
is_price_range?: boolean | undefined;
|
|
26545
|
+
displayed_price?: string | undefined;
|
|
26546
|
+
[key: string]: any;
|
|
26547
|
+
constructor(data?: IPrice);
|
|
26548
|
+
init(_data?: any): void;
|
|
26549
|
+
static fromJS(data: any): Price;
|
|
26550
|
+
toJSON(data?: any): any;
|
|
26551
|
+
}
|
|
26552
|
+
export interface IPrice {
|
|
26553
|
+
current?: number | undefined;
|
|
26554
|
+
regular?: number | undefined;
|
|
26555
|
+
max_value?: number | undefined;
|
|
26556
|
+
currency?: string | undefined;
|
|
26557
|
+
is_price_range?: boolean | undefined;
|
|
26558
|
+
displayed_price?: string | undefined;
|
|
26559
|
+
[key: string]: any;
|
|
26560
|
+
}
|
|
26469
26561
|
export declare class SerpNaverOrganicTaskGetAdvancedResultInfo implements ISerpNaverOrganicTaskGetAdvancedResultInfo {
|
|
26470
26562
|
/** keyword received in a POST array
|
|
26471
26563
|
the keyword is returned with decoded %## (plus symbol ‘+’ will be decoded to a space character) */
|
|
@@ -36424,8 +36516,8 @@ represents the number of search results in SERP relevant to the domain for the s
|
|
|
36424
36516
|
/** keyword positions
|
|
36425
36517
|
SERP positions the related domain holds in SERP for the specified keywords */
|
|
36426
36518
|
keywords_positions?: {
|
|
36427
|
-
[key: string]: number[];
|
|
36428
|
-
};
|
|
36519
|
+
[key: string]: (number | undefined)[];
|
|
36520
|
+
} | undefined;
|
|
36429
36521
|
[key: string]: any;
|
|
36430
36522
|
constructor(data?: IDataforseoLabsSerpCompetitorsLiveItem);
|
|
36431
36523
|
init(_data?: any): void;
|
|
@@ -36466,8 +36558,8 @@ represents the number of search results in SERP relevant to the domain for the s
|
|
|
36466
36558
|
/** keyword positions
|
|
36467
36559
|
SERP positions the related domain holds in SERP for the specified keywords */
|
|
36468
36560
|
keywords_positions?: {
|
|
36469
|
-
[key: string]: number[];
|
|
36470
|
-
};
|
|
36561
|
+
[key: string]: (number | undefined)[];
|
|
36562
|
+
} | undefined;
|
|
36471
36563
|
[key: string]: any;
|
|
36472
36564
|
}
|
|
36473
36565
|
export declare class DataforseoLabsGoogleSerpCompetitorsLiveResultInfo implements IDataforseoLabsGoogleSerpCompetitorsLiveResultInfo {
|
|
@@ -38324,11 +38416,10 @@ you will find the specified tag value in the data object of the response */
|
|
|
38324
38416
|
tag?: string | undefined;
|
|
38325
38417
|
[key: string]: any;
|
|
38326
38418
|
}
|
|
38327
|
-
export declare class
|
|
38419
|
+
export declare class PeopleAlsoAskDataforseoLabsSerpElementItem extends BaseDataforseoLabsSerpElementItem implements IPeopleAlsoAskDataforseoLabsSerpElementItem {
|
|
38328
38420
|
/** search engine type */
|
|
38329
38421
|
se_type?: string | undefined;
|
|
38330
|
-
/** group
|
|
38331
|
-
position within a group of elements with identical type values
|
|
38422
|
+
/** position within a group of elements with identical type values
|
|
38332
38423
|
positions of elements with different type values are omitted from rank_group */
|
|
38333
38424
|
rank_group?: number | undefined;
|
|
38334
38425
|
/** absolute rank in SERP
|
|
@@ -38340,35 +38431,18 @@ left, right */
|
|
|
38340
38431
|
position?: string | undefined;
|
|
38341
38432
|
/** the XPath of the element */
|
|
38342
38433
|
xpath?: string | undefined;
|
|
38343
|
-
/** title of the result in SERP */
|
|
38344
|
-
title?: string | undefined;
|
|
38345
|
-
/** subtitle of the item */
|
|
38346
|
-
sub_title?: string | undefined;
|
|
38347
|
-
/** description of the results element in SERP */
|
|
38348
|
-
description?: string | undefined;
|
|
38349
|
-
/** card id */
|
|
38350
|
-
card_id?: string | undefined;
|
|
38351
|
-
/** relevant URL in SERP */
|
|
38352
|
-
url?: string | undefined;
|
|
38353
|
-
/** URL of the image from knowledge graph */
|
|
38354
|
-
image_url?: string | undefined;
|
|
38355
|
-
/** URL of the logo from knowledge graph */
|
|
38356
|
-
logo_url?: string | undefined;
|
|
38357
|
-
/** google-defined client id */
|
|
38358
|
-
cid?: string | undefined;
|
|
38359
38434
|
/** elements of search results found in SERP */
|
|
38360
38435
|
items?: (PeopleAlsoAskElement | undefined)[] | undefined;
|
|
38361
38436
|
[key: string]: any;
|
|
38362
|
-
constructor(data?:
|
|
38437
|
+
constructor(data?: IPeopleAlsoAskDataforseoLabsSerpElementItem);
|
|
38363
38438
|
init(_data?: any): void;
|
|
38364
|
-
static fromJS(data: any):
|
|
38439
|
+
static fromJS(data: any): PeopleAlsoAskDataforseoLabsSerpElementItem;
|
|
38365
38440
|
toJSON(data?: any): any;
|
|
38366
38441
|
}
|
|
38367
|
-
export interface
|
|
38442
|
+
export interface IPeopleAlsoAskDataforseoLabsSerpElementItem extends IBaseDataforseoLabsSerpElementItem {
|
|
38368
38443
|
/** search engine type */
|
|
38369
38444
|
se_type?: string | undefined;
|
|
38370
|
-
/** group
|
|
38371
|
-
position within a group of elements with identical type values
|
|
38445
|
+
/** position within a group of elements with identical type values
|
|
38372
38446
|
positions of elements with different type values are omitted from rank_group */
|
|
38373
38447
|
rank_group?: number | undefined;
|
|
38374
38448
|
/** absolute rank in SERP
|
|
@@ -38380,31 +38454,14 @@ left, right */
|
|
|
38380
38454
|
position?: string | undefined;
|
|
38381
38455
|
/** the XPath of the element */
|
|
38382
38456
|
xpath?: string | undefined;
|
|
38383
|
-
/** title of the result in SERP */
|
|
38384
|
-
title?: string | undefined;
|
|
38385
|
-
/** subtitle of the item */
|
|
38386
|
-
sub_title?: string | undefined;
|
|
38387
|
-
/** description of the results element in SERP */
|
|
38388
|
-
description?: string | undefined;
|
|
38389
|
-
/** card id */
|
|
38390
|
-
card_id?: string | undefined;
|
|
38391
|
-
/** relevant URL in SERP */
|
|
38392
|
-
url?: string | undefined;
|
|
38393
|
-
/** URL of the image from knowledge graph */
|
|
38394
|
-
image_url?: string | undefined;
|
|
38395
|
-
/** URL of the logo from knowledge graph */
|
|
38396
|
-
logo_url?: string | undefined;
|
|
38397
|
-
/** google-defined client id */
|
|
38398
|
-
cid?: string | undefined;
|
|
38399
38457
|
/** elements of search results found in SERP */
|
|
38400
38458
|
items?: (PeopleAlsoAskElement | undefined)[] | undefined;
|
|
38401
38459
|
[key: string]: any;
|
|
38402
38460
|
}
|
|
38403
|
-
export declare class
|
|
38461
|
+
export declare class TwitterDataforseoLabsSerpElementItem extends BaseDataforseoLabsSerpElementItem implements ITwitterDataforseoLabsSerpElementItem {
|
|
38404
38462
|
/** search engine type */
|
|
38405
38463
|
se_type?: string | undefined;
|
|
38406
|
-
/** group
|
|
38407
|
-
position within a group of elements with identical type values
|
|
38464
|
+
/** position within a group of elements with identical type values
|
|
38408
38465
|
positions of elements with different type values are omitted from rank_group */
|
|
38409
38466
|
rank_group?: number | undefined;
|
|
38410
38467
|
/** absolute rank in SERP
|
|
@@ -38416,19 +38473,22 @@ left, right */
|
|
|
38416
38473
|
position?: string | undefined;
|
|
38417
38474
|
/** the XPath of the element */
|
|
38418
38475
|
xpath?: string | undefined;
|
|
38476
|
+
/** title of the result in SERP */
|
|
38477
|
+
title?: string | undefined;
|
|
38478
|
+
/** relevant URL of the Ad element in SERP */
|
|
38479
|
+
url?: string | undefined;
|
|
38419
38480
|
/** elements of search results found in SERP */
|
|
38420
|
-
items?: (
|
|
38481
|
+
items?: (TwitterElement | undefined)[] | undefined;
|
|
38421
38482
|
[key: string]: any;
|
|
38422
|
-
constructor(data?:
|
|
38483
|
+
constructor(data?: ITwitterDataforseoLabsSerpElementItem);
|
|
38423
38484
|
init(_data?: any): void;
|
|
38424
|
-
static fromJS(data: any):
|
|
38485
|
+
static fromJS(data: any): TwitterDataforseoLabsSerpElementItem;
|
|
38425
38486
|
toJSON(data?: any): any;
|
|
38426
38487
|
}
|
|
38427
|
-
export interface
|
|
38488
|
+
export interface ITwitterDataforseoLabsSerpElementItem extends IBaseDataforseoLabsSerpElementItem {
|
|
38428
38489
|
/** search engine type */
|
|
38429
38490
|
se_type?: string | undefined;
|
|
38430
|
-
/** group
|
|
38431
|
-
position within a group of elements with identical type values
|
|
38491
|
+
/** position within a group of elements with identical type values
|
|
38432
38492
|
positions of elements with different type values are omitted from rank_group */
|
|
38433
38493
|
rank_group?: number | undefined;
|
|
38434
38494
|
/** absolute rank in SERP
|
|
@@ -38440,8 +38500,12 @@ left, right */
|
|
|
38440
38500
|
position?: string | undefined;
|
|
38441
38501
|
/** the XPath of the element */
|
|
38442
38502
|
xpath?: string | undefined;
|
|
38503
|
+
/** title of the result in SERP */
|
|
38504
|
+
title?: string | undefined;
|
|
38505
|
+
/** relevant URL of the Ad element in SERP */
|
|
38506
|
+
url?: string | undefined;
|
|
38443
38507
|
/** elements of search results found in SERP */
|
|
38444
|
-
items?: (
|
|
38508
|
+
items?: (TwitterElement | undefined)[] | undefined;
|
|
38445
38509
|
[key: string]: any;
|
|
38446
38510
|
}
|
|
38447
38511
|
export declare class PeopleAlsoSearchDataforseoLabsSerpElementItem extends BaseDataforseoLabsSerpElementItem implements IPeopleAlsoSearchDataforseoLabsSerpElementItem {
|
|
@@ -38459,10 +38523,9 @@ left, right */
|
|
|
38459
38523
|
position?: string | undefined;
|
|
38460
38524
|
/** the XPath of the element */
|
|
38461
38525
|
xpath?: string | undefined;
|
|
38462
|
-
/** title of the
|
|
38526
|
+
/** title of the result in SERP */
|
|
38463
38527
|
title?: string | undefined;
|
|
38464
|
-
/**
|
|
38465
|
-
if there are none, equals null */
|
|
38528
|
+
/** elements of search results found in SERP */
|
|
38466
38529
|
items?: (string | undefined)[] | undefined;
|
|
38467
38530
|
[key: string]: any;
|
|
38468
38531
|
constructor(data?: IPeopleAlsoSearchDataforseoLabsSerpElementItem);
|
|
@@ -38485,10 +38548,9 @@ left, right */
|
|
|
38485
38548
|
position?: string | undefined;
|
|
38486
38549
|
/** the XPath of the element */
|
|
38487
38550
|
xpath?: string | undefined;
|
|
38488
|
-
/** title of the
|
|
38551
|
+
/** title of the result in SERP */
|
|
38489
38552
|
title?: string | undefined;
|
|
38490
|
-
/**
|
|
38491
|
-
if there are none, equals null */
|
|
38553
|
+
/** elements of search results found in SERP */
|
|
38492
38554
|
items?: (string | undefined)[] | undefined;
|
|
38493
38555
|
[key: string]: any;
|
|
38494
38556
|
}
|
|
@@ -38507,8 +38569,7 @@ left, right */
|
|
|
38507
38569
|
position?: string | undefined;
|
|
38508
38570
|
/** the XPath of the element */
|
|
38509
38571
|
xpath?: string | undefined;
|
|
38510
|
-
/**
|
|
38511
|
-
if there are none, equals null */
|
|
38572
|
+
/** elements of search results found in SERP */
|
|
38512
38573
|
items?: (string | undefined)[] | undefined;
|
|
38513
38574
|
[key: string]: any;
|
|
38514
38575
|
constructor(data?: IRelatedSearchesDataforseoLabsSerpElementItem);
|
|
@@ -38531,8 +38592,7 @@ left, right */
|
|
|
38531
38592
|
position?: string | undefined;
|
|
38532
38593
|
/** the XPath of the element */
|
|
38533
38594
|
xpath?: string | undefined;
|
|
38534
|
-
/**
|
|
38535
|
-
if there are none, equals null */
|
|
38595
|
+
/** elements of search results found in SERP */
|
|
38536
38596
|
items?: (string | undefined)[] | undefined;
|
|
38537
38597
|
[key: string]: any;
|
|
38538
38598
|
}
|
|
@@ -38584,6 +38644,52 @@ if there are none, equals null */
|
|
|
38584
38644
|
links?: (LinkElement | undefined)[] | undefined;
|
|
38585
38645
|
[key: string]: any;
|
|
38586
38646
|
}
|
|
38647
|
+
export declare class KnowledgeGraphImagesItemDataforseoLabsSerpElementItem extends BaseDataforseoLabsSerpElementItem implements IKnowledgeGraphImagesItemDataforseoLabsSerpElementItem {
|
|
38648
|
+
/** group rank in SERP
|
|
38649
|
+
position within a group of elements with identical type values
|
|
38650
|
+
positions of elements with different type values are omitted from rank_group */
|
|
38651
|
+
rank_group?: number | undefined;
|
|
38652
|
+
/** absolute rank in SERP
|
|
38653
|
+
absolute position among all the elements in SERP */
|
|
38654
|
+
rank_absolute?: number | undefined;
|
|
38655
|
+
/** the alignment of the element in SERP
|
|
38656
|
+
can take the following values:
|
|
38657
|
+
left, right */
|
|
38658
|
+
position?: string | undefined;
|
|
38659
|
+
/** the XPath of the element */
|
|
38660
|
+
xpath?: string | undefined;
|
|
38661
|
+
/** link of the element */
|
|
38662
|
+
link?: LinkElement | undefined;
|
|
38663
|
+
/** additional items present in the element
|
|
38664
|
+
if there are none, equals null */
|
|
38665
|
+
items?: (KnowledgeGraphImagesElement | undefined)[] | undefined;
|
|
38666
|
+
[key: string]: any;
|
|
38667
|
+
constructor(data?: IKnowledgeGraphImagesItemDataforseoLabsSerpElementItem);
|
|
38668
|
+
init(_data?: any): void;
|
|
38669
|
+
static fromJS(data: any): KnowledgeGraphImagesItemDataforseoLabsSerpElementItem;
|
|
38670
|
+
toJSON(data?: any): any;
|
|
38671
|
+
}
|
|
38672
|
+
export interface IKnowledgeGraphImagesItemDataforseoLabsSerpElementItem extends IBaseDataforseoLabsSerpElementItem {
|
|
38673
|
+
/** group rank in SERP
|
|
38674
|
+
position within a group of elements with identical type values
|
|
38675
|
+
positions of elements with different type values are omitted from rank_group */
|
|
38676
|
+
rank_group?: number | undefined;
|
|
38677
|
+
/** absolute rank in SERP
|
|
38678
|
+
absolute position among all the elements in SERP */
|
|
38679
|
+
rank_absolute?: number | undefined;
|
|
38680
|
+
/** the alignment of the element in SERP
|
|
38681
|
+
can take the following values:
|
|
38682
|
+
left, right */
|
|
38683
|
+
position?: string | undefined;
|
|
38684
|
+
/** the XPath of the element */
|
|
38685
|
+
xpath?: string | undefined;
|
|
38686
|
+
/** link of the element */
|
|
38687
|
+
link?: LinkElement | undefined;
|
|
38688
|
+
/** additional items present in the element
|
|
38689
|
+
if there are none, equals null */
|
|
38690
|
+
items?: (KnowledgeGraphImagesElement | undefined)[] | undefined;
|
|
38691
|
+
[key: string]: any;
|
|
38692
|
+
}
|
|
38587
38693
|
export declare class KnowledgeGraphRowItemDataforseoLabsSerpElementItem extends BaseDataforseoLabsSerpElementItem implements IKnowledgeGraphRowItemDataforseoLabsSerpElementItem {
|
|
38588
38694
|
/** group rank in SERP
|
|
38589
38695
|
position within a group of elements with identical type values
|
|
@@ -38598,7 +38704,7 @@ left, right */
|
|
|
38598
38704
|
position?: string | undefined;
|
|
38599
38705
|
/** the XPath of the element */
|
|
38600
38706
|
xpath?: string | undefined;
|
|
38601
|
-
/** title of the
|
|
38707
|
+
/** title of the item */
|
|
38602
38708
|
title?: string | undefined;
|
|
38603
38709
|
/** google defined data attribute ID
|
|
38604
38710
|
example:
|
|
@@ -38630,7 +38736,7 @@ left, right */
|
|
|
38630
38736
|
position?: string | undefined;
|
|
38631
38737
|
/** the XPath of the element */
|
|
38632
38738
|
xpath?: string | undefined;
|
|
38633
|
-
/** title of the
|
|
38739
|
+
/** title of the item */
|
|
38634
38740
|
title?: string | undefined;
|
|
38635
38741
|
/** google defined data attribute ID
|
|
38636
38742
|
example:
|
|
@@ -38658,7 +38764,7 @@ left, right */
|
|
|
38658
38764
|
position?: string | undefined;
|
|
38659
38765
|
/** the XPath of the element */
|
|
38660
38766
|
xpath?: string | undefined;
|
|
38661
|
-
/** title of the
|
|
38767
|
+
/** title of the link */
|
|
38662
38768
|
title?: string | undefined;
|
|
38663
38769
|
/** google defined data attribute ID
|
|
38664
38770
|
example:
|
|
@@ -38689,7 +38795,7 @@ left, right */
|
|
|
38689
38795
|
position?: string | undefined;
|
|
38690
38796
|
/** the XPath of the element */
|
|
38691
38797
|
xpath?: string | undefined;
|
|
38692
|
-
/** title of the
|
|
38798
|
+
/** title of the link */
|
|
38693
38799
|
title?: string | undefined;
|
|
38694
38800
|
/** google defined data attribute ID
|
|
38695
38801
|
example:
|
|
@@ -38702,6 +38808,80 @@ if there are none, equals null */
|
|
|
38702
38808
|
items?: (KnowledgeGraphListElement | undefined)[] | undefined;
|
|
38703
38809
|
[key: string]: any;
|
|
38704
38810
|
}
|
|
38811
|
+
export declare class KnowledgeGraphDataforseoLabsSerpElementItem extends BaseDataforseoLabsSerpElementItem implements IKnowledgeGraphDataforseoLabsSerpElementItem {
|
|
38812
|
+
/** search engine type */
|
|
38813
|
+
se_type?: string | undefined;
|
|
38814
|
+
/** position within a group of elements with identical type values
|
|
38815
|
+
positions of elements with different type values are omitted from rank_group */
|
|
38816
|
+
rank_group?: number | undefined;
|
|
38817
|
+
/** absolute rank in SERP
|
|
38818
|
+
absolute position among all the elements in SERP */
|
|
38819
|
+
rank_absolute?: number | undefined;
|
|
38820
|
+
/** the alignment of the element in SERP
|
|
38821
|
+
can take the following values:
|
|
38822
|
+
left, right */
|
|
38823
|
+
position?: string | undefined;
|
|
38824
|
+
/** the XPath of the element */
|
|
38825
|
+
xpath?: string | undefined;
|
|
38826
|
+
/** title of the result in SERP */
|
|
38827
|
+
title?: string | undefined;
|
|
38828
|
+
/** subtitle of the item */
|
|
38829
|
+
sub_title?: string | undefined;
|
|
38830
|
+
/** description of the results element in SERP */
|
|
38831
|
+
description?: string | undefined;
|
|
38832
|
+
/** card id */
|
|
38833
|
+
card_id?: string | undefined;
|
|
38834
|
+
/** relevant URL of the Ad element in SERP */
|
|
38835
|
+
url?: string | undefined;
|
|
38836
|
+
/** URL of the image from knowledge graph */
|
|
38837
|
+
image_url?: string | undefined;
|
|
38838
|
+
/** URL of the logo from knowledge graph */
|
|
38839
|
+
logo_url?: string | undefined;
|
|
38840
|
+
/** google-defined client id */
|
|
38841
|
+
cid?: string | undefined;
|
|
38842
|
+
/** elements of search results found in SERP */
|
|
38843
|
+
items?: (BaseDataforseoLabsSerpElementItem | undefined)[] | undefined;
|
|
38844
|
+
[key: string]: any;
|
|
38845
|
+
constructor(data?: IKnowledgeGraphDataforseoLabsSerpElementItem);
|
|
38846
|
+
init(_data?: any): void;
|
|
38847
|
+
static fromJS(data: any): KnowledgeGraphDataforseoLabsSerpElementItem;
|
|
38848
|
+
toJSON(data?: any): any;
|
|
38849
|
+
}
|
|
38850
|
+
export interface IKnowledgeGraphDataforseoLabsSerpElementItem extends IBaseDataforseoLabsSerpElementItem {
|
|
38851
|
+
/** search engine type */
|
|
38852
|
+
se_type?: string | undefined;
|
|
38853
|
+
/** position within a group of elements with identical type values
|
|
38854
|
+
positions of elements with different type values are omitted from rank_group */
|
|
38855
|
+
rank_group?: number | undefined;
|
|
38856
|
+
/** absolute rank in SERP
|
|
38857
|
+
absolute position among all the elements in SERP */
|
|
38858
|
+
rank_absolute?: number | undefined;
|
|
38859
|
+
/** the alignment of the element in SERP
|
|
38860
|
+
can take the following values:
|
|
38861
|
+
left, right */
|
|
38862
|
+
position?: string | undefined;
|
|
38863
|
+
/** the XPath of the element */
|
|
38864
|
+
xpath?: string | undefined;
|
|
38865
|
+
/** title of the result in SERP */
|
|
38866
|
+
title?: string | undefined;
|
|
38867
|
+
/** subtitle of the item */
|
|
38868
|
+
sub_title?: string | undefined;
|
|
38869
|
+
/** description of the results element in SERP */
|
|
38870
|
+
description?: string | undefined;
|
|
38871
|
+
/** card id */
|
|
38872
|
+
card_id?: string | undefined;
|
|
38873
|
+
/** relevant URL of the Ad element in SERP */
|
|
38874
|
+
url?: string | undefined;
|
|
38875
|
+
/** URL of the image from knowledge graph */
|
|
38876
|
+
image_url?: string | undefined;
|
|
38877
|
+
/** URL of the logo from knowledge graph */
|
|
38878
|
+
logo_url?: string | undefined;
|
|
38879
|
+
/** google-defined client id */
|
|
38880
|
+
cid?: string | undefined;
|
|
38881
|
+
/** elements of search results found in SERP */
|
|
38882
|
+
items?: (BaseDataforseoLabsSerpElementItem | undefined)[] | undefined;
|
|
38883
|
+
[key: string]: any;
|
|
38884
|
+
}
|
|
38705
38885
|
export declare class DataforseoLabsGoogleHistoricalSerpsLiveItem implements IDataforseoLabsGoogleHistoricalSerpsLiveItem {
|
|
38706
38886
|
/** search engine type */
|
|
38707
38887
|
se_type?: string | undefined;
|
|
@@ -38784,104 +38964,6 @@ if there are none, equals null */
|
|
|
38784
38964
|
items?: (BaseDataforseoLabsSerpElementItem | undefined)[] | undefined;
|
|
38785
38965
|
[key: string]: any;
|
|
38786
38966
|
}
|
|
38787
|
-
export declare class TwitterDataforseoLabsSerpElementItem extends BaseDataforseoLabsSerpElementItem implements ITwitterDataforseoLabsSerpElementItem {
|
|
38788
|
-
/** search engine type */
|
|
38789
|
-
se_type?: string | undefined;
|
|
38790
|
-
/** position within a group of elements with identical type values
|
|
38791
|
-
positions of elements with different type values are omitted from rank_group */
|
|
38792
|
-
rank_group?: number | undefined;
|
|
38793
|
-
/** absolute rank in SERP
|
|
38794
|
-
absolute position among all the elements in SERP */
|
|
38795
|
-
rank_absolute?: number | undefined;
|
|
38796
|
-
/** the alignment of the element in SERP
|
|
38797
|
-
can take the following values:
|
|
38798
|
-
left, right */
|
|
38799
|
-
position?: string | undefined;
|
|
38800
|
-
/** the XPath of the element */
|
|
38801
|
-
xpath?: string | undefined;
|
|
38802
|
-
/** title of the item */
|
|
38803
|
-
title?: string | undefined;
|
|
38804
|
-
/** URL link */
|
|
38805
|
-
url?: string | undefined;
|
|
38806
|
-
/** additional items present in the element
|
|
38807
|
-
if there are none, equals null */
|
|
38808
|
-
items?: (TwitterElement | undefined)[] | undefined;
|
|
38809
|
-
[key: string]: any;
|
|
38810
|
-
constructor(data?: ITwitterDataforseoLabsSerpElementItem);
|
|
38811
|
-
init(_data?: any): void;
|
|
38812
|
-
static fromJS(data: any): TwitterDataforseoLabsSerpElementItem;
|
|
38813
|
-
toJSON(data?: any): any;
|
|
38814
|
-
}
|
|
38815
|
-
export interface ITwitterDataforseoLabsSerpElementItem extends IBaseDataforseoLabsSerpElementItem {
|
|
38816
|
-
/** search engine type */
|
|
38817
|
-
se_type?: string | undefined;
|
|
38818
|
-
/** position within a group of elements with identical type values
|
|
38819
|
-
positions of elements with different type values are omitted from rank_group */
|
|
38820
|
-
rank_group?: number | undefined;
|
|
38821
|
-
/** absolute rank in SERP
|
|
38822
|
-
absolute position among all the elements in SERP */
|
|
38823
|
-
rank_absolute?: number | undefined;
|
|
38824
|
-
/** the alignment of the element in SERP
|
|
38825
|
-
can take the following values:
|
|
38826
|
-
left, right */
|
|
38827
|
-
position?: string | undefined;
|
|
38828
|
-
/** the XPath of the element */
|
|
38829
|
-
xpath?: string | undefined;
|
|
38830
|
-
/** title of the item */
|
|
38831
|
-
title?: string | undefined;
|
|
38832
|
-
/** URL link */
|
|
38833
|
-
url?: string | undefined;
|
|
38834
|
-
/** additional items present in the element
|
|
38835
|
-
if there are none, equals null */
|
|
38836
|
-
items?: (TwitterElement | undefined)[] | undefined;
|
|
38837
|
-
[key: string]: any;
|
|
38838
|
-
}
|
|
38839
|
-
export declare class KnowledgeGraphImagesItemDataforseoLabsSerpElementItem extends BaseDataforseoLabsSerpElementItem implements IKnowledgeGraphImagesItemDataforseoLabsSerpElementItem {
|
|
38840
|
-
/** group rank in SERP
|
|
38841
|
-
position within a group of elements with identical type values
|
|
38842
|
-
positions of elements with different type values are omitted from rank_group */
|
|
38843
|
-
rank_group?: number | undefined;
|
|
38844
|
-
/** absolute rank in SERP
|
|
38845
|
-
absolute position among all the elements in SERP */
|
|
38846
|
-
rank_absolute?: number | undefined;
|
|
38847
|
-
/** the alignment of the element in SERP
|
|
38848
|
-
can take the following values:
|
|
38849
|
-
left, right */
|
|
38850
|
-
position?: string | undefined;
|
|
38851
|
-
/** the XPath of the element */
|
|
38852
|
-
xpath?: string | undefined;
|
|
38853
|
-
/** link of the element */
|
|
38854
|
-
link?: LinkElement | undefined;
|
|
38855
|
-
/** additional items present in the element
|
|
38856
|
-
if there are none, equals null */
|
|
38857
|
-
items?: (KnowledgeGraphImagesElement | undefined)[] | undefined;
|
|
38858
|
-
[key: string]: any;
|
|
38859
|
-
constructor(data?: IKnowledgeGraphImagesItemDataforseoLabsSerpElementItem);
|
|
38860
|
-
init(_data?: any): void;
|
|
38861
|
-
static fromJS(data: any): KnowledgeGraphImagesItemDataforseoLabsSerpElementItem;
|
|
38862
|
-
toJSON(data?: any): any;
|
|
38863
|
-
}
|
|
38864
|
-
export interface IKnowledgeGraphImagesItemDataforseoLabsSerpElementItem extends IBaseDataforseoLabsSerpElementItem {
|
|
38865
|
-
/** group rank in SERP
|
|
38866
|
-
position within a group of elements with identical type values
|
|
38867
|
-
positions of elements with different type values are omitted from rank_group */
|
|
38868
|
-
rank_group?: number | undefined;
|
|
38869
|
-
/** absolute rank in SERP
|
|
38870
|
-
absolute position among all the elements in SERP */
|
|
38871
|
-
rank_absolute?: number | undefined;
|
|
38872
|
-
/** the alignment of the element in SERP
|
|
38873
|
-
can take the following values:
|
|
38874
|
-
left, right */
|
|
38875
|
-
position?: string | undefined;
|
|
38876
|
-
/** the XPath of the element */
|
|
38877
|
-
xpath?: string | undefined;
|
|
38878
|
-
/** link of the element */
|
|
38879
|
-
link?: LinkElement | undefined;
|
|
38880
|
-
/** additional items present in the element
|
|
38881
|
-
if there are none, equals null */
|
|
38882
|
-
items?: (KnowledgeGraphImagesElement | undefined)[] | undefined;
|
|
38883
|
-
[key: string]: any;
|
|
38884
|
-
}
|
|
38885
38967
|
export declare class DataforseoLabsGoogleHistoricalSerpsLiveResultInfo implements IDataforseoLabsGoogleHistoricalSerpsLiveResultInfo {
|
|
38886
38968
|
/** search engine type */
|
|
38887
38969
|
se_type?: string | undefined;
|
|
@@ -38954,7 +39036,8 @@ left, right */
|
|
|
38954
39036
|
xpath?: string | undefined;
|
|
38955
39037
|
/** title of the result in SERP */
|
|
38956
39038
|
title?: string | undefined;
|
|
38957
|
-
/**
|
|
39039
|
+
/** additional items present in the element
|
|
39040
|
+
if there are none, equals null */
|
|
38958
39041
|
items?: (CarouselElement | undefined)[] | undefined;
|
|
38959
39042
|
[key: string]: any;
|
|
38960
39043
|
constructor(data?: ICarouselDataforseoLabsSerpElementItem);
|
|
@@ -38978,7 +39061,8 @@ left, right */
|
|
|
38978
39061
|
xpath?: string | undefined;
|
|
38979
39062
|
/** title of the result in SERP */
|
|
38980
39063
|
title?: string | undefined;
|
|
38981
|
-
/**
|
|
39064
|
+
/** additional items present in the element
|
|
39065
|
+
if there are none, equals null */
|
|
38982
39066
|
items?: (CarouselElement | undefined)[] | undefined;
|
|
38983
39067
|
[key: string]: any;
|
|
38984
39068
|
}
|
|
@@ -38996,7 +39080,8 @@ left, right */
|
|
|
38996
39080
|
position?: string | undefined;
|
|
38997
39081
|
/** the XPath of the element */
|
|
38998
39082
|
xpath?: string | undefined;
|
|
38999
|
-
/**
|
|
39083
|
+
/** additional items present in the element
|
|
39084
|
+
if there are none, equals null */
|
|
39000
39085
|
items?: (MultiCarouselElement | undefined)[] | undefined;
|
|
39001
39086
|
[key: string]: any;
|
|
39002
39087
|
constructor(data?: IMultiCarouselDataforseoLabsSerpElementItem);
|
|
@@ -39018,7 +39103,8 @@ left, right */
|
|
|
39018
39103
|
position?: string | undefined;
|
|
39019
39104
|
/** the XPath of the element */
|
|
39020
39105
|
xpath?: string | undefined;
|
|
39021
|
-
/**
|
|
39106
|
+
/** additional items present in the element
|
|
39107
|
+
if there are none, equals null */
|
|
39022
39108
|
items?: (MultiCarouselElement | undefined)[] | undefined;
|
|
39023
39109
|
[key: string]: any;
|
|
39024
39110
|
}
|
|
@@ -39036,7 +39122,8 @@ left, right */
|
|
|
39036
39122
|
position?: string | undefined;
|
|
39037
39123
|
/** the XPath of the element */
|
|
39038
39124
|
xpath?: string | undefined;
|
|
39039
|
-
/**
|
|
39125
|
+
/** additional items present in the element
|
|
39126
|
+
if there are none, equals null */
|
|
39040
39127
|
items?: (TopStoriesElement | undefined)[] | undefined;
|
|
39041
39128
|
[key: string]: any;
|
|
39042
39129
|
constructor(data?: ITopStoriesDataforseoLabsSerpElementItem);
|
|
@@ -39058,7 +39145,8 @@ left, right */
|
|
|
39058
39145
|
position?: string | undefined;
|
|
39059
39146
|
/** the XPath of the element */
|
|
39060
39147
|
xpath?: string | undefined;
|
|
39061
|
-
/**
|
|
39148
|
+
/** additional items present in the element
|
|
39149
|
+
if there are none, equals null */
|
|
39062
39150
|
items?: (TopStoriesElement | undefined)[] | undefined;
|
|
39063
39151
|
[key: string]: any;
|
|
39064
39152
|
}
|
|
@@ -39131,7 +39219,8 @@ left, right */
|
|
|
39131
39219
|
/** solution to the equation
|
|
39132
39220
|
solution to the mathematical equation specified in the keyword field when setting a task */
|
|
39133
39221
|
result?: string | undefined;
|
|
39134
|
-
/**
|
|
39222
|
+
/** additional items present in the element
|
|
39223
|
+
if there are none, equals null */
|
|
39135
39224
|
items?: (MathSolverElement | undefined)[] | undefined;
|
|
39136
39225
|
/** sitelinks
|
|
39137
39226
|
the links shown below some of Google’s search results
|
|
@@ -39162,7 +39251,8 @@ left, right */
|
|
|
39162
39251
|
/** solution to the equation
|
|
39163
39252
|
solution to the mathematical equation specified in the keyword field when setting a task */
|
|
39164
39253
|
result?: string | undefined;
|
|
39165
|
-
/**
|
|
39254
|
+
/** additional items present in the element
|
|
39255
|
+
if there are none, equals null */
|
|
39166
39256
|
items?: (MathSolverElement | undefined)[] | undefined;
|
|
39167
39257
|
/** sitelinks
|
|
39168
39258
|
the links shown below some of Google’s search results
|
|
@@ -39184,7 +39274,8 @@ left, right */
|
|
|
39184
39274
|
position?: string | undefined;
|
|
39185
39275
|
/** the XPath of the element */
|
|
39186
39276
|
xpath?: string | undefined;
|
|
39187
|
-
/**
|
|
39277
|
+
/** additional items present in the element
|
|
39278
|
+
if there are none, equals null */
|
|
39188
39279
|
items?: (VideoElement | undefined)[] | undefined;
|
|
39189
39280
|
[key: string]: any;
|
|
39190
39281
|
constructor(data?: IVideoDataforseoLabsSerpElementItem);
|
|
@@ -39206,7 +39297,8 @@ left, right */
|
|
|
39206
39297
|
position?: string | undefined;
|
|
39207
39298
|
/** the XPath of the element */
|
|
39208
39299
|
xpath?: string | undefined;
|
|
39209
|
-
/**
|
|
39300
|
+
/** additional items present in the element
|
|
39301
|
+
if there are none, equals null */
|
|
39210
39302
|
items?: (VideoElement | undefined)[] | undefined;
|
|
39211
39303
|
[key: string]: any;
|
|
39212
39304
|
}
|
|
@@ -39223,9 +39315,9 @@ left, right */
|
|
|
39223
39315
|
position?: string | undefined;
|
|
39224
39316
|
/** the XPath of the element */
|
|
39225
39317
|
xpath?: string | undefined;
|
|
39226
|
-
/** title of the
|
|
39318
|
+
/** title of the result in SERP */
|
|
39227
39319
|
title?: string | undefined;
|
|
39228
|
-
/** URL
|
|
39320
|
+
/** relevant URL of the Ad element in SERP */
|
|
39229
39321
|
url?: string | undefined;
|
|
39230
39322
|
[key: string]: any;
|
|
39231
39323
|
constructor(data?: IMapDataforseoLabsSerpElementItem);
|
|
@@ -39246,9 +39338,9 @@ left, right */
|
|
|
39246
39338
|
position?: string | undefined;
|
|
39247
39339
|
/** the XPath of the element */
|
|
39248
39340
|
xpath?: string | undefined;
|
|
39249
|
-
/** title of the
|
|
39341
|
+
/** title of the result in SERP */
|
|
39250
39342
|
title?: string | undefined;
|
|
39251
|
-
/** URL
|
|
39343
|
+
/** relevant URL of the Ad element in SERP */
|
|
39252
39344
|
url?: string | undefined;
|
|
39253
39345
|
[key: string]: any;
|
|
39254
39346
|
}
|
|
@@ -39267,13 +39359,13 @@ left, right */
|
|
|
39267
39359
|
xpath?: string | undefined;
|
|
39268
39360
|
/** domain where a link points */
|
|
39269
39361
|
domain?: string | undefined;
|
|
39270
|
-
/** title of the
|
|
39362
|
+
/** title of the result in SERP */
|
|
39271
39363
|
title?: string | undefined;
|
|
39272
|
-
/** title
|
|
39364
|
+
/** title */
|
|
39273
39365
|
featured_title?: string | undefined;
|
|
39274
39366
|
/** description of the results element in SERP */
|
|
39275
39367
|
description?: string | undefined;
|
|
39276
|
-
/** URL
|
|
39368
|
+
/** relevant URL of the Ad element in SERP */
|
|
39277
39369
|
url?: string | undefined;
|
|
39278
39370
|
/** results table
|
|
39279
39371
|
if there are none, equals null */
|
|
@@ -39321,13 +39413,13 @@ left, right */
|
|
|
39321
39413
|
xpath?: string | undefined;
|
|
39322
39414
|
/** domain where a link points */
|
|
39323
39415
|
domain?: string | undefined;
|
|
39324
|
-
/** title of the
|
|
39416
|
+
/** title of the result in SERP */
|
|
39325
39417
|
title?: string | undefined;
|
|
39326
|
-
/** title
|
|
39418
|
+
/** title */
|
|
39327
39419
|
featured_title?: string | undefined;
|
|
39328
39420
|
/** description of the results element in SERP */
|
|
39329
39421
|
description?: string | undefined;
|
|
39330
|
-
/** URL
|
|
39422
|
+
/** relevant URL of the Ad element in SERP */
|
|
39331
39423
|
url?: string | undefined;
|
|
39332
39424
|
/** results table
|
|
39333
39425
|
if there are none, equals null */
|
|
@@ -39369,7 +39461,7 @@ left, right */
|
|
|
39369
39461
|
position?: string | undefined;
|
|
39370
39462
|
/** the XPath of the element */
|
|
39371
39463
|
xpath?: string | undefined;
|
|
39372
|
-
/** title of the
|
|
39464
|
+
/** title of the result in SERP */
|
|
39373
39465
|
title?: string | undefined;
|
|
39374
39466
|
/** description of the results element in SERP */
|
|
39375
39467
|
description?: string | undefined;
|
|
@@ -39377,7 +39469,7 @@ left, right */
|
|
|
39377
39469
|
domain?: string | undefined;
|
|
39378
39470
|
/** phone number */
|
|
39379
39471
|
phone?: string | undefined;
|
|
39380
|
-
/** URL
|
|
39472
|
+
/** relevant URL of the Ad element in SERP */
|
|
39381
39473
|
url?: string | undefined;
|
|
39382
39474
|
/** indicates whether the element is an ad */
|
|
39383
39475
|
is_paid?: boolean | undefined;
|
|
@@ -39426,7 +39518,7 @@ left, right */
|
|
|
39426
39518
|
position?: string | undefined;
|
|
39427
39519
|
/** the XPath of the element */
|
|
39428
39520
|
xpath?: string | undefined;
|
|
39429
|
-
/** title of the
|
|
39521
|
+
/** title of the result in SERP */
|
|
39430
39522
|
title?: string | undefined;
|
|
39431
39523
|
/** description of the results element in SERP */
|
|
39432
39524
|
description?: string | undefined;
|
|
@@ -39434,7 +39526,7 @@ left, right */
|
|
|
39434
39526
|
domain?: string | undefined;
|
|
39435
39527
|
/** phone number */
|
|
39436
39528
|
phone?: string | undefined;
|
|
39437
|
-
/** URL
|
|
39529
|
+
/** relevant URL of the Ad element in SERP */
|
|
39438
39530
|
url?: string | undefined;
|
|
39439
39531
|
/** indicates whether the element is an ad */
|
|
39440
39532
|
is_paid?: boolean | undefined;
|
|
@@ -39479,7 +39571,7 @@ left, right */
|
|
|
39479
39571
|
position?: string | undefined;
|
|
39480
39572
|
/** the XPath of the element */
|
|
39481
39573
|
xpath?: string | undefined;
|
|
39482
|
-
/** title of the
|
|
39574
|
+
/** title of the result in SERP */
|
|
39483
39575
|
title?: string | undefined;
|
|
39484
39576
|
/** starting date of stay
|
|
39485
39577
|
in the format “year-month-date”
|
|
@@ -39491,8 +39583,7 @@ in the format “year-month-date”
|
|
|
39491
39583
|
example:
|
|
39492
39584
|
2019-11-17 */
|
|
39493
39585
|
date_to?: string | undefined;
|
|
39494
|
-
/**
|
|
39495
|
-
if there are none, equals null */
|
|
39586
|
+
/** elements of search results found in SERP */
|
|
39496
39587
|
items?: (HotelsPackElement | undefined)[] | undefined;
|
|
39497
39588
|
[key: string]: any;
|
|
39498
39589
|
constructor(data?: IHotelsPackDataforseoLabsSerpElementItem);
|
|
@@ -39513,7 +39604,7 @@ left, right */
|
|
|
39513
39604
|
position?: string | undefined;
|
|
39514
39605
|
/** the XPath of the element */
|
|
39515
39606
|
xpath?: string | undefined;
|
|
39516
|
-
/** title of the
|
|
39607
|
+
/** title of the result in SERP */
|
|
39517
39608
|
title?: string | undefined;
|
|
39518
39609
|
/** starting date of stay
|
|
39519
39610
|
in the format “year-month-date”
|
|
@@ -39525,8 +39616,7 @@ in the format “year-month-date”
|
|
|
39525
39616
|
example:
|
|
39526
39617
|
2019-11-17 */
|
|
39527
39618
|
date_to?: string | undefined;
|
|
39528
|
-
/**
|
|
39529
|
-
if there are none, equals null */
|
|
39619
|
+
/** elements of search results found in SERP */
|
|
39530
39620
|
items?: (HotelsPackElement | undefined)[] | undefined;
|
|
39531
39621
|
[key: string]: any;
|
|
39532
39622
|
}
|
|
@@ -39707,14 +39797,13 @@ left, right */
|
|
|
39707
39797
|
position?: string | undefined;
|
|
39708
39798
|
/** the XPath of the element */
|
|
39709
39799
|
xpath?: string | undefined;
|
|
39710
|
-
/** title of the
|
|
39800
|
+
/** title of the result in SERP */
|
|
39711
39801
|
title?: string | undefined;
|
|
39712
39802
|
/** google defined data attribute ID
|
|
39713
39803
|
example:
|
|
39714
39804
|
kc:/shopping/gpc:organic-offers */
|
|
39715
39805
|
data_attrid?: string | undefined;
|
|
39716
|
-
/**
|
|
39717
|
-
if there are none, equals null */
|
|
39806
|
+
/** elements of search results found in SERP */
|
|
39718
39807
|
items?: (KnowledgeGraphShoppingElement | undefined)[] | undefined;
|
|
39719
39808
|
[key: string]: any;
|
|
39720
39809
|
constructor(data?: IKnowledgeGraphShoppingItemDataforseoLabsSerpElementItem);
|
|
@@ -39735,14 +39824,13 @@ left, right */
|
|
|
39735
39824
|
position?: string | undefined;
|
|
39736
39825
|
/** the XPath of the element */
|
|
39737
39826
|
xpath?: string | undefined;
|
|
39738
|
-
/** title of the
|
|
39827
|
+
/** title of the result in SERP */
|
|
39739
39828
|
title?: string | undefined;
|
|
39740
39829
|
/** google defined data attribute ID
|
|
39741
39830
|
example:
|
|
39742
39831
|
kc:/shopping/gpc:organic-offers */
|
|
39743
39832
|
data_attrid?: string | undefined;
|
|
39744
|
-
/**
|
|
39745
|
-
if there are none, equals null */
|
|
39833
|
+
/** elements of search results found in SERP */
|
|
39746
39834
|
items?: (KnowledgeGraphShoppingElement | undefined)[] | undefined;
|
|
39747
39835
|
[key: string]: any;
|
|
39748
39836
|
}
|
|
@@ -39768,9 +39856,7 @@ the popularity rate based on reviews and displayed in SERP */
|
|
|
39768
39856
|
place_id?: string | undefined;
|
|
39769
39857
|
/** the additional feature of the review */
|
|
39770
39858
|
feature?: string | undefined;
|
|
39771
|
-
/** google-defined client id
|
|
39772
|
-
unique id of a local establishment;
|
|
39773
|
-
can be used with Google Reviews API to get a full list of reviews */
|
|
39859
|
+
/** google-defined client id */
|
|
39774
39860
|
cid?: string | undefined;
|
|
39775
39861
|
[key: string]: any;
|
|
39776
39862
|
constructor(data?: IGoogleReviewsDataforseoLabsSerpElementItem);
|
|
@@ -39800,9 +39886,7 @@ the popularity rate based on reviews and displayed in SERP */
|
|
|
39800
39886
|
place_id?: string | undefined;
|
|
39801
39887
|
/** the additional feature of the review */
|
|
39802
39888
|
feature?: string | undefined;
|
|
39803
|
-
/** google-defined client id
|
|
39804
|
-
unique id of a local establishment;
|
|
39805
|
-
can be used with Google Reviews API to get a full list of reviews */
|
|
39889
|
+
/** google-defined client id */
|
|
39806
39890
|
cid?: string | undefined;
|
|
39807
39891
|
[key: string]: any;
|
|
39808
39892
|
}
|
|
@@ -39823,9 +39907,7 @@ left, right */
|
|
|
39823
39907
|
posts_id?: string | undefined;
|
|
39824
39908
|
/** the additional feature of the review */
|
|
39825
39909
|
feature?: string | undefined;
|
|
39826
|
-
/** google-defined client id
|
|
39827
|
-
unique id of a local establishment;
|
|
39828
|
-
can be used with Google Reviews API to get a full list of reviews */
|
|
39910
|
+
/** google-defined client id */
|
|
39829
39911
|
cid?: string | undefined;
|
|
39830
39912
|
[key: string]: any;
|
|
39831
39913
|
constructor(data?: IGooglePostsDataforseoLabsSerpElementItem);
|
|
@@ -39850,9 +39932,7 @@ left, right */
|
|
|
39850
39932
|
posts_id?: string | undefined;
|
|
39851
39933
|
/** the additional feature of the review */
|
|
39852
39934
|
feature?: string | undefined;
|
|
39853
|
-
/** google-defined client id
|
|
39854
|
-
unique id of a local establishment;
|
|
39855
|
-
can be used with Google Reviews API to get a full list of reviews */
|
|
39935
|
+
/** google-defined client id */
|
|
39856
39936
|
cid?: string | undefined;
|
|
39857
39937
|
[key: string]: any;
|
|
39858
39938
|
}
|
|
@@ -39869,12 +39949,11 @@ left, right */
|
|
|
39869
39949
|
position?: string | undefined;
|
|
39870
39950
|
/** the XPath of the element */
|
|
39871
39951
|
xpath?: string | undefined;
|
|
39872
|
-
/** title of the
|
|
39952
|
+
/** title of the result in SERP */
|
|
39873
39953
|
title?: string | undefined;
|
|
39874
|
-
/** URL
|
|
39954
|
+
/** relevant URL of the Ad element in SERP */
|
|
39875
39955
|
url?: string | undefined;
|
|
39876
|
-
/**
|
|
39877
|
-
if there are none, equals null */
|
|
39956
|
+
/** elements of search results found in SERP */
|
|
39878
39957
|
items?: (GoogleFlightsElement | undefined)[] | undefined;
|
|
39879
39958
|
[key: string]: any;
|
|
39880
39959
|
constructor(data?: IGoogleFlightsDataforseoLabsSerpElementItem);
|
|
@@ -39895,12 +39974,11 @@ left, right */
|
|
|
39895
39974
|
position?: string | undefined;
|
|
39896
39975
|
/** the XPath of the element */
|
|
39897
39976
|
xpath?: string | undefined;
|
|
39898
|
-
/** title of the
|
|
39977
|
+
/** title of the result in SERP */
|
|
39899
39978
|
title?: string | undefined;
|
|
39900
|
-
/** URL
|
|
39979
|
+
/** relevant URL of the Ad element in SERP */
|
|
39901
39980
|
url?: string | undefined;
|
|
39902
|
-
/**
|
|
39903
|
-
if there are none, equals null */
|
|
39981
|
+
/** elements of search results found in SERP */
|
|
39904
39982
|
items?: (GoogleFlightsElement | undefined)[] | undefined;
|
|
39905
39983
|
[key: string]: any;
|
|
39906
39984
|
}
|
|
@@ -39917,12 +39995,11 @@ left, right */
|
|
|
39917
39995
|
position?: string | undefined;
|
|
39918
39996
|
/** the XPath of the element */
|
|
39919
39997
|
xpath?: string | undefined;
|
|
39920
|
-
/** title of the
|
|
39998
|
+
/** title of the result in SERP */
|
|
39921
39999
|
title?: string | undefined;
|
|
39922
|
-
/** URL
|
|
40000
|
+
/** relevant URL of the Ad element in SERP */
|
|
39923
40001
|
url?: string | undefined;
|
|
39924
|
-
/**
|
|
39925
|
-
if there are none, equals null */
|
|
40002
|
+
/** elements of search results found in SERP */
|
|
39926
40003
|
items?: (ImagesElement | undefined)[] | undefined;
|
|
39927
40004
|
/** contains keywords and images related to the specified search term
|
|
39928
40005
|
if there are none, equals null */
|
|
@@ -39946,12 +40023,11 @@ left, right */
|
|
|
39946
40023
|
position?: string | undefined;
|
|
39947
40024
|
/** the XPath of the element */
|
|
39948
40025
|
xpath?: string | undefined;
|
|
39949
|
-
/** title of the
|
|
40026
|
+
/** title of the result in SERP */
|
|
39950
40027
|
title?: string | undefined;
|
|
39951
|
-
/** URL
|
|
40028
|
+
/** relevant URL of the Ad element in SERP */
|
|
39952
40029
|
url?: string | undefined;
|
|
39953
|
-
/**
|
|
39954
|
-
if there are none, equals null */
|
|
40030
|
+
/** elements of search results found in SERP */
|
|
39955
40031
|
items?: (ImagesElement | undefined)[] | undefined;
|
|
39956
40032
|
/** contains keywords and images related to the specified search term
|
|
39957
40033
|
if there are none, equals null */
|
|
@@ -39971,10 +40047,9 @@ left, right */
|
|
|
39971
40047
|
position?: string | undefined;
|
|
39972
40048
|
/** the XPath of the element */
|
|
39973
40049
|
xpath?: string | undefined;
|
|
39974
|
-
/** title of the
|
|
40050
|
+
/** title of the result in SERP */
|
|
39975
40051
|
title?: string | undefined;
|
|
39976
|
-
/**
|
|
39977
|
-
if there are none, equals null */
|
|
40052
|
+
/** elements of search results found in SERP */
|
|
39978
40053
|
items?: (ShoppingElement | undefined)[] | undefined;
|
|
39979
40054
|
[key: string]: any;
|
|
39980
40055
|
constructor(data?: IShoppingDataforseoLabsSerpElementItem);
|
|
@@ -39995,10 +40070,9 @@ left, right */
|
|
|
39995
40070
|
position?: string | undefined;
|
|
39996
40071
|
/** the XPath of the element */
|
|
39997
40072
|
xpath?: string | undefined;
|
|
39998
|
-
/** title of the
|
|
40073
|
+
/** title of the result in SERP */
|
|
39999
40074
|
title?: string | undefined;
|
|
40000
|
-
/**
|
|
40001
|
-
if there are none, equals null */
|
|
40075
|
+
/** elements of search results found in SERP */
|
|
40002
40076
|
items?: (ShoppingElement | undefined)[] | undefined;
|
|
40003
40077
|
[key: string]: any;
|
|
40004
40078
|
}
|
|
@@ -40015,12 +40089,11 @@ left, right */
|
|
|
40015
40089
|
position?: string | undefined;
|
|
40016
40090
|
/** the XPath of the element */
|
|
40017
40091
|
xpath?: string | undefined;
|
|
40018
|
-
/** title of the
|
|
40092
|
+
/** title of the result in SERP */
|
|
40019
40093
|
title?: string | undefined;
|
|
40020
|
-
/** URL
|
|
40094
|
+
/** relevant URL of the Ad element in SERP */
|
|
40021
40095
|
url?: string | undefined;
|
|
40022
|
-
/**
|
|
40023
|
-
if there are none, equals null */
|
|
40096
|
+
/** elements of search results found in SERP */
|
|
40024
40097
|
items?: (JobsElement | undefined)[] | undefined;
|
|
40025
40098
|
[key: string]: any;
|
|
40026
40099
|
constructor(data?: IJobsDataforseoLabsSerpElementItem);
|
|
@@ -40041,12 +40114,11 @@ left, right */
|
|
|
40041
40114
|
position?: string | undefined;
|
|
40042
40115
|
/** the XPath of the element */
|
|
40043
40116
|
xpath?: string | undefined;
|
|
40044
|
-
/** title of the
|
|
40117
|
+
/** title of the result in SERP */
|
|
40045
40118
|
title?: string | undefined;
|
|
40046
|
-
/** URL
|
|
40119
|
+
/** relevant URL of the Ad element in SERP */
|
|
40047
40120
|
url?: string | undefined;
|
|
40048
|
-
/**
|
|
40049
|
-
if there are none, equals null */
|
|
40121
|
+
/** elements of search results found in SERP */
|
|
40050
40122
|
items?: (JobsElement | undefined)[] | undefined;
|
|
40051
40123
|
[key: string]: any;
|
|
40052
40124
|
}
|
|
@@ -40063,12 +40135,11 @@ left, right */
|
|
|
40063
40135
|
position?: string | undefined;
|
|
40064
40136
|
/** the XPath of the element */
|
|
40065
40137
|
xpath?: string | undefined;
|
|
40066
|
-
/** title of the
|
|
40138
|
+
/** title of the result in SERP */
|
|
40067
40139
|
title?: string | undefined;
|
|
40068
|
-
/** URL
|
|
40140
|
+
/** relevant URL of the Ad element in SERP */
|
|
40069
40141
|
url?: string | undefined;
|
|
40070
|
-
/**
|
|
40071
|
-
if there are none, equals null */
|
|
40142
|
+
/** elements of search results found in SERP */
|
|
40072
40143
|
items?: (EventsElement | undefined)[] | undefined;
|
|
40073
40144
|
[key: string]: any;
|
|
40074
40145
|
constructor(data?: IEventsDataforseoLabsSerpElementItem);
|
|
@@ -40089,12 +40160,11 @@ left, right */
|
|
|
40089
40160
|
position?: string | undefined;
|
|
40090
40161
|
/** the XPath of the element */
|
|
40091
40162
|
xpath?: string | undefined;
|
|
40092
|
-
/** title of the
|
|
40163
|
+
/** title of the result in SERP */
|
|
40093
40164
|
title?: string | undefined;
|
|
40094
|
-
/** URL
|
|
40165
|
+
/** relevant URL of the Ad element in SERP */
|
|
40095
40166
|
url?: string | undefined;
|
|
40096
|
-
/**
|
|
40097
|
-
if there are none, equals null */
|
|
40167
|
+
/** elements of search results found in SERP */
|
|
40098
40168
|
items?: (EventsElement | undefined)[] | undefined;
|
|
40099
40169
|
[key: string]: any;
|
|
40100
40170
|
}
|
|
@@ -40111,10 +40181,9 @@ left, right */
|
|
|
40111
40181
|
position?: string | undefined;
|
|
40112
40182
|
/** the XPath of the element */
|
|
40113
40183
|
xpath?: string | undefined;
|
|
40114
|
-
/** title of the
|
|
40184
|
+
/** title of the result in SERP */
|
|
40115
40185
|
title?: string | undefined;
|
|
40116
|
-
/**
|
|
40117
|
-
if there are none, equals null */
|
|
40186
|
+
/** elements of search results found in SERP */
|
|
40118
40187
|
items?: (MentionCarouselElement | undefined)[] | undefined;
|
|
40119
40188
|
[key: string]: any;
|
|
40120
40189
|
constructor(data?: IMentionCarouselDataforseoLabsSerpElementItem);
|
|
@@ -40135,10 +40204,9 @@ left, right */
|
|
|
40135
40204
|
position?: string | undefined;
|
|
40136
40205
|
/** the XPath of the element */
|
|
40137
40206
|
xpath?: string | undefined;
|
|
40138
|
-
/** title of the
|
|
40207
|
+
/** title of the result in SERP */
|
|
40139
40208
|
title?: string | undefined;
|
|
40140
|
-
/**
|
|
40141
|
-
if there are none, equals null */
|
|
40209
|
+
/** elements of search results found in SERP */
|
|
40142
40210
|
items?: (MentionCarouselElement | undefined)[] | undefined;
|
|
40143
40211
|
[key: string]: any;
|
|
40144
40212
|
}
|
|
@@ -40155,8 +40223,7 @@ left, right */
|
|
|
40155
40223
|
position?: string | undefined;
|
|
40156
40224
|
/** the XPath of the element */
|
|
40157
40225
|
xpath?: string | undefined;
|
|
40158
|
-
/**
|
|
40159
|
-
if there are none, equals null */
|
|
40226
|
+
/** elements of search results found in SERP */
|
|
40160
40227
|
items?: (RecipesElement | undefined)[] | undefined;
|
|
40161
40228
|
[key: string]: any;
|
|
40162
40229
|
constructor(data?: IRecipesDataforseoLabsSerpElementItem);
|
|
@@ -40177,8 +40244,7 @@ left, right */
|
|
|
40177
40244
|
position?: string | undefined;
|
|
40178
40245
|
/** the XPath of the element */
|
|
40179
40246
|
xpath?: string | undefined;
|
|
40180
|
-
/**
|
|
40181
|
-
if there are none, equals null */
|
|
40247
|
+
/** elements of search results found in SERP */
|
|
40182
40248
|
items?: (RecipesElement | undefined)[] | undefined;
|
|
40183
40249
|
[key: string]: any;
|
|
40184
40250
|
}
|
|
@@ -40195,10 +40261,9 @@ left, right */
|
|
|
40195
40261
|
position?: string | undefined;
|
|
40196
40262
|
/** the XPath of the element */
|
|
40197
40263
|
xpath?: string | undefined;
|
|
40198
|
-
/** title of the
|
|
40264
|
+
/** title of the result in SERP */
|
|
40199
40265
|
title?: string | undefined;
|
|
40200
|
-
/**
|
|
40201
|
-
if there are none, equals null */
|
|
40266
|
+
/** elements of search results found in SERP */
|
|
40202
40267
|
items?: (TopSightsElement | undefined)[] | undefined;
|
|
40203
40268
|
[key: string]: any;
|
|
40204
40269
|
constructor(data?: ITopSightsDataforseoLabsSerpElementItem);
|
|
@@ -40219,10 +40284,9 @@ left, right */
|
|
|
40219
40284
|
position?: string | undefined;
|
|
40220
40285
|
/** the XPath of the element */
|
|
40221
40286
|
xpath?: string | undefined;
|
|
40222
|
-
/** title of the
|
|
40287
|
+
/** title of the result in SERP */
|
|
40223
40288
|
title?: string | undefined;
|
|
40224
|
-
/**
|
|
40225
|
-
if there are none, equals null */
|
|
40289
|
+
/** elements of search results found in SERP */
|
|
40226
40290
|
items?: (TopSightsElement | undefined)[] | undefined;
|
|
40227
40291
|
[key: string]: any;
|
|
40228
40292
|
}
|
|
@@ -40239,12 +40303,11 @@ left, right */
|
|
|
40239
40303
|
position?: string | undefined;
|
|
40240
40304
|
/** the XPath of the element */
|
|
40241
40305
|
xpath?: string | undefined;
|
|
40242
|
-
/** title of the
|
|
40306
|
+
/** title of the result in SERP */
|
|
40243
40307
|
title?: string | undefined;
|
|
40244
|
-
/** URL
|
|
40308
|
+
/** relevant URL of the Ad element in SERP */
|
|
40245
40309
|
url?: string | undefined;
|
|
40246
|
-
/**
|
|
40247
|
-
if there are none, equals null */
|
|
40310
|
+
/** elements of search results found in SERP */
|
|
40248
40311
|
items?: (ScholarlyArticlesElement | undefined)[] | undefined;
|
|
40249
40312
|
[key: string]: any;
|
|
40250
40313
|
constructor(data?: IScholarlyArticlesDataforseoLabsSerpElementItem);
|
|
@@ -40265,12 +40328,11 @@ left, right */
|
|
|
40265
40328
|
position?: string | undefined;
|
|
40266
40329
|
/** the XPath of the element */
|
|
40267
40330
|
xpath?: string | undefined;
|
|
40268
|
-
/** title of the
|
|
40331
|
+
/** title of the result in SERP */
|
|
40269
40332
|
title?: string | undefined;
|
|
40270
|
-
/** URL
|
|
40333
|
+
/** relevant URL of the Ad element in SERP */
|
|
40271
40334
|
url?: string | undefined;
|
|
40272
|
-
/**
|
|
40273
|
-
if there are none, equals null */
|
|
40335
|
+
/** elements of search results found in SERP */
|
|
40274
40336
|
items?: (ScholarlyArticlesElement | undefined)[] | undefined;
|
|
40275
40337
|
[key: string]: any;
|
|
40276
40338
|
}
|
|
@@ -40287,8 +40349,7 @@ left, right */
|
|
|
40287
40349
|
position?: string | undefined;
|
|
40288
40350
|
/** the XPath of the element */
|
|
40289
40351
|
xpath?: string | undefined;
|
|
40290
|
-
/**
|
|
40291
|
-
if there are none, equals null */
|
|
40352
|
+
/** elements of search results found in SERP */
|
|
40292
40353
|
items?: (PopularProductsElement | undefined)[] | undefined;
|
|
40293
40354
|
[key: string]: any;
|
|
40294
40355
|
constructor(data?: IPopularProductsDataforseoLabsSerpElementItem);
|
|
@@ -40309,8 +40370,7 @@ left, right */
|
|
|
40309
40370
|
position?: string | undefined;
|
|
40310
40371
|
/** the XPath of the element */
|
|
40311
40372
|
xpath?: string | undefined;
|
|
40312
|
-
/**
|
|
40313
|
-
if there are none, equals null */
|
|
40373
|
+
/** elements of search results found in SERP */
|
|
40314
40374
|
items?: (PopularProductsElement | undefined)[] | undefined;
|
|
40315
40375
|
[key: string]: any;
|
|
40316
40376
|
}
|
|
@@ -40327,8 +40387,7 @@ left, right */
|
|
|
40327
40387
|
position?: string | undefined;
|
|
40328
40388
|
/** the XPath of the element */
|
|
40329
40389
|
xpath?: string | undefined;
|
|
40330
|
-
/**
|
|
40331
|
-
if there are none, equals null */
|
|
40390
|
+
/** elements of search results found in SERP */
|
|
40332
40391
|
items?: (PodcastsElement | undefined)[] | undefined;
|
|
40333
40392
|
[key: string]: any;
|
|
40334
40393
|
constructor(data?: IPodcastsDataforseoLabsSerpElementItem);
|
|
@@ -40349,8 +40408,7 @@ left, right */
|
|
|
40349
40408
|
position?: string | undefined;
|
|
40350
40409
|
/** the XPath of the element */
|
|
40351
40410
|
xpath?: string | undefined;
|
|
40352
|
-
/**
|
|
40353
|
-
if there are none, equals null */
|
|
40411
|
+
/** elements of search results found in SERP */
|
|
40354
40412
|
items?: (PodcastsElement | undefined)[] | undefined;
|
|
40355
40413
|
[key: string]: any;
|
|
40356
40414
|
}
|
|
@@ -40367,8 +40425,7 @@ left, right */
|
|
|
40367
40425
|
position?: string | undefined;
|
|
40368
40426
|
/** the XPath of the element */
|
|
40369
40427
|
xpath?: string | undefined;
|
|
40370
|
-
/**
|
|
40371
|
-
if there are none, equals null */
|
|
40428
|
+
/** elements of search results found in SERP */
|
|
40372
40429
|
items?: (QuestionsAndAnswersElement | undefined)[] | undefined;
|
|
40373
40430
|
[key: string]: any;
|
|
40374
40431
|
constructor(data?: IQuestionsAndAnswersDataforseoLabsSerpElementItem);
|
|
@@ -40389,8 +40446,7 @@ left, right */
|
|
|
40389
40446
|
position?: string | undefined;
|
|
40390
40447
|
/** the XPath of the element */
|
|
40391
40448
|
xpath?: string | undefined;
|
|
40392
|
-
/**
|
|
40393
|
-
if there are none, equals null */
|
|
40449
|
+
/** elements of search results found in SERP */
|
|
40394
40450
|
items?: (QuestionsAndAnswersElement | undefined)[] | undefined;
|
|
40395
40451
|
[key: string]: any;
|
|
40396
40452
|
}
|
|
@@ -40407,8 +40463,7 @@ left, right */
|
|
|
40407
40463
|
position?: string | undefined;
|
|
40408
40464
|
/** the XPath of the element */
|
|
40409
40465
|
xpath?: string | undefined;
|
|
40410
|
-
/**
|
|
40411
|
-
if there are none, equals null */
|
|
40466
|
+
/** elements of search results found in SERP */
|
|
40412
40467
|
items?: (ShortVideosElement | undefined)[] | undefined;
|
|
40413
40468
|
[key: string]: any;
|
|
40414
40469
|
constructor(data?: IFindResultsOnDataforseoLabsSerpElementItem);
|
|
@@ -40429,8 +40484,7 @@ left, right */
|
|
|
40429
40484
|
position?: string | undefined;
|
|
40430
40485
|
/** the XPath of the element */
|
|
40431
40486
|
xpath?: string | undefined;
|
|
40432
|
-
/**
|
|
40433
|
-
if there are none, equals null */
|
|
40487
|
+
/** elements of search results found in SERP */
|
|
40434
40488
|
items?: (ShortVideosElement | undefined)[] | undefined;
|
|
40435
40489
|
[key: string]: any;
|
|
40436
40490
|
}
|
|
@@ -40447,7 +40501,7 @@ left, right */
|
|
|
40447
40501
|
position?: string | undefined;
|
|
40448
40502
|
/** the XPath of the element */
|
|
40449
40503
|
xpath?: string | undefined;
|
|
40450
|
-
/** title of the
|
|
40504
|
+
/** title of the result in SERP */
|
|
40451
40505
|
title?: string | undefined;
|
|
40452
40506
|
/** source of the element
|
|
40453
40507
|
indicates the source of information included in the shopping_element */
|
|
@@ -40455,8 +40509,8 @@ indicates the source of information included in the shopping_element */
|
|
|
40455
40509
|
/** text alongside the link title */
|
|
40456
40510
|
snippet?: string | undefined;
|
|
40457
40511
|
/** price of the shopping element */
|
|
40458
|
-
price?:
|
|
40459
|
-
/** URL
|
|
40512
|
+
price?: Price | undefined;
|
|
40513
|
+
/** relevant URL of the Ad element in SERP */
|
|
40460
40514
|
url?: string | undefined;
|
|
40461
40515
|
/** domain where a link points */
|
|
40462
40516
|
domain?: string | undefined;
|
|
@@ -40484,7 +40538,7 @@ left, right */
|
|
|
40484
40538
|
position?: string | undefined;
|
|
40485
40539
|
/** the XPath of the element */
|
|
40486
40540
|
xpath?: string | undefined;
|
|
40487
|
-
/** title of the
|
|
40541
|
+
/** title of the result in SERP */
|
|
40488
40542
|
title?: string | undefined;
|
|
40489
40543
|
/** source of the element
|
|
40490
40544
|
indicates the source of information included in the shopping_element */
|
|
@@ -40492,8 +40546,8 @@ indicates the source of information included in the shopping_element */
|
|
|
40492
40546
|
/** text alongside the link title */
|
|
40493
40547
|
snippet?: string | undefined;
|
|
40494
40548
|
/** price of the shopping element */
|
|
40495
|
-
price?:
|
|
40496
|
-
/** URL
|
|
40549
|
+
price?: Price | undefined;
|
|
40550
|
+
/** relevant URL of the Ad element in SERP */
|
|
40497
40551
|
url?: string | undefined;
|
|
40498
40552
|
/** domain where a link points */
|
|
40499
40553
|
domain?: string | undefined;
|
|
@@ -40517,8 +40571,7 @@ left, right */
|
|
|
40517
40571
|
position?: string | undefined;
|
|
40518
40572
|
/** the XPath of the element */
|
|
40519
40573
|
xpath?: string | undefined;
|
|
40520
|
-
/**
|
|
40521
|
-
if there are none, equals null */
|
|
40574
|
+
/** elements of search results found in SERP */
|
|
40522
40575
|
items?: (LicensesElement | undefined)[] | undefined;
|
|
40523
40576
|
[key: string]: any;
|
|
40524
40577
|
constructor(data?: IVisualStoriesDataforseoLabsSerpElementItem);
|
|
@@ -40539,8 +40592,7 @@ left, right */
|
|
|
40539
40592
|
position?: string | undefined;
|
|
40540
40593
|
/** the XPath of the element */
|
|
40541
40594
|
xpath?: string | undefined;
|
|
40542
|
-
/**
|
|
40543
|
-
if there are none, equals null */
|
|
40595
|
+
/** elements of search results found in SERP */
|
|
40544
40596
|
items?: (LicensesElement | undefined)[] | undefined;
|
|
40545
40597
|
[key: string]: any;
|
|
40546
40598
|
}
|
|
@@ -40557,10 +40609,9 @@ left, right */
|
|
|
40557
40609
|
position?: string | undefined;
|
|
40558
40610
|
/** the XPath of the element */
|
|
40559
40611
|
xpath?: string | undefined;
|
|
40560
|
-
/** title of the
|
|
40612
|
+
/** title of the result in SERP */
|
|
40561
40613
|
title?: string | undefined;
|
|
40562
|
-
/**
|
|
40563
|
-
if there are none, equals null */
|
|
40614
|
+
/** elements of search results found in SERP */
|
|
40564
40615
|
items?: (CommercialUnitsElement | undefined)[] | undefined;
|
|
40565
40616
|
[key: string]: any;
|
|
40566
40617
|
constructor(data?: ICommercialUnitsDataforseoLabsSerpElementItem);
|
|
@@ -40581,10 +40632,9 @@ left, right */
|
|
|
40581
40632
|
position?: string | undefined;
|
|
40582
40633
|
/** the XPath of the element */
|
|
40583
40634
|
xpath?: string | undefined;
|
|
40584
|
-
/** title of the
|
|
40635
|
+
/** title of the result in SERP */
|
|
40585
40636
|
title?: string | undefined;
|
|
40586
|
-
/**
|
|
40587
|
-
if there are none, equals null */
|
|
40637
|
+
/** elements of search results found in SERP */
|
|
40588
40638
|
items?: (CommercialUnitsElement | undefined)[] | undefined;
|
|
40589
40639
|
[key: string]: any;
|
|
40590
40640
|
}
|
|
@@ -40601,14 +40651,13 @@ left, right */
|
|
|
40601
40651
|
position?: string | undefined;
|
|
40602
40652
|
/** the XPath of the element */
|
|
40603
40653
|
xpath?: string | undefined;
|
|
40604
|
-
/** title of the
|
|
40654
|
+
/** title of the result in SERP */
|
|
40605
40655
|
title?: string | undefined;
|
|
40606
|
-
/** URL
|
|
40656
|
+
/** relevant URL of the Ad element in SERP */
|
|
40607
40657
|
url?: string | undefined;
|
|
40608
40658
|
/** domain where a link points */
|
|
40609
40659
|
domain?: string | undefined;
|
|
40610
|
-
/**
|
|
40611
|
-
if there are none, equals null */
|
|
40660
|
+
/** elements of search results found in SERP */
|
|
40612
40661
|
items?: (LocalServicesElement | undefined)[] | undefined;
|
|
40613
40662
|
[key: string]: any;
|
|
40614
40663
|
constructor(data?: ILocalServicesDataforseoLabsSerpElementItem);
|
|
@@ -40629,14 +40678,13 @@ left, right */
|
|
|
40629
40678
|
position?: string | undefined;
|
|
40630
40679
|
/** the XPath of the element */
|
|
40631
40680
|
xpath?: string | undefined;
|
|
40632
|
-
/** title of the
|
|
40681
|
+
/** title of the result in SERP */
|
|
40633
40682
|
title?: string | undefined;
|
|
40634
|
-
/** URL
|
|
40683
|
+
/** relevant URL of the Ad element in SERP */
|
|
40635
40684
|
url?: string | undefined;
|
|
40636
40685
|
/** domain where a link points */
|
|
40637
40686
|
domain?: string | undefined;
|
|
40638
|
-
/**
|
|
40639
|
-
if there are none, equals null */
|
|
40687
|
+
/** elements of search results found in SERP */
|
|
40640
40688
|
items?: (LocalServicesElement | undefined)[] | undefined;
|
|
40641
40689
|
[key: string]: any;
|
|
40642
40690
|
}
|
|
@@ -40657,7 +40705,7 @@ left, right */
|
|
|
40657
40705
|
unique hotel identifier assigned by Google;
|
|
40658
40706
|
example: "CgoIjaeSlI6CnNpVEAE" */
|
|
40659
40707
|
hotel_identifier?: string | undefined;
|
|
40660
|
-
/** URL
|
|
40708
|
+
/** relevant URL of the Ad element in SERP */
|
|
40661
40709
|
url?: string | undefined;
|
|
40662
40710
|
[key: string]: any;
|
|
40663
40711
|
constructor(data?: IGoogleHotelsDataforseoLabsSerpElementItem);
|
|
@@ -40682,7 +40730,7 @@ left, right */
|
|
|
40682
40730
|
unique hotel identifier assigned by Google;
|
|
40683
40731
|
example: "CgoIjaeSlI6CnNpVEAE" */
|
|
40684
40732
|
hotel_identifier?: string | undefined;
|
|
40685
|
-
/** URL
|
|
40733
|
+
/** relevant URL of the Ad element in SERP */
|
|
40686
40734
|
url?: string | undefined;
|
|
40687
40735
|
[key: string]: any;
|
|
40688
40736
|
}
|
|
@@ -42304,7 +42352,7 @@ you will find the specified tag value in the data object of the response */
|
|
|
42304
42352
|
tag?: string | undefined;
|
|
42305
42353
|
[key: string]: any;
|
|
42306
42354
|
}
|
|
42307
|
-
export declare class
|
|
42355
|
+
export declare class KeywordData implements IKeywordData {
|
|
42308
42356
|
/** search engine type
|
|
42309
42357
|
search engine type specified in a POST request;
|
|
42310
42358
|
for this endpoint, the field equals bing */
|
|
@@ -42326,12 +42374,12 @@ the value will be null if you didn’t set the field include_serp_info to true i
|
|
|
42326
42374
|
this object provides the average number of backlinks, referring pages and domains, as well as the average rank values among the top-10 websites ranking organically for the keyword */
|
|
42327
42375
|
avg_backlinks_info?: AvgBacklinksInfo | undefined;
|
|
42328
42376
|
[key: string]: any;
|
|
42329
|
-
constructor(data?:
|
|
42377
|
+
constructor(data?: IKeywordData);
|
|
42330
42378
|
init(_data?: any): void;
|
|
42331
|
-
static fromJS(data: any):
|
|
42379
|
+
static fromJS(data: any): KeywordData;
|
|
42332
42380
|
toJSON(data?: any): any;
|
|
42333
42381
|
}
|
|
42334
|
-
export interface
|
|
42382
|
+
export interface IKeywordData {
|
|
42335
42383
|
/** search engine type
|
|
42336
42384
|
search engine type specified in a POST request;
|
|
42337
42385
|
for this endpoint, the field equals bing */
|
|
@@ -42826,7 +42874,7 @@ export declare class DataforseoLabsAmazonRankedKeywordsLiveItem implements IData
|
|
|
42826
42874
|
/** search engine type */
|
|
42827
42875
|
se_type?: string | undefined;
|
|
42828
42876
|
/** keyword data for the returned keyword */
|
|
42829
|
-
keyword_data?:
|
|
42877
|
+
keyword_data?: KeywordData | undefined;
|
|
42830
42878
|
/** contains data on the products’s SERP element found for the returned keyword */
|
|
42831
42879
|
ranked_serp_element?: AmazonRankedSerpElement | undefined;
|
|
42832
42880
|
[key: string]: any;
|
|
@@ -42839,7 +42887,7 @@ export interface IDataforseoLabsAmazonRankedKeywordsLiveItem {
|
|
|
42839
42887
|
/** search engine type */
|
|
42840
42888
|
se_type?: string | undefined;
|
|
42841
42889
|
/** keyword data for the returned keyword */
|
|
42842
|
-
keyword_data?:
|
|
42890
|
+
keyword_data?: KeywordData | undefined;
|
|
42843
42891
|
/** contains data on the products’s SERP element found for the returned keyword */
|
|
42844
42892
|
ranked_serp_element?: AmazonRankedSerpElement | undefined;
|
|
42845
42893
|
[key: string]: any;
|
|
@@ -44656,7 +44704,7 @@ search engine type specified in a POST request;
|
|
|
44656
44704
|
for this endpoint, the field equals bing */
|
|
44657
44705
|
se_type?: string | undefined;
|
|
44658
44706
|
/** keyword data for the returned keyword */
|
|
44659
|
-
keyword_data?:
|
|
44707
|
+
keyword_data?: KeywordData | undefined;
|
|
44660
44708
|
/** contains data on the first domain’s SERP element found for the returned keyword
|
|
44661
44709
|
the list of supported SERP elements can be found below */
|
|
44662
44710
|
first_domain_serp_element?: BaseDataforseoLabsSerpElementItem | undefined;
|
|
@@ -44675,7 +44723,7 @@ search engine type specified in a POST request;
|
|
|
44675
44723
|
for this endpoint, the field equals bing */
|
|
44676
44724
|
se_type?: string | undefined;
|
|
44677
44725
|
/** keyword data for the returned keyword */
|
|
44678
|
-
keyword_data?:
|
|
44726
|
+
keyword_data?: KeywordData | undefined;
|
|
44679
44727
|
/** contains data on the first domain’s SERP element found for the returned keyword
|
|
44680
44728
|
the list of supported SERP elements can be found below */
|
|
44681
44729
|
first_domain_serp_element?: BaseDataforseoLabsSerpElementItem | undefined;
|
|
@@ -45272,7 +45320,7 @@ search engine type specified in a POST request;
|
|
|
45272
45320
|
for this endpoint, the field equals bing */
|
|
45273
45321
|
se_type?: string | undefined;
|
|
45274
45322
|
/** keyword data for the returned keyword */
|
|
45275
|
-
keyword_data?:
|
|
45323
|
+
keyword_data?: KeywordData | undefined;
|
|
45276
45324
|
/** contains data on the SERP elements found for the returned keyword
|
|
45277
45325
|
data will be provided in separate arrays for each URL you specified in the pages object when setting a task;
|
|
45278
45326
|
depending on the number of specified URLs, it can contain from 1 to 20 arrays named respectively */
|
|
@@ -45291,7 +45339,7 @@ search engine type specified in a POST request;
|
|
|
45291
45339
|
for this endpoint, the field equals bing */
|
|
45292
45340
|
se_type?: string | undefined;
|
|
45293
45341
|
/** keyword data for the returned keyword */
|
|
45294
|
-
keyword_data?:
|
|
45342
|
+
keyword_data?: KeywordData | undefined;
|
|
45295
45343
|
/** contains data on the SERP elements found for the returned keyword
|
|
45296
45344
|
data will be provided in separate arrays for each URL you specified in the pages object when setting a task;
|
|
45297
45345
|
depending on the number of specified URLs, it can contain from 1 to 20 arrays named respectively */
|
|
@@ -45644,24 +45692,24 @@ you will find the specified tag value in the data object of the response */
|
|
|
45644
45692
|
tag?: string | undefined;
|
|
45645
45693
|
[key: string]: any;
|
|
45646
45694
|
}
|
|
45647
|
-
export declare class
|
|
45695
|
+
export declare class DataforseoLabsBingRankedKeywordsLiveItem implements IDataforseoLabsBingRankedKeywordsLiveItem {
|
|
45648
45696
|
/** search engine type */
|
|
45649
45697
|
se_type?: string | undefined;
|
|
45650
45698
|
/** keyword data for the returned keyword */
|
|
45651
|
-
keyword_data?:
|
|
45699
|
+
keyword_data?: KeywordData | undefined;
|
|
45652
45700
|
/** contains data on the domain’s SERP element found for the returned keyword */
|
|
45653
45701
|
ranked_serp_element?: RankedSerpElement | undefined;
|
|
45654
45702
|
[key: string]: any;
|
|
45655
|
-
constructor(data?:
|
|
45703
|
+
constructor(data?: IDataforseoLabsBingRankedKeywordsLiveItem);
|
|
45656
45704
|
init(_data?: any): void;
|
|
45657
|
-
static fromJS(data: any):
|
|
45705
|
+
static fromJS(data: any): DataforseoLabsBingRankedKeywordsLiveItem;
|
|
45658
45706
|
toJSON(data?: any): any;
|
|
45659
45707
|
}
|
|
45660
|
-
export interface
|
|
45708
|
+
export interface IDataforseoLabsBingRankedKeywordsLiveItem {
|
|
45661
45709
|
/** search engine type */
|
|
45662
45710
|
se_type?: string | undefined;
|
|
45663
45711
|
/** keyword data for the returned keyword */
|
|
45664
|
-
keyword_data?:
|
|
45712
|
+
keyword_data?: KeywordData | undefined;
|
|
45665
45713
|
/** contains data on the domain’s SERP element found for the returned keyword */
|
|
45666
45714
|
ranked_serp_element?: RankedSerpElement | undefined;
|
|
45667
45715
|
[key: string]: any;
|
|
@@ -45692,7 +45740,7 @@ ranking data is provided by the rank_absolute parameters that indicate the resul
|
|
|
45692
45740
|
[key: string]: DataforseoLabsMetricsInfo;
|
|
45693
45741
|
} | undefined;
|
|
45694
45742
|
/** contains ranked keywords and related data */
|
|
45695
|
-
items?: (
|
|
45743
|
+
items?: (DataforseoLabsBingRankedKeywordsLiveItem | undefined)[] | undefined;
|
|
45696
45744
|
[key: string]: any;
|
|
45697
45745
|
constructor(data?: IDataforseoLabsBingRankedKeywordsLiveResultInfo);
|
|
45698
45746
|
init(_data?: any): void;
|
|
@@ -45725,7 +45773,7 @@ ranking data is provided by the rank_absolute parameters that indicate the resul
|
|
|
45725
45773
|
[key: string]: DataforseoLabsMetricsInfo;
|
|
45726
45774
|
} | undefined;
|
|
45727
45775
|
/** contains ranked keywords and related data */
|
|
45728
|
-
items?: (
|
|
45776
|
+
items?: (DataforseoLabsBingRankedKeywordsLiveItem | undefined)[] | undefined;
|
|
45729
45777
|
[key: string]: any;
|
|
45730
45778
|
}
|
|
45731
45779
|
export declare class DataforseoLabsBingRankedKeywordsLiveTaskInfo extends BaseResponseTaskInfo implements IDataforseoLabsBingRankedKeywordsLiveTaskInfo {
|
|
@@ -46004,7 +46052,7 @@ export declare class DataforseoLabsBingRelatedKeywordsLiveItem implements IDataf
|
|
|
46004
46052
|
/** search engine type */
|
|
46005
46053
|
se_type?: string | undefined;
|
|
46006
46054
|
/** keyword data for the returned keyword */
|
|
46007
|
-
keyword_data?:
|
|
46055
|
+
keyword_data?: KeywordData | undefined;
|
|
46008
46056
|
/** keyword search depth */
|
|
46009
46057
|
depth?: number | undefined;
|
|
46010
46058
|
/** list of related keywords
|
|
@@ -46020,7 +46068,7 @@ export interface IDataforseoLabsBingRelatedKeywordsLiveItem {
|
|
|
46020
46068
|
/** search engine type */
|
|
46021
46069
|
se_type?: string | undefined;
|
|
46022
46070
|
/** keyword data for the returned keyword */
|
|
46023
|
-
keyword_data?:
|
|
46071
|
+
keyword_data?: KeywordData | undefined;
|
|
46024
46072
|
/** keyword search depth */
|
|
46025
46073
|
depth?: number | undefined;
|
|
46026
46074
|
/** list of related keywords
|
|
@@ -46035,7 +46083,7 @@ export declare class DataforseoLabsBingRelatedKeywordsLiveResultInfo implements
|
|
|
46035
46083
|
seed_keyword?: string | undefined;
|
|
46036
46084
|
/** keyword data for the seed keyword
|
|
46037
46085
|
fields in the array are identical to that of keyword_data */
|
|
46038
|
-
seed_keyword_data?:
|
|
46086
|
+
seed_keyword_data?: KeywordData | undefined;
|
|
46039
46087
|
/** location code in a POST array */
|
|
46040
46088
|
location_code?: number | undefined;
|
|
46041
46089
|
/** language code in a POST array */
|
|
@@ -46059,7 +46107,7 @@ export interface IDataforseoLabsBingRelatedKeywordsLiveResultInfo {
|
|
|
46059
46107
|
seed_keyword?: string | undefined;
|
|
46060
46108
|
/** keyword data for the seed keyword
|
|
46061
46109
|
fields in the array are identical to that of keyword_data */
|
|
46062
|
-
seed_keyword_data?:
|
|
46110
|
+
seed_keyword_data?: KeywordData | undefined;
|
|
46063
46111
|
/** location code in a POST array */
|
|
46064
46112
|
location_code?: number | undefined;
|
|
46065
46113
|
/** language code in a POST array */
|
|
@@ -47388,7 +47436,7 @@ left, right */
|
|
|
47388
47436
|
/** indicates whether the app is free */
|
|
47389
47437
|
is_free?: boolean | undefined;
|
|
47390
47438
|
/** price of the app */
|
|
47391
|
-
price?:
|
|
47439
|
+
price?: Price | undefined;
|
|
47392
47440
|
/** name of the app developer */
|
|
47393
47441
|
developer?: string | undefined;
|
|
47394
47442
|
/** URL to the developer page on Google Play */
|
|
@@ -47425,7 +47473,7 @@ left, right */
|
|
|
47425
47473
|
/** indicates whether the app is free */
|
|
47426
47474
|
is_free?: boolean | undefined;
|
|
47427
47475
|
/** price of the app */
|
|
47428
|
-
price?:
|
|
47476
|
+
price?: Price | undefined;
|
|
47429
47477
|
/** name of the app developer */
|
|
47430
47478
|
developer?: string | undefined;
|
|
47431
47479
|
/** URL to the developer page on Google Play */
|
|
@@ -47488,7 +47536,7 @@ export declare class DataforseoLabsGoogleKeywordsForAppLiveItem implements IData
|
|
|
47488
47536
|
/** search engine type */
|
|
47489
47537
|
se_type?: string | undefined;
|
|
47490
47538
|
/** keyword data for the returned keyword */
|
|
47491
|
-
keyword_data?:
|
|
47539
|
+
keyword_data?: KeywordData | undefined;
|
|
47492
47540
|
/** contains data on the domain’s SERP element found for the returned keyword */
|
|
47493
47541
|
ranked_serp_element?: AppRankedSerpElementInfo | undefined;
|
|
47494
47542
|
[key: string]: any;
|
|
@@ -47501,7 +47549,7 @@ export interface IDataforseoLabsGoogleKeywordsForAppLiveItem {
|
|
|
47501
47549
|
/** search engine type */
|
|
47502
47550
|
se_type?: string | undefined;
|
|
47503
47551
|
/** keyword data for the returned keyword */
|
|
47504
|
-
keyword_data?:
|
|
47552
|
+
keyword_data?: KeywordData | undefined;
|
|
47505
47553
|
/** contains data on the domain’s SERP element found for the returned keyword */
|
|
47506
47554
|
ranked_serp_element?: AppRankedSerpElementInfo | undefined;
|
|
47507
47555
|
[key: string]: any;
|
|
@@ -48104,7 +48152,7 @@ export declare class DataforseoLabsGoogleAppIntersectionLiveItem implements IDat
|
|
|
48104
48152
|
/** search engine type */
|
|
48105
48153
|
se_type?: string | undefined;
|
|
48106
48154
|
/** keyword data for the returned keyword */
|
|
48107
|
-
keyword_data?:
|
|
48155
|
+
keyword_data?: KeywordData | undefined;
|
|
48108
48156
|
/** contains SERP data for the returned keyword
|
|
48109
48157
|
data will be provided in separate arrays for each app ID you specified in the app_ids object when setting a task;
|
|
48110
48158
|
depending on the number of specified app IDs, it can contain from 1 to 20 arrays named respectively */
|
|
@@ -48121,7 +48169,7 @@ export interface IDataforseoLabsGoogleAppIntersectionLiveItem {
|
|
|
48121
48169
|
/** search engine type */
|
|
48122
48170
|
se_type?: string | undefined;
|
|
48123
48171
|
/** keyword data for the returned keyword */
|
|
48124
|
-
keyword_data?:
|
|
48172
|
+
keyword_data?: KeywordData | undefined;
|
|
48125
48173
|
/** contains SERP data for the returned keyword
|
|
48126
48174
|
data will be provided in separate arrays for each app ID you specified in the app_ids object when setting a task;
|
|
48127
48175
|
depending on the number of specified app IDs, it can contain from 1 to 20 arrays named respectively */
|
|
@@ -48586,7 +48634,7 @@ left, right */
|
|
|
48586
48634
|
/** indicates whether the app is free */
|
|
48587
48635
|
is_free?: boolean | undefined;
|
|
48588
48636
|
/** price of the app */
|
|
48589
|
-
price?:
|
|
48637
|
+
price?: Price | undefined;
|
|
48590
48638
|
[key: string]: any;
|
|
48591
48639
|
constructor(data?: IAppDataAppStoreSearchOrganicSerpElementItem);
|
|
48592
48640
|
init(_data?: any): void;
|
|
@@ -48619,7 +48667,81 @@ left, right */
|
|
|
48619
48667
|
/** indicates whether the app is free */
|
|
48620
48668
|
is_free?: boolean | undefined;
|
|
48621
48669
|
/** price of the app */
|
|
48622
|
-
price?:
|
|
48670
|
+
price?: Price | undefined;
|
|
48671
|
+
[key: string]: any;
|
|
48672
|
+
}
|
|
48673
|
+
export declare class ItemsRankedSerpElement implements IItemsRankedSerpElement {
|
|
48674
|
+
/** search engine type */
|
|
48675
|
+
se_type?: string | undefined;
|
|
48676
|
+
/** contains data on the SERP element
|
|
48677
|
+
the list of supported SERP elements can be found below */
|
|
48678
|
+
serp_item?: AppDataAppStoreSearchOrganicSerpElementItem | undefined;
|
|
48679
|
+
/** direct URL to search engine results
|
|
48680
|
+
you can use it to make sure that we provided accurate results */
|
|
48681
|
+
check_url?: string | undefined;
|
|
48682
|
+
/** number of search results for the returned keyword */
|
|
48683
|
+
se_results_count?: string | undefined;
|
|
48684
|
+
/** date and time when SERP data was updated
|
|
48685
|
+
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
|
|
48686
|
+
example:
|
|
48687
|
+
2019-11-15 12:57:46 +00:00 */
|
|
48688
|
+
last_updated_time?: string | undefined;
|
|
48689
|
+
/** previous to the most recent date and time when SERP data was updated
|
|
48690
|
+
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
|
|
48691
|
+
example:
|
|
48692
|
+
2019-10-15 12:57:46 +00:00;
|
|
48693
|
+
in this case, will equal null */
|
|
48694
|
+
previous_updated_time?: string | undefined;
|
|
48695
|
+
[key: string]: any;
|
|
48696
|
+
constructor(data?: IItemsRankedSerpElement);
|
|
48697
|
+
init(_data?: any): void;
|
|
48698
|
+
static fromJS(data: any): ItemsRankedSerpElement;
|
|
48699
|
+
toJSON(data?: any): any;
|
|
48700
|
+
}
|
|
48701
|
+
export interface IItemsRankedSerpElement {
|
|
48702
|
+
/** search engine type */
|
|
48703
|
+
se_type?: string | undefined;
|
|
48704
|
+
/** contains data on the SERP element
|
|
48705
|
+
the list of supported SERP elements can be found below */
|
|
48706
|
+
serp_item?: AppDataAppStoreSearchOrganicSerpElementItem | undefined;
|
|
48707
|
+
/** direct URL to search engine results
|
|
48708
|
+
you can use it to make sure that we provided accurate results */
|
|
48709
|
+
check_url?: string | undefined;
|
|
48710
|
+
/** number of search results for the returned keyword */
|
|
48711
|
+
se_results_count?: string | undefined;
|
|
48712
|
+
/** date and time when SERP data was updated
|
|
48713
|
+
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
|
|
48714
|
+
example:
|
|
48715
|
+
2019-11-15 12:57:46 +00:00 */
|
|
48716
|
+
last_updated_time?: string | undefined;
|
|
48717
|
+
/** previous to the most recent date and time when SERP data was updated
|
|
48718
|
+
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
|
|
48719
|
+
example:
|
|
48720
|
+
2019-10-15 12:57:46 +00:00;
|
|
48721
|
+
in this case, will equal null */
|
|
48722
|
+
previous_updated_time?: string | undefined;
|
|
48723
|
+
[key: string]: any;
|
|
48724
|
+
}
|
|
48725
|
+
export declare class DataforseoLabsAppleKeywordsForAppLiveItem implements IDataforseoLabsAppleKeywordsForAppLiveItem {
|
|
48726
|
+
/** search engine type */
|
|
48727
|
+
se_type?: string | undefined;
|
|
48728
|
+
/** keyword data for the returned keyword */
|
|
48729
|
+
keyword_data?: KeywordData | undefined;
|
|
48730
|
+
/** contains data on the domain’s SERP element found for the returned keyword */
|
|
48731
|
+
ranked_serp_element?: ItemsRankedSerpElement | undefined;
|
|
48732
|
+
[key: string]: any;
|
|
48733
|
+
constructor(data?: IDataforseoLabsAppleKeywordsForAppLiveItem);
|
|
48734
|
+
init(_data?: any): void;
|
|
48735
|
+
static fromJS(data: any): DataforseoLabsAppleKeywordsForAppLiveItem;
|
|
48736
|
+
toJSON(data?: any): any;
|
|
48737
|
+
}
|
|
48738
|
+
export interface IDataforseoLabsAppleKeywordsForAppLiveItem {
|
|
48739
|
+
/** search engine type */
|
|
48740
|
+
se_type?: string | undefined;
|
|
48741
|
+
/** keyword data for the returned keyword */
|
|
48742
|
+
keyword_data?: KeywordData | undefined;
|
|
48743
|
+
/** contains data on the domain’s SERP element found for the returned keyword */
|
|
48744
|
+
ranked_serp_element?: ItemsRankedSerpElement | undefined;
|
|
48623
48745
|
[key: string]: any;
|
|
48624
48746
|
}
|
|
48625
48747
|
export declare class DataforseoLabsAppleKeywordsForAppLiveResultInfo implements IDataforseoLabsAppleKeywordsForAppLiveResultInfo {
|
|
@@ -48636,7 +48758,7 @@ export declare class DataforseoLabsAppleKeywordsForAppLiveResultInfo implements
|
|
|
48636
48758
|
/** the number of results returned in the items array */
|
|
48637
48759
|
items_count?: number | undefined;
|
|
48638
48760
|
/** contains data related to the ranking keywords for the app specified in the app_id field */
|
|
48639
|
-
items?: (
|
|
48761
|
+
items?: (DataforseoLabsAppleKeywordsForAppLiveItem | undefined)[] | undefined;
|
|
48640
48762
|
[key: string]: any;
|
|
48641
48763
|
constructor(data?: IDataforseoLabsAppleKeywordsForAppLiveResultInfo);
|
|
48642
48764
|
init(_data?: any): void;
|
|
@@ -48657,7 +48779,7 @@ export interface IDataforseoLabsAppleKeywordsForAppLiveResultInfo {
|
|
|
48657
48779
|
/** the number of results returned in the items array */
|
|
48658
48780
|
items_count?: number | undefined;
|
|
48659
48781
|
/** contains data related to the ranking keywords for the app specified in the app_id field */
|
|
48660
|
-
items?: (
|
|
48782
|
+
items?: (DataforseoLabsAppleKeywordsForAppLiveItem | undefined)[] | undefined;
|
|
48661
48783
|
[key: string]: any;
|
|
48662
48784
|
}
|
|
48663
48785
|
export declare class DataforseoLabsAppleKeywordsForAppLiveTaskInfo extends BaseResponseTaskInfo implements IDataforseoLabsAppleKeywordsForAppLiveTaskInfo {
|
|
@@ -49220,7 +49342,7 @@ export declare class DataforseoLabsAppleAppIntersectionLiveItem implements IData
|
|
|
49220
49342
|
/** search engine type */
|
|
49221
49343
|
se_type?: string | undefined;
|
|
49222
49344
|
/** keyword data for the returned keyword */
|
|
49223
|
-
keyword_data?:
|
|
49345
|
+
keyword_data?: KeywordData | undefined;
|
|
49224
49346
|
/** contains SERP data for the returned keyword
|
|
49225
49347
|
data will be provided in separate arrays for each app ID you specified in the app_ids object when setting a task;
|
|
49226
49348
|
depending on the number of specified app IDs, it can contain from 1 to 20 arrays named respectively */
|
|
@@ -49237,7 +49359,7 @@ export interface IDataforseoLabsAppleAppIntersectionLiveItem {
|
|
|
49237
49359
|
/** search engine type */
|
|
49238
49360
|
se_type?: string | undefined;
|
|
49239
49361
|
/** keyword data for the returned keyword */
|
|
49240
|
-
keyword_data?:
|
|
49362
|
+
keyword_data?: KeywordData | undefined;
|
|
49241
49363
|
/** contains SERP data for the returned keyword
|
|
49242
49364
|
data will be provided in separate arrays for each app ID you specified in the app_ids object when setting a task;
|
|
49243
49365
|
depending on the number of specified app IDs, it can contain from 1 to 20 arrays named respectively */
|
|
@@ -67916,6 +68038,118 @@ the amount of time a browser needs to complete downloading a resource */
|
|
|
67916
68038
|
fetch_end?: number | undefined;
|
|
67917
68039
|
[key: string]: any;
|
|
67918
68040
|
}
|
|
68041
|
+
export declare class ScriptResourceElementItem extends BaseOnPageResourceItemInfo implements IScriptResourceElementItem {
|
|
68042
|
+
/** resource properties
|
|
68043
|
+
the value depends on the resource_type
|
|
68044
|
+
note that if you do not indicate a url when setting a task, resource’s meta is returned based on the data from the page where our crawler first saw the resource;
|
|
68045
|
+
to obtain resource’s meta from a particular url, specify that URL when setting a task */
|
|
68046
|
+
meta?: ResourceMetaInfo | undefined;
|
|
68047
|
+
/** status code of the page where a given resource is located */
|
|
68048
|
+
status_code?: number | undefined;
|
|
68049
|
+
/** location header
|
|
68050
|
+
indicates the URL to redirect a page to */
|
|
68051
|
+
location?: string | undefined;
|
|
68052
|
+
/** resource URL */
|
|
68053
|
+
url?: string | undefined;
|
|
68054
|
+
/** resource size
|
|
68055
|
+
indicates the size of a given resource measured in bytes */
|
|
68056
|
+
size?: number | undefined;
|
|
68057
|
+
/** resource size after encoding
|
|
68058
|
+
indicates the size of the encoded resource measured in bytes */
|
|
68059
|
+
encoded_size?: number | undefined;
|
|
68060
|
+
/** compressed resource size
|
|
68061
|
+
indicates the compressed size of a given resource in bytes */
|
|
68062
|
+
total_transfer_size?: number | undefined;
|
|
68063
|
+
/** date and time when a resource was fetched
|
|
68064
|
+
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
|
|
68065
|
+
example:
|
|
68066
|
+
2021-02-17 13:54:15 +00:00 */
|
|
68067
|
+
fetch_time?: string | undefined;
|
|
68068
|
+
/** resource fething time range */
|
|
68069
|
+
fetch_timing?: FetchTiming | undefined;
|
|
68070
|
+
/** instructions for caching */
|
|
68071
|
+
cache_control?: CacheControl | undefined;
|
|
68072
|
+
/** resource check-ups
|
|
68073
|
+
contents of the array depend on the resource_type */
|
|
68074
|
+
checks?: {
|
|
68075
|
+
[key: string]: boolean;
|
|
68076
|
+
} | undefined;
|
|
68077
|
+
/** resource errors and warnings */
|
|
68078
|
+
resource_errors?: OnPageResourceIssueInfo | undefined;
|
|
68079
|
+
/** type of encoding */
|
|
68080
|
+
content_encoding?: string | undefined;
|
|
68081
|
+
/** types of media used to display a resource */
|
|
68082
|
+
media_type?: string | undefined;
|
|
68083
|
+
/** indicates the expected type of resource
|
|
68084
|
+
for example, if "resource_type": "broken", accept_type will indicate the type of the broken resource
|
|
68085
|
+
possible values:
|
|
68086
|
+
any, none, image, sitemap, robots, script, stylesheet, redirect, html, text, other, font */
|
|
68087
|
+
accept_type?: string | undefined;
|
|
68088
|
+
/** server version */
|
|
68089
|
+
server?: string | undefined;
|
|
68090
|
+
/** contains data on changes related to the resource
|
|
68091
|
+
if there is no data, the value will be null */
|
|
68092
|
+
last_modified?: LastModified | undefined;
|
|
68093
|
+
[key: string]: any;
|
|
68094
|
+
constructor(data?: IScriptResourceElementItem);
|
|
68095
|
+
init(_data?: any): void;
|
|
68096
|
+
static fromJS(data: any): ScriptResourceElementItem;
|
|
68097
|
+
toJSON(data?: any): any;
|
|
68098
|
+
}
|
|
68099
|
+
export interface IScriptResourceElementItem extends IBaseOnPageResourceItemInfo {
|
|
68100
|
+
/** resource properties
|
|
68101
|
+
the value depends on the resource_type
|
|
68102
|
+
note that if you do not indicate a url when setting a task, resource’s meta is returned based on the data from the page where our crawler first saw the resource;
|
|
68103
|
+
to obtain resource’s meta from a particular url, specify that URL when setting a task */
|
|
68104
|
+
meta?: ResourceMetaInfo | undefined;
|
|
68105
|
+
/** status code of the page where a given resource is located */
|
|
68106
|
+
status_code?: number | undefined;
|
|
68107
|
+
/** location header
|
|
68108
|
+
indicates the URL to redirect a page to */
|
|
68109
|
+
location?: string | undefined;
|
|
68110
|
+
/** resource URL */
|
|
68111
|
+
url?: string | undefined;
|
|
68112
|
+
/** resource size
|
|
68113
|
+
indicates the size of a given resource measured in bytes */
|
|
68114
|
+
size?: number | undefined;
|
|
68115
|
+
/** resource size after encoding
|
|
68116
|
+
indicates the size of the encoded resource measured in bytes */
|
|
68117
|
+
encoded_size?: number | undefined;
|
|
68118
|
+
/** compressed resource size
|
|
68119
|
+
indicates the compressed size of a given resource in bytes */
|
|
68120
|
+
total_transfer_size?: number | undefined;
|
|
68121
|
+
/** date and time when a resource was fetched
|
|
68122
|
+
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
|
|
68123
|
+
example:
|
|
68124
|
+
2021-02-17 13:54:15 +00:00 */
|
|
68125
|
+
fetch_time?: string | undefined;
|
|
68126
|
+
/** resource fething time range */
|
|
68127
|
+
fetch_timing?: FetchTiming | undefined;
|
|
68128
|
+
/** instructions for caching */
|
|
68129
|
+
cache_control?: CacheControl | undefined;
|
|
68130
|
+
/** resource check-ups
|
|
68131
|
+
contents of the array depend on the resource_type */
|
|
68132
|
+
checks?: {
|
|
68133
|
+
[key: string]: boolean;
|
|
68134
|
+
} | undefined;
|
|
68135
|
+
/** resource errors and warnings */
|
|
68136
|
+
resource_errors?: OnPageResourceIssueInfo | undefined;
|
|
68137
|
+
/** type of encoding */
|
|
68138
|
+
content_encoding?: string | undefined;
|
|
68139
|
+
/** types of media used to display a resource */
|
|
68140
|
+
media_type?: string | undefined;
|
|
68141
|
+
/** indicates the expected type of resource
|
|
68142
|
+
for example, if "resource_type": "broken", accept_type will indicate the type of the broken resource
|
|
68143
|
+
possible values:
|
|
68144
|
+
any, none, image, sitemap, robots, script, stylesheet, redirect, html, text, other, font */
|
|
68145
|
+
accept_type?: string | undefined;
|
|
68146
|
+
/** server version */
|
|
68147
|
+
server?: string | undefined;
|
|
68148
|
+
/** contains data on changes related to the resource
|
|
68149
|
+
if there is no data, the value will be null */
|
|
68150
|
+
last_modified?: LastModified | undefined;
|
|
68151
|
+
[key: string]: any;
|
|
68152
|
+
}
|
|
67919
68153
|
export declare class StylesheetResourceElementItem extends BaseOnPageResourceItemInfo implements IStylesheetResourceElementItem {
|
|
67920
68154
|
/** resource properties
|
|
67921
68155
|
the value depends on the resource_type
|
|
@@ -68098,118 +68332,6 @@ export interface IOnPageResourcesTaskInfo extends IBaseResponseTaskInfo {
|
|
|
68098
68332
|
result?: (OnPageResourcesResultInfo | undefined)[] | undefined;
|
|
68099
68333
|
[key: string]: any;
|
|
68100
68334
|
}
|
|
68101
|
-
export declare class ScriptResourceElementItem extends BaseOnPageResourceItemInfo implements IScriptResourceElementItem {
|
|
68102
|
-
/** resource properties
|
|
68103
|
-
the value depends on the resource_type
|
|
68104
|
-
note that if you do not indicate a url when setting a task, resource’s meta is returned based on the data from the page where our crawler first saw the resource;
|
|
68105
|
-
to obtain resource’s meta from a particular url, specify that URL when setting a task */
|
|
68106
|
-
meta?: ResourceMetaInfo | undefined;
|
|
68107
|
-
/** status code of the page where a given resource is located */
|
|
68108
|
-
status_code?: number | undefined;
|
|
68109
|
-
/** location header
|
|
68110
|
-
indicates the URL to redirect a page to */
|
|
68111
|
-
location?: string | undefined;
|
|
68112
|
-
/** resource URL */
|
|
68113
|
-
url?: string | undefined;
|
|
68114
|
-
/** resource size
|
|
68115
|
-
indicates the size of a given resource measured in bytes */
|
|
68116
|
-
size?: number | undefined;
|
|
68117
|
-
/** resource size after encoding
|
|
68118
|
-
indicates the size of the encoded resource measured in bytes */
|
|
68119
|
-
encoded_size?: number | undefined;
|
|
68120
|
-
/** compressed resource size
|
|
68121
|
-
indicates the compressed size of a given resource in bytes */
|
|
68122
|
-
total_transfer_size?: number | undefined;
|
|
68123
|
-
/** date and time when a resource was fetched
|
|
68124
|
-
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
|
|
68125
|
-
example:
|
|
68126
|
-
2021-02-17 13:54:15 +00:00 */
|
|
68127
|
-
fetch_time?: string | undefined;
|
|
68128
|
-
/** resource fething time range */
|
|
68129
|
-
fetch_timing?: FetchTiming | undefined;
|
|
68130
|
-
/** instructions for caching */
|
|
68131
|
-
cache_control?: CacheControl | undefined;
|
|
68132
|
-
/** resource check-ups
|
|
68133
|
-
contents of the array depend on the resource_type */
|
|
68134
|
-
checks?: {
|
|
68135
|
-
[key: string]: boolean;
|
|
68136
|
-
} | undefined;
|
|
68137
|
-
/** type of encoding */
|
|
68138
|
-
content_encoding?: string | undefined;
|
|
68139
|
-
/** types of media used to display a resource */
|
|
68140
|
-
media_type?: string | undefined;
|
|
68141
|
-
/** indicates the expected type of resource
|
|
68142
|
-
for example, if "resource_type": "broken", accept_type will indicate the type of the broken resource
|
|
68143
|
-
possible values:
|
|
68144
|
-
any, none, image, sitemap, robots, script, stylesheet, redirect, html, text, other, font */
|
|
68145
|
-
accept_type?: string | undefined;
|
|
68146
|
-
/** server version */
|
|
68147
|
-
server?: string | undefined;
|
|
68148
|
-
/** contains data on changes related to the resource
|
|
68149
|
-
if there is no data, the value will be null */
|
|
68150
|
-
last_modified?: LastModified | undefined;
|
|
68151
|
-
/** resource errors and warnings */
|
|
68152
|
-
resource_errors?: OnPageResourceIssueInfo | undefined;
|
|
68153
|
-
[key: string]: any;
|
|
68154
|
-
constructor(data?: IScriptResourceElementItem);
|
|
68155
|
-
init(_data?: any): void;
|
|
68156
|
-
static fromJS(data: any): ScriptResourceElementItem;
|
|
68157
|
-
toJSON(data?: any): any;
|
|
68158
|
-
}
|
|
68159
|
-
export interface IScriptResourceElementItem extends IBaseOnPageResourceItemInfo {
|
|
68160
|
-
/** resource properties
|
|
68161
|
-
the value depends on the resource_type
|
|
68162
|
-
note that if you do not indicate a url when setting a task, resource’s meta is returned based on the data from the page where our crawler first saw the resource;
|
|
68163
|
-
to obtain resource’s meta from a particular url, specify that URL when setting a task */
|
|
68164
|
-
meta?: ResourceMetaInfo | undefined;
|
|
68165
|
-
/** status code of the page where a given resource is located */
|
|
68166
|
-
status_code?: number | undefined;
|
|
68167
|
-
/** location header
|
|
68168
|
-
indicates the URL to redirect a page to */
|
|
68169
|
-
location?: string | undefined;
|
|
68170
|
-
/** resource URL */
|
|
68171
|
-
url?: string | undefined;
|
|
68172
|
-
/** resource size
|
|
68173
|
-
indicates the size of a given resource measured in bytes */
|
|
68174
|
-
size?: number | undefined;
|
|
68175
|
-
/** resource size after encoding
|
|
68176
|
-
indicates the size of the encoded resource measured in bytes */
|
|
68177
|
-
encoded_size?: number | undefined;
|
|
68178
|
-
/** compressed resource size
|
|
68179
|
-
indicates the compressed size of a given resource in bytes */
|
|
68180
|
-
total_transfer_size?: number | undefined;
|
|
68181
|
-
/** date and time when a resource was fetched
|
|
68182
|
-
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
|
|
68183
|
-
example:
|
|
68184
|
-
2021-02-17 13:54:15 +00:00 */
|
|
68185
|
-
fetch_time?: string | undefined;
|
|
68186
|
-
/** resource fething time range */
|
|
68187
|
-
fetch_timing?: FetchTiming | undefined;
|
|
68188
|
-
/** instructions for caching */
|
|
68189
|
-
cache_control?: CacheControl | undefined;
|
|
68190
|
-
/** resource check-ups
|
|
68191
|
-
contents of the array depend on the resource_type */
|
|
68192
|
-
checks?: {
|
|
68193
|
-
[key: string]: boolean;
|
|
68194
|
-
} | undefined;
|
|
68195
|
-
/** type of encoding */
|
|
68196
|
-
content_encoding?: string | undefined;
|
|
68197
|
-
/** types of media used to display a resource */
|
|
68198
|
-
media_type?: string | undefined;
|
|
68199
|
-
/** indicates the expected type of resource
|
|
68200
|
-
for example, if "resource_type": "broken", accept_type will indicate the type of the broken resource
|
|
68201
|
-
possible values:
|
|
68202
|
-
any, none, image, sitemap, robots, script, stylesheet, redirect, html, text, other, font */
|
|
68203
|
-
accept_type?: string | undefined;
|
|
68204
|
-
/** server version */
|
|
68205
|
-
server?: string | undefined;
|
|
68206
|
-
/** contains data on changes related to the resource
|
|
68207
|
-
if there is no data, the value will be null */
|
|
68208
|
-
last_modified?: LastModified | undefined;
|
|
68209
|
-
/** resource errors and warnings */
|
|
68210
|
-
resource_errors?: OnPageResourceIssueInfo | undefined;
|
|
68211
|
-
[key: string]: any;
|
|
68212
|
-
}
|
|
68213
68335
|
export declare class ImageResourceElementItem extends BaseOnPageResourceItemInfo implements IImageResourceElementItem {
|
|
68214
68336
|
/** resource properties
|
|
68215
68337
|
the value depends on the resource_type
|
|
@@ -70744,7 +70866,7 @@ export interface ITableContent {
|
|
|
70744
70866
|
footer?: (TableContentItemInfo | undefined)[] | undefined;
|
|
70745
70867
|
[key: string]: any;
|
|
70746
70868
|
}
|
|
70747
|
-
export declare class
|
|
70869
|
+
export declare class TopicInfo implements ITopicInfo {
|
|
70748
70870
|
/** meta title */
|
|
70749
70871
|
h_title?: string | undefined;
|
|
70750
70872
|
/** main title of the block */
|
|
@@ -70764,12 +70886,12 @@ you can find more information about content priority calculation in this help ce
|
|
|
70764
70886
|
/** content of the table on the page */
|
|
70765
70887
|
table_content?: (TableContent | undefined)[] | undefined;
|
|
70766
70888
|
[key: string]: any;
|
|
70767
|
-
constructor(data?:
|
|
70889
|
+
constructor(data?: ITopicInfo);
|
|
70768
70890
|
init(_data?: any): void;
|
|
70769
|
-
static fromJS(data: any):
|
|
70891
|
+
static fromJS(data: any): TopicInfo;
|
|
70770
70892
|
toJSON(data?: any): any;
|
|
70771
70893
|
}
|
|
70772
|
-
export interface
|
|
70894
|
+
export interface ITopicInfo {
|
|
70773
70895
|
/** meta title */
|
|
70774
70896
|
h_title?: string | undefined;
|
|
70775
70897
|
/** main title of the block */
|
|
@@ -70790,52 +70912,6 @@ you can find more information about content priority calculation in this help ce
|
|
|
70790
70912
|
table_content?: (TableContent | undefined)[] | undefined;
|
|
70791
70913
|
[key: string]: any;
|
|
70792
70914
|
}
|
|
70793
|
-
export declare class SecondaryTopic implements ISecondaryTopic {
|
|
70794
|
-
/** meta title */
|
|
70795
|
-
h_title?: string | undefined;
|
|
70796
|
-
/** main title of the block */
|
|
70797
|
-
main_title?: string | undefined;
|
|
70798
|
-
/** content author name */
|
|
70799
|
-
author?: string | undefined;
|
|
70800
|
-
/** content language */
|
|
70801
|
-
language?: string | undefined;
|
|
70802
|
-
/** HTML level */
|
|
70803
|
-
level?: number | undefined;
|
|
70804
|
-
/** primary content on the page
|
|
70805
|
-
you can find more information about content priority calculation in this help center article */
|
|
70806
|
-
primary_content?: string | undefined;
|
|
70807
|
-
/** secondary content on the page
|
|
70808
|
-
you can find more information about content priority calculation in this help center article */
|
|
70809
|
-
secondary_content?: (ContentItemInfo | undefined)[] | undefined;
|
|
70810
|
-
/** content of the table on the page */
|
|
70811
|
-
table_content?: (TableContent | undefined)[] | undefined;
|
|
70812
|
-
[key: string]: any;
|
|
70813
|
-
constructor(data?: ISecondaryTopic);
|
|
70814
|
-
init(_data?: any): void;
|
|
70815
|
-
static fromJS(data: any): SecondaryTopic;
|
|
70816
|
-
toJSON(data?: any): any;
|
|
70817
|
-
}
|
|
70818
|
-
export interface ISecondaryTopic {
|
|
70819
|
-
/** meta title */
|
|
70820
|
-
h_title?: string | undefined;
|
|
70821
|
-
/** main title of the block */
|
|
70822
|
-
main_title?: string | undefined;
|
|
70823
|
-
/** content author name */
|
|
70824
|
-
author?: string | undefined;
|
|
70825
|
-
/** content language */
|
|
70826
|
-
language?: string | undefined;
|
|
70827
|
-
/** HTML level */
|
|
70828
|
-
level?: number | undefined;
|
|
70829
|
-
/** primary content on the page
|
|
70830
|
-
you can find more information about content priority calculation in this help center article */
|
|
70831
|
-
primary_content?: string | undefined;
|
|
70832
|
-
/** secondary content on the page
|
|
70833
|
-
you can find more information about content priority calculation in this help center article */
|
|
70834
|
-
secondary_content?: (ContentItemInfo | undefined)[] | undefined;
|
|
70835
|
-
/** content of the table on the page */
|
|
70836
|
-
table_content?: (TableContent | undefined)[] | undefined;
|
|
70837
|
-
[key: string]: any;
|
|
70838
|
-
}
|
|
70839
70915
|
export declare class PageContentInfo implements IPageContentInfo {
|
|
70840
70916
|
/** content of the header of the table */
|
|
70841
70917
|
header?: PageSectionContentInfo | undefined;
|
|
@@ -70843,10 +70919,10 @@ export declare class PageContentInfo implements IPageContentInfo {
|
|
|
70843
70919
|
footer?: PageSectionContentInfo | undefined;
|
|
70844
70920
|
/** main topic on the page
|
|
70845
70921
|
you can find more information about topic priority calculation in this help center article */
|
|
70846
|
-
main_topic?: (
|
|
70922
|
+
main_topic?: (TopicInfo | undefined)[] | undefined;
|
|
70847
70923
|
/** secondary topic on the page
|
|
70848
70924
|
you can find more information about topic priority calculation in this help center article */
|
|
70849
|
-
secondary_topic?: (
|
|
70925
|
+
secondary_topic?: (TopicInfo | undefined)[] | undefined;
|
|
70850
70926
|
[key: string]: any;
|
|
70851
70927
|
constructor(data?: IPageContentInfo);
|
|
70852
70928
|
init(_data?: any): void;
|
|
@@ -70860,10 +70936,10 @@ export interface IPageContentInfo {
|
|
|
70860
70936
|
footer?: PageSectionContentInfo | undefined;
|
|
70861
70937
|
/** main topic on the page
|
|
70862
70938
|
you can find more information about topic priority calculation in this help center article */
|
|
70863
|
-
main_topic?: (
|
|
70939
|
+
main_topic?: (TopicInfo | undefined)[] | undefined;
|
|
70864
70940
|
/** secondary topic on the page
|
|
70865
70941
|
you can find more information about topic priority calculation in this help center article */
|
|
70866
|
-
secondary_topic?: (
|
|
70942
|
+
secondary_topic?: (TopicInfo | undefined)[] | undefined;
|
|
70867
70943
|
[key: string]: any;
|
|
70868
70944
|
}
|
|
70869
70945
|
export declare class OnPageContentParsingItem implements IOnPageContentParsingItem {
|
|
@@ -71196,28 +71272,6 @@ possible values: us, de */
|
|
|
71196
71272
|
ip_pool_for_scan?: string | undefined;
|
|
71197
71273
|
[key: string]: any;
|
|
71198
71274
|
}
|
|
71199
|
-
export declare class RowCells implements IRowCells {
|
|
71200
|
-
/** content text */
|
|
71201
|
-
text?: string | undefined;
|
|
71202
|
-
/** contains other URLs and anchors found in the content element */
|
|
71203
|
-
urls?: any | undefined;
|
|
71204
|
-
/** indicates if the text belongs to the header */
|
|
71205
|
-
is_header?: boolean | undefined;
|
|
71206
|
-
[key: string]: any;
|
|
71207
|
-
constructor(data?: IRowCells);
|
|
71208
|
-
init(_data?: any): void;
|
|
71209
|
-
static fromJS(data: any): RowCells;
|
|
71210
|
-
toJSON(data?: any): any;
|
|
71211
|
-
}
|
|
71212
|
-
export interface IRowCells {
|
|
71213
|
-
/** content text */
|
|
71214
|
-
text?: string | undefined;
|
|
71215
|
-
/** contains other URLs and anchors found in the content element */
|
|
71216
|
-
urls?: any | undefined;
|
|
71217
|
-
/** indicates if the text belongs to the header */
|
|
71218
|
-
is_header?: boolean | undefined;
|
|
71219
|
-
[key: string]: any;
|
|
71220
|
-
}
|
|
71221
71275
|
export declare class OnPageContentParsingLiveResultInfo implements IOnPageContentParsingLiveResultInfo {
|
|
71222
71276
|
/** status of the crawling session
|
|
71223
71277
|
possible values: in_progress, finished */
|
|
@@ -78755,7 +78809,7 @@ number of reviews on the product seller’s account */
|
|
|
78755
78809
|
seller_review_count?: number | undefined;
|
|
78756
78810
|
/** product price
|
|
78757
78811
|
product price details on the seller’s website */
|
|
78758
|
-
price?:
|
|
78812
|
+
price?: Price | undefined;
|
|
78759
78813
|
/** delivery information
|
|
78760
78814
|
product delivery information */
|
|
78761
78815
|
delivery_info?: DeliveryInfo | undefined;
|
|
@@ -78780,7 +78834,7 @@ number of reviews on the product seller’s account */
|
|
|
78780
78834
|
seller_review_count?: number | undefined;
|
|
78781
78835
|
/** product price
|
|
78782
78836
|
product price details on the seller’s website */
|
|
78783
|
-
price?:
|
|
78837
|
+
price?: Price | undefined;
|
|
78784
78838
|
/** delivery information
|
|
78785
78839
|
product delivery information */
|
|
78786
78840
|
delivery_info?: DeliveryInfo | undefined;
|
|
@@ -80929,7 +80983,7 @@ left, right */
|
|
|
80929
80983
|
ships_from?: string | undefined;
|
|
80930
80984
|
/** product pricing details
|
|
80931
80985
|
if there are no details, the value will be null */
|
|
80932
|
-
price?:
|
|
80986
|
+
price?: Price | undefined;
|
|
80933
80987
|
/** seller rating details
|
|
80934
80988
|
seller popularity rate based on customer reviews */
|
|
80935
80989
|
rating?: RatingElement | undefined;
|
|
@@ -80969,7 +81023,7 @@ left, right */
|
|
|
80969
81023
|
ships_from?: string | undefined;
|
|
80970
81024
|
/** product pricing details
|
|
80971
81025
|
if there are no details, the value will be null */
|
|
80972
|
-
price?:
|
|
81026
|
+
price?: Price | undefined;
|
|
80973
81027
|
/** seller rating details
|
|
80974
81028
|
seller popularity rate based on customer reviews */
|
|
80975
81029
|
rating?: RatingElement | undefined;
|
|
@@ -81005,7 +81059,7 @@ left, right */
|
|
|
81005
81059
|
ships_from?: string | undefined;
|
|
81006
81060
|
/** product pricing details
|
|
81007
81061
|
if there are no details, the value will be null */
|
|
81008
|
-
price?:
|
|
81062
|
+
price?: Price | undefined;
|
|
81009
81063
|
/** seller rating details
|
|
81010
81064
|
seller popularity rate based on customer reviews */
|
|
81011
81065
|
rating?: RatingElement | undefined;
|
|
@@ -81045,7 +81099,7 @@ left, right */
|
|
|
81045
81099
|
ships_from?: string | undefined;
|
|
81046
81100
|
/** product pricing details
|
|
81047
81101
|
if there are no details, the value will be null */
|
|
81048
|
-
price?:
|
|
81102
|
+
price?: Price | undefined;
|
|
81049
81103
|
/** seller rating details
|
|
81050
81104
|
seller popularity rate based on customer reviews */
|
|
81051
81105
|
rating?: RatingElement | undefined;
|
|
@@ -83623,7 +83677,7 @@ can take the following values: left */
|
|
|
83623
83677
|
/** average rating of the app */
|
|
83624
83678
|
rating?: RatingInfo | undefined;
|
|
83625
83679
|
/** price of the app */
|
|
83626
|
-
price?:
|
|
83680
|
+
price?: Price | undefined;
|
|
83627
83681
|
/** indicates whether the app is free */
|
|
83628
83682
|
is_free?: boolean | undefined;
|
|
83629
83683
|
/** main category of the app */
|
|
@@ -83714,7 +83768,7 @@ can take the following values: left */
|
|
|
83714
83768
|
/** average rating of the app */
|
|
83715
83769
|
rating?: RatingInfo | undefined;
|
|
83716
83770
|
/** price of the app */
|
|
83717
|
-
price?:
|
|
83771
|
+
price?: Price | undefined;
|
|
83718
83772
|
/** indicates whether the app is free */
|
|
83719
83773
|
is_free?: boolean | undefined;
|
|
83720
83774
|
/** main category of the app */
|
|
@@ -85659,7 +85713,7 @@ can take the following values: left */
|
|
|
85659
85713
|
/** average rating of the app */
|
|
85660
85714
|
rating?: RatingInfo | undefined;
|
|
85661
85715
|
/** price of the app */
|
|
85662
|
-
price?:
|
|
85716
|
+
price?: Price | undefined;
|
|
85663
85717
|
/** indicates whether the app is free */
|
|
85664
85718
|
is_free?: boolean | undefined;
|
|
85665
85719
|
/** main category/genre of the app */
|
|
@@ -85735,7 +85789,7 @@ can take the following values: left */
|
|
|
85735
85789
|
/** average rating of the app */
|
|
85736
85790
|
rating?: RatingInfo | undefined;
|
|
85737
85791
|
/** price of the app */
|
|
85738
|
-
price?:
|
|
85792
|
+
price?: Price | undefined;
|
|
85739
85793
|
/** indicates whether the app is free */
|
|
85740
85794
|
is_free?: boolean | undefined;
|
|
85741
85795
|
/** main category/genre of the app */
|
|
@@ -89212,6 +89266,108 @@ export interface IBusinessDataGoogleMyBusinessInfoTaskGetResponseInfo extends IB
|
|
|
89212
89266
|
tasks?: (BusinessDataGoogleMyBusinessInfoTaskGetTaskInfo | undefined)[] | undefined;
|
|
89213
89267
|
[key: string]: any;
|
|
89214
89268
|
}
|
|
89269
|
+
export declare class BusinessDataGoogleMyBusinessInfoLiveResultInfo implements IBusinessDataGoogleMyBusinessInfoLiveResultInfo {
|
|
89270
|
+
/** keyword received in a POST array
|
|
89271
|
+
keyword is returned with decoded %## (plus symbol ‘+’ will be decoded to a space character)
|
|
89272
|
+
this field will contain the cid parameter if you specified it in the keyword field when setting a task;
|
|
89273
|
+
example:
|
|
89274
|
+
cid:2946633002421908862
|
|
89275
|
+
learn more about the parameter in this help center article */
|
|
89276
|
+
keyword?: string | undefined;
|
|
89277
|
+
/** search engine domain as specified in a POST array */
|
|
89278
|
+
se_domain?: string | undefined;
|
|
89279
|
+
/** location code in a POST array */
|
|
89280
|
+
location_code?: number | undefined;
|
|
89281
|
+
/** language code in a POST array */
|
|
89282
|
+
language_code?: string | undefined;
|
|
89283
|
+
/** direct URL to search engine results
|
|
89284
|
+
you can use it to make sure that we provided accurate results */
|
|
89285
|
+
check_url?: string | undefined;
|
|
89286
|
+
/** date and time when the result was received
|
|
89287
|
+
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
|
|
89288
|
+
example:
|
|
89289
|
+
2019-11-15 12:57:46 +00:00 */
|
|
89290
|
+
datetime?: string | undefined;
|
|
89291
|
+
/** item types
|
|
89292
|
+
types of search engine results encountered in the items array;
|
|
89293
|
+
possible item types: google_business_info */
|
|
89294
|
+
item_types?: (string | undefined)[] | undefined;
|
|
89295
|
+
/** item types
|
|
89296
|
+
the number of items in the items array */
|
|
89297
|
+
items_count?: number | undefined;
|
|
89298
|
+
/** encountered item types
|
|
89299
|
+
types of search engine results encountered in the items array;
|
|
89300
|
+
possible item types: google_business_info */
|
|
89301
|
+
items?: (BaseBusinessDataSerpElementItem | undefined)[] | undefined;
|
|
89302
|
+
[key: string]: any;
|
|
89303
|
+
constructor(data?: IBusinessDataGoogleMyBusinessInfoLiveResultInfo);
|
|
89304
|
+
init(_data?: any): void;
|
|
89305
|
+
static fromJS(data: any): BusinessDataGoogleMyBusinessInfoLiveResultInfo;
|
|
89306
|
+
toJSON(data?: any): any;
|
|
89307
|
+
}
|
|
89308
|
+
export interface IBusinessDataGoogleMyBusinessInfoLiveResultInfo {
|
|
89309
|
+
/** keyword received in a POST array
|
|
89310
|
+
keyword is returned with decoded %## (plus symbol ‘+’ will be decoded to a space character)
|
|
89311
|
+
this field will contain the cid parameter if you specified it in the keyword field when setting a task;
|
|
89312
|
+
example:
|
|
89313
|
+
cid:2946633002421908862
|
|
89314
|
+
learn more about the parameter in this help center article */
|
|
89315
|
+
keyword?: string | undefined;
|
|
89316
|
+
/** search engine domain as specified in a POST array */
|
|
89317
|
+
se_domain?: string | undefined;
|
|
89318
|
+
/** location code in a POST array */
|
|
89319
|
+
location_code?: number | undefined;
|
|
89320
|
+
/** language code in a POST array */
|
|
89321
|
+
language_code?: string | undefined;
|
|
89322
|
+
/** direct URL to search engine results
|
|
89323
|
+
you can use it to make sure that we provided accurate results */
|
|
89324
|
+
check_url?: string | undefined;
|
|
89325
|
+
/** date and time when the result was received
|
|
89326
|
+
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
|
|
89327
|
+
example:
|
|
89328
|
+
2019-11-15 12:57:46 +00:00 */
|
|
89329
|
+
datetime?: string | undefined;
|
|
89330
|
+
/** item types
|
|
89331
|
+
types of search engine results encountered in the items array;
|
|
89332
|
+
possible item types: google_business_info */
|
|
89333
|
+
item_types?: (string | undefined)[] | undefined;
|
|
89334
|
+
/** item types
|
|
89335
|
+
the number of items in the items array */
|
|
89336
|
+
items_count?: number | undefined;
|
|
89337
|
+
/** encountered item types
|
|
89338
|
+
types of search engine results encountered in the items array;
|
|
89339
|
+
possible item types: google_business_info */
|
|
89340
|
+
items?: (BaseBusinessDataSerpElementItem | undefined)[] | undefined;
|
|
89341
|
+
[key: string]: any;
|
|
89342
|
+
}
|
|
89343
|
+
export declare class BusinessDataGoogleMyBusinessInfoLiveTaskInfo extends BaseResponseTaskInfo implements IBusinessDataGoogleMyBusinessInfoLiveTaskInfo {
|
|
89344
|
+
/** array of results */
|
|
89345
|
+
result?: (BusinessDataGoogleMyBusinessInfoLiveResultInfo | undefined)[] | undefined;
|
|
89346
|
+
[key: string]: any;
|
|
89347
|
+
constructor(data?: IBusinessDataGoogleMyBusinessInfoLiveTaskInfo);
|
|
89348
|
+
init(_data?: any): void;
|
|
89349
|
+
static fromJS(data: any): BusinessDataGoogleMyBusinessInfoLiveTaskInfo;
|
|
89350
|
+
toJSON(data?: any): any;
|
|
89351
|
+
}
|
|
89352
|
+
export interface IBusinessDataGoogleMyBusinessInfoLiveTaskInfo extends IBaseResponseTaskInfo {
|
|
89353
|
+
/** array of results */
|
|
89354
|
+
result?: (BusinessDataGoogleMyBusinessInfoLiveResultInfo | undefined)[] | undefined;
|
|
89355
|
+
[key: string]: any;
|
|
89356
|
+
}
|
|
89357
|
+
export declare class BusinessDataGoogleMyBusinessInfoLiveResponseInfo extends BaseResponseInfo implements IBusinessDataGoogleMyBusinessInfoLiveResponseInfo {
|
|
89358
|
+
/** array of tasks */
|
|
89359
|
+
tasks?: (BusinessDataGoogleMyBusinessInfoLiveTaskInfo | undefined)[] | undefined;
|
|
89360
|
+
[key: string]: any;
|
|
89361
|
+
constructor(data?: IBusinessDataGoogleMyBusinessInfoLiveResponseInfo);
|
|
89362
|
+
init(_data?: any): void;
|
|
89363
|
+
static fromJS(data: any): BusinessDataGoogleMyBusinessInfoLiveResponseInfo;
|
|
89364
|
+
toJSON(data?: any): any;
|
|
89365
|
+
}
|
|
89366
|
+
export interface IBusinessDataGoogleMyBusinessInfoLiveResponseInfo extends IBaseResponseInfo {
|
|
89367
|
+
/** array of tasks */
|
|
89368
|
+
tasks?: (BusinessDataGoogleMyBusinessInfoLiveTaskInfo | undefined)[] | undefined;
|
|
89369
|
+
[key: string]: any;
|
|
89370
|
+
}
|
|
89215
89371
|
export declare class BusinessDataGoogleMyBusinessUpdatesTaskPostRequestInfo extends BusinessDataTaskRequestInfo implements IBusinessDataGoogleMyBusinessUpdatesTaskPostRequestInfo {
|
|
89216
89372
|
/** parsing depth
|
|
89217
89373
|
optional field
|