amazon.com
1 config1 tool1 verified
/
Amazon - an e-commerce platform for searching, browsing, and purchasing products across a wide range of categories
fill-search/fillverified
1
by Joakim-Sael
Fill the Amazon search input with a query. After calling this, use browser_press_key({ key: 'Enter' }) to submit the search.
Input Schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "The search term to look for on Amazon"
}
}
}Execution Metadata
Selector: #nav-search-bar-form
Fields (1): query (text)
Auto-submit: false