Git Product home page Git Product logo

Comments (5)

fediazgon avatar fediazgon commented on September 26, 2024 1

If that's the case I'll just archive the repo or add a note to the README. This was started as a University project to show the capabilities of Neo4J.

from mayoclinic-scrapper.

JoaquinSarro22 avatar JoaquinSarro22 commented on September 26, 2024

I have the same question. Its still working?

from mayoclinic-scrapper.

fediazgon avatar fediazgon commented on September 26, 2024

Sorry, this was a toy project that I did long ago and that I'm not actively maintaining. If you want, you can create a PR and I'll gladly review it.

from mayoclinic-scrapper.

rzsgrt avatar rzsgrt commented on September 26, 2024

I want to scrape information from mayo clinic and found this repo. and got same result,empty.

Things I try:
First, start url edited to https://www.mayoclinic.org/diseases-conditions/index?letter={all letter}
but still I got empty result. Then I try to ask gpt and answer is

The website might be blocking the spider: Some websites implement measures to prevent web scraping, 
such as blocking bots based on their user-agent or IP address. 
Make sure you are using a valid user-agent and that the website allows web scraping.

So, I check web again and find this:
image

I think it means we can scrape from this web.

Also, I think maybe links on

links = response.xpath('//li/a[re:test(@href, "/diseases-conditions/.*/symptoms-causes")]/@href').extract()
should be updated

from mayoclinic-scrapper.

rzsgrt avatar rzsgrt commented on September 26, 2024

yes. you can link to this ToS https://www.mayoclinicplatform.org/terms-of-use/

from mayoclinic-scrapper.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.