This is the site I am trying to extract from:

https://www.oanda.com/forex-trading/analysis/margin-calculator

The goal is to scrape the 'Margin Used' value for a given set of inputs 
(Account Currency, Currency Pair, Margin Ratio, Number of Units).

I thought that the value is computed via a XHR request but when I examined 
the XHR tab in Chrome Developer Tools, I do not see any requests being 
generated. After examining the JS tab, I get a feeling that the 
computations are done using javascript on the client side. I'm not a web 
developer so I may be wrong.

So, how is this site performing the computation and can scrapy be used to 
scrape it or should I consider using another tool?


-- 
You received this message because you are subscribed to the Google Groups 
"scrapy-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/scrapy-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to