Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6722901
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T09:30:13+00:00 2026-05-26T09:30:13+00:00

I want to make a program that will retrieve some information a url. For

  • 0

I want to make a program that will retrieve some information a url.
For example i give the url below, from
librarything

How can i retrieve all the words below the “TAGS” tab, like

Black Library fantasy Thanquol & Boneripper Thanquol and Bone Ripper Warhammer ?

I am thinking of using java, and design a data mining wrapper, but i am not sure how to start. Can anyone give me some advice?

EDIT:
You gave me excellent help, but I want to ask something else.
For every tag we can see how many times each tag has been used, when we press the “number” button. How can I retrieve that number also?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T09:30:13+00:00Added an answer on May 26, 2026 at 9:30 am

    You could use a HTML parser like Jsoup. It allows you to select HTML elements of interest using simple CSS selectors:

    E.g.

    Document document = Jsoup.connect("http://www.librarything.com/work/9767358/78536487").get();
    Elements tags = document.select(".tags .tag a");
    
    for (Element tag : tags) {
        System.out.println(tag.text());
    }
    

    which prints

    Black Library
    fantasy
    Thanquol & Boneripper
    Thanquol and Bone Ripper
    Warhammer
    

    Please note that you should read website’s robots.txt -if any- and read the website’s terms of service -if any- or your server might be IP-banned sooner or later.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to make a program that will read some number in string format
Basically I want to make simple toggle program (that will be mapped to some
I want to make a program that will involve some faces with various facial
I want to make simple java program that will insert some text into current
I want to make a program that will search and replace some words occurrence
I want to make a program that will simulate a user browsing a site
I want to make a C# program that can be run as a CLI
I want to make a program that pulls objects from a sql database and
I want to make a program ( EXE file) that will take the user
I'm trying to make a program that will delete some files and perfrom rutine

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.