dataforseo-client / Exports / SerpGoogleEventsTaskGetAdvancedResultInfo
▪ [key: string]: any
- check_url
- datetime
- item_types
- items
- items_count
- keyword
- language_code
- location_code
- se_domain
- se_results_count
- spell
- type
• new SerpGoogleEventsTaskGetAdvancedResultInfo(data?): SerpGoogleEventsTaskGetAdvancedResultInfo
| Name | Type |
|---|---|
data? |
ISerpGoogleEventsTaskGetAdvancedResultInfo |
SerpGoogleEventsTaskGetAdvancedResultInfo
• Optional check_url: string
direct URL to search engine results
ISerpGoogleEventsTaskGetAdvancedResultInfo.check_url
• Optional datetime: string
date and time when the result was received in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00” example: 2019-11-15 12:57:46 +00:00
ISerpGoogleEventsTaskGetAdvancedResultInfo.datetime
• Optional item_types: string[]
types of search results found in SERP possible item types: event_item
ISerpGoogleEventsTaskGetAdvancedResultInfo.item_types
• Optional items: BaseSerpElementItem[]
items in SERP
ISerpGoogleEventsTaskGetAdvancedResultInfo.items
• Optional items_count: number
the number of results returned in the items array
ISerpGoogleEventsTaskGetAdvancedResultInfo.items_count
• Optional keyword: string
keyword received in a POST array keyword is returned with decoded %## (plus symbol ‘+’ will be decoded to a space character)
ISerpGoogleEventsTaskGetAdvancedResultInfo.keyword
• Optional language_code: string
language code in this case, the value will be null
ISerpGoogleEventsTaskGetAdvancedResultInfo.language_code
• Optional location_code: number
location code in a POST array
ISerpGoogleEventsTaskGetAdvancedResultInfo.location_code
• Optional se_domain: string
search engine domain in a POST array
ISerpGoogleEventsTaskGetAdvancedResultInfo.se_domain
• Optional se_results_count: number
total number of results in SERP in this case, the value will be 0 this search engine does not indicate the total number of results
ISerpGoogleEventsTaskGetAdvancedResultInfo.se_results_count
• Optional spell: SpellInfo
autocorrection of the search engine if the search engine provided results for a keyword that was corrected, we will specify the keyword corrected by the search engine and the type of autocorrection
ISerpGoogleEventsTaskGetAdvancedResultInfo.spell
• Optional type: string
type of element
ISerpGoogleEventsTaskGetAdvancedResultInfo.type
▸ init(_data?): void
| Name | Type |
|---|---|
_data? |
any |
void
▸ toJSON(data?): any
| Name | Type |
|---|---|
data? |
any |
any
▸ fromJS(data): SerpGoogleEventsTaskGetAdvancedResultInfo
| Name | Type |
|---|---|
data |
any |