Biostars API Issues
0
0
Entering edit mode
6 months ago

I am conducting a study where I need access to data on this forum on how to improve genomic data visualization tools. I have tried scraping using the word "visualization" but the website does not allow scraping. I tried fetching the posts using the API on https://www.biostars.org/info/api/ but it does not fetch. Is there a way I can do this? or is there a way I can get the data?

visualization web-scraping api • 480 views
ADD COMMENT
0
Entering edit mode

Yeah the tag based fetch is broken. Scraping is bad but you can pull each post and check tags there - add an interval between each curl and grep for tag_val:. It's extremely inefficient though; but scraping won't help you much - for each tag, the /tags/ page shows only the top 50 results, no matter how many hits it gets. The "next" buttons don't work.

ADD REPLY

Login before adding your answer.

Traffic: 3517 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6