# Course 40 - Web Scraping with Python | Episode 4: Ethics, Risks, and the hiQ Precedent Page: https://stenobird.com/podcast/cybercode-academy-7578615/course-40-web-scraping-with-python-episode-4-ethics-risks-and-the-hiq-precedent Text version: https://stenobird.com/podcast/cybercode-academy-7578615/course-40-web-scraping-with-python-episode-4-ethics-risks-and-the-hiq-precedent.md Podcast: [CyberCode Academy](https://stenobird.com/podcast/cybercode-academy-7578615) Published: 2026-07-14T06:00:02+00:00 Episode link: https://www.spreaker.com/episode/course-40-web-scraping-with-python-episode-4-ethics-risks-and-the-hiq-precedent--72756730 Audio file: https://dts.podtrac.com/redirect.mp3/api.spreaker.com/download/episode/72756730/is_web_scraping_actually_legal.mp3 Processing state: not_requested JSON: https://stenobird.com/v1/public/podcasts/cybercode-academy-7578615/episodes/course-40-web-scraping-with-python-episode-4-ethics-risks-and-the-hiq-precedent Duration seconds: 1396 ## Resource In this lesson, you’ll learn about: the legality and ethics of web scraping, the difference between scraping and hacking, and how to stay safe while collecting data1. What is Web Scraping (Revisited)?🔹 Definition: Web scraping is automated web browsing—using code to collect data just like a human would, but at scale👉 Key Insight If a human can view and copy it, a script can usually extract it faster2. Ethical Use: “Good Bots” vs “Bad Bots”🔹 Ethical (Good Bot) Use Cases Academic research (e.g., studying bias or trends) Search engine indexing Personal automation projects 👉 Example: Search engines rely on scraping to make websites discoverable🔹 Question to Ask Yourself Am I harming the website? Am I violating user privacy? Am I redistributing someone else’s content unfairly? 👉 Ethics = intent + impact3. Scraping vs. Hacking (Critical Distinction)🔹 Scraping: Accessing publicly available data No bypassing authentication No system exploitation 🔹 Hacking: Breaking into protected systems Bypassing login/authentication Exploiting vulnerabilities 👉 Key Insight The line is clear: Public access = generally safe Unauthorized access = illegal4. Legal Risks You Should Understand🔹 Generally Safe Scraping public pages Personal or educational use 🔹 Risky Areas Ignoring Terms of Service Scraping behind login pages Republishing copyrighted data Overloading servers (DoS-like behavior) 👉 Even if not criminal, this can lead to: Lawsuits IP bans Account suspension 5. Real-World Case Study🔹 HiQ Labs vs LinkedIn👉 What happened: HiQ scraped public LinkedIn profiles LinkedIn tried to block them 👉 Legal outcome: Courts ruled scraping public data is not hacking 👉 Why it matters: Set a major precedent for scraping legality 6. Personal vs Commercial Risk🔹 Low Risk (Personal Projects) Tracking prices… ## Actions - request_transcript: `POST https://stenobird.com/v1/public/podcasts/cybercode-academy-7578615/episodes/course-40-web-scraping-with-python-episode-4-ethics-risks-and-the-hiq-precedent/transcription-requests` — Idempotently request low-priority transcript generation for this episode. - read_markdown: `GET https://stenobird.com/podcast/cybercode-academy-7578615/course-40-web-scraping-with-python-episode-4-ethics-risks-and-the-hiq-precedent.md` — Read the agent-friendly Markdown representation of this episode resource. A page view does not enqueue transcription. Agents should invoke `request_transcript` explicitly when they need this episode processed. ## Transcript Full transcripts are not published on public pages unless there is a clear rights basis.