AutoTools (Solved)How to get data from a web?

Discussion in 'AutoApps' started by kokyo, Dec 2, 2019.

  1. kokyo

    kokyo New Member

    I want to get some baseball player's data from a web named "The Baseball Cube".
    For example, search in Google "Mike Trout Baseball Cube" and touch the result "Mike Trout - The Baseball Cube" to launch his page, that is http://www.thebaseballcube.com/players/profile.asp?ID=148165. But I don't know player's ID in advance. Can I launch a player's page by AutoTools HTML Read function to get data no manual touch or input? or any other suggestion?

    Solved:
    1. run HTTP Request, Method:GET, URL:https://www.google.com/search?q=baseball+cube %player_name to get player's ID and store to %player_id
    2. then browse http://www.thebaseballcube.com/players/profile.asp?ID=%player_id to get data that I want
     
    Last edited: Dec 28, 2019

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice