'Web-Scrapping or calling data to API Python
!! Just for clarification the data use is for personal use !! I am using python for the matter. I want to perform some scrapping on a dynamic site. I have searched though several possibilities and the one solution that got me the best results was calling the API by monitoring the netwrok in each of the actions that I do.
I have done almost 2 out of the 3 API calls needed to reach the data that I need "Bearing Frequencies". But there is a call to a API URL that has a series of numbers that are not related to the other 2 calls done before.
See here below after model/ and before ?units "https://api.skfbearingselect.com/singlebearing/model/4d6a8b43-9bf3-4ea6-ac1d-7d0c01af1de9?units=metric&language=en"
Does anyone have an idea what can this be? Or how to generate it for me to access the frequency information
FYI the first URL to call is the one below. This one comes when you have entered a number in the search bar. https://api.skfbearingselect.com/bearingsearch/bearings?designation_partial=6011&units=metric&language=en
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|