Unfortunately at this time there is no Enter / Return key command on ParseHub. However, there are often possible workarounds such as the ones below.
Websites that add the search term to the URL
Most websites will add your search query to the URL they redirect to. For example, if I go to IMDB.com, enter "Star Wars" into the search bar and click on "Search", it will redirect me to:
http://www.imdb.com/find?ref_=nv_sr_fn&q=Star+Wars&s=all
If your website does this, you can follow the instructions on this tutorial to search for keywords on that website by replacing everything between the &q=
and the next &
on the URL.
Websites that display the search results in a drop-down menu (predictive search)
If the website displays the search results in a drop-down menu, you can select one or all of those results directly from the drop-down menu. Again, if I go to IMDB.com and enter "Star Wars" into the search bar it will display a list of results in a drop-down menu:
If your website has a drop-down menu on the search bar, you can follow the instructions on this tutorial on how to scrape one or all options in the drop-down.
Websites without drop-downs that remain on the same URL
If your website does not redirect to a new URL after searching for a keyword, please contact us for further support.