scraping tag

69 questions


1 answers
135 views
0
Log in to Job Planet and ask for scraping ㅜㅜ

I need to get the annual salary for each position that I can check after logging in on the Job Planet site with the code below. I really can't//from bs4 import BeautifulSoupimport urllib, http.cookiej...


1 answers
79 views
0
Can I crawl on the web and upload it on the Android app?

I saw an article on the website that you can crawl on Python and upload it on the app, so could you explain the process in detail?


1 answers
80 views
0
Collect Python Scraping Destination Links

If you access URL1 of the code below, there is a page at the bottom.The last page of URL 1 is from 1 to 93 pagesI'd like to collect the links provided within the page.URL1: https://www.jobplanet.co.kr...


1 answers
163 views
0
Web-crawling Korean broken question.

class Home Controller < Application Controller def index require 'open-uri' require 'nokogiri' @url =http://news.naver.com/main/read.nhn?mode=LSD&mid=shm&sid1=105&oid=030&aid=000248...


1 answers
95 views
0
Dictionary storage using beautiful soup4

from urllib.request import urlopenfrom bs4 import BeautifulSoupresponse = urlopen(https://music.naver.com/listen/top100.nhn?domain=TOTAL&duration=1d)b_html = response.read()s_html = b_html.decode(...


1 answers
131 views
0
Naver Securities Web Crawling

Hello! I'm a beginner at coding. I've been trying to scribble stock data on the Nav Securities site for the past few days, but I've had a hard time because of the continuous errors. I'd appreciate it ...


1 answers
45 views
0
How do I get it? [Scraping Project] TypeError: 'NoneType' object is not writable

Trying to get the link address of href, the attribute of tack a, in the Html statement. The following error continues to appear in the code I made. b = b.a['href']TypeError: 'NoneType' object is not s...


4 answers
52 views
0
How do I import only one element when the element I want to import from Html is duplicated?

I'm asking you a question because I can't solve it even if I google it and read the official document. The problem is as below. After parsing, I want to output only one link address corresponding to h...

2 years ago

1 answers
50 views
0
It's Corinne's question! Python question

Find selenium find_element as xpath and use the corresponding variable (?)Is there any way to find the ahref attribute in this?First of all, it doesn't make sense, but for an example of a question, as...

2 years ago
« - 7 -

© 2024 OneMinuteCode. All rights reserved.