File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Signup to ScrapingBee to [get your API key](https://app.scrapingbee.com/account/
3333 # Block ads on the page you want to scrape
3434 ' block_ads' : False ,
3535 # Block images and CSS on the page you want to scrape
36- ' block_ressources ' : True ,
36+ ' block_resources ' : True ,
3737 # Premium proxy geolocation
3838 ' country_code' : ' ' ,
3939 # Control the device the request will be sent from
@@ -43,7 +43,7 @@ Signup to ScrapingBee to [get your API key](https://app.scrapingbee.com/account/
4343 # Wrap response in JSON
4444 ' json_response' : False ,
4545 # Interact with the webpage you want to scrape
46- ' json_scenario ' : {
46+ ' js_scenario ' : {
4747 " instructions" : [
4848 {" wait_for" : " #slow_button" },
4949 {" click" : " #slow_button" },
@@ -140,4 +140,4 @@ The client includes a retry mechanism for 5XX responses.
140140 },
141141 retries = 5
142142)
143- ```
143+ ```
You can’t perform that action at this time.
0 commit comments