Nicholas-Nguyen8742 / Python-Beautiful-Soup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Scraping w/ Beautiful Soup

HTML Code

Link to Expired Job Posting: https://www.indeed.com/viewjob?jk=0be852a756d74baf&hl=en

<div class="icl-Alert icl-Alert--danger" role="alert">
    <div class="icl-Alert-text">
        <h3 class="icl-Alert-headline">This job has expired on Indeed</h3>
        <div class="icl-Alert-body">Reasons could include: the employer is not accepting applications, is not actively hiring, or is reviewing applications</div>
    </div>
    <div class="icl-Alert-iconContainer" aria-hidden="true">
        <div class="icl-Alert-icon icl-Alert-icon--danger">
        </div>
    </div>
</div>

Resources

About


Languages

Language:Python 100.0%