Questions tagged [web-scripting]

97 questions
0
votes
0 answers

POST API request body rejected by Trade-Me API

I'm trying to use the Trade Me API (https://developer.trademe.co.nz/api-reference/selling-methods/list-an-item) to list an item for sale, but I'm getting an error message that says "Please enter a description" and "Please select the payment methods…
versb
  • 91
  • 5
0
votes
0 answers

How to capture note screenshot from web page using typescript

I wanted to write code in typesript to capture image from web page Like all browser have option in inspect element -> select element -> right click -> capture note screenshot As show in screenshot: Code in typesript which will accept page url and…
0
votes
2 answers

Grab information from inside the form using web scraping - python 3

I'm creating a project using web scraping , I'm having trouble extracting information from an Iframe form, when I try to extract the values ​​of the name , position and company field. Code I'm testing: replay =…
vander
  • 3
  • 2
0
votes
2 answers

is it possible to receive Dom in google webscript?

I receive from google sheet some html tags to be displayed but it shows as raw string. here is how Index.html
0
votes
2 answers

Web scripting invalid syntax in URL

I am a beginner of web scripting. I was following a tutorial on Edureka: A Beginner’s Guide to learn web scraping with python!. There is a syntax error shown inside the URL of my script: driver.get('
0
votes
1 answer

BeautifulSoup gives an empty list

I am trying to scrape website with Beautiful Soup. After printing the container, It gives me an empty list. How can I fix this? import requests from bs4 import BeautifulSoup import lxml URL =…
0
votes
1 answer

Want to convert my google script web app into custom menu pop up

I made a google sheet script web app but I want to create a custom menu from where I can get my web app as pop up on the same page so that I don't need to always go to web app link or if any alternative you know please help me... I want to make a…
0
votes
1 answer

Beautifulsoup find element

hi i was trying to find an element i have found the first one (soup1_title) easily but i had trouble to find next one! i just need book author for example for the first one my favor output is:"by J. G. Ballard and Martin Amis" (without by) here is…
0
votes
1 answer

Get Updated Gas Price from EthGas Station in be used in a python application

Is there any way to know the updated Gas Price from EthGasStation to be used in python. I want to regularly know the average transaction confirmation time by gas price before send a transaction to the blockchain. I have done a quick search and find…
sheemar
  • 467
  • 3
  • 13
0
votes
3 answers

Why request.get() returning wrong page content?

I have been trying to parse a webpage using BeautifulSoup. When I import urlopen fromm urllib.request and open https://pbejobbers.com it returns following instead of webpage itself: