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

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

  1. kokyo

    kokyo New Member

    Joined:
    Apr 4, 2019
    Messages:
    2
    Likes Received:
    0
    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