G2 Explorer
Try for free
No credit card required
Go to Store
For nested array use NUMBER (index of array element starting from index=0). For example:
🔎 Mode
mode
EnumOptional
💡 Operation Mode
Value options:
"product": string"product_info": string"review": string"article": string"discuss": string
Default value of this property is "review"
Sorting
sort_review
EnumOptional
💡 Sorting key
Value options:
"default": string"newest": string"oldest": string"most-helpful": string"highrated": string"lowrated": string"least-helpful": string
Sorting
sort_product
EnumOptional
💡 Sorting key
Value options:
"relevance": string"popular": string"rating": string
Sorting
sort_discuss
EnumOptional
💡 Sorting key
Value options:
"comment": string"helpful": string"newest": string"pinned": string
♻️ CUSTOM FIELD
dev_transform_fields
arrayOptional
💡 Transform the resulting output. Select only needed fields.
For nested object use DOT. For example:
address.streetAddress
For nested array use NUMBER (index of array element starting from index=0). For example:
images.0.url
📁 CUSTOM STORAGE
dev_dataset_name
stringOptional
💡 Save results into custom named Dataset, use mask to customize dataset name{ACTOR} = actor name
{DATE} = date (YYYYMMDD)
{TIME} = time (HHMMSS)
This masks can be used to autogenerate Dataset Name.
example: data-{DATE}
Depending on today date the dataset name will be: data-20230603
default: data-{ACTOR}-{DATE}-{TIME}