Skip to content

Add the ability to scrape a website using xpath #44

@dylanroy

Description

@dylanroy

💡 For general support requests and bug reports, please email support@usesql.com or check docs.usesql.com

Is your feature request related to a problem? Please describe.
I want an easy way to scrape a website and retrieve information that isn't in a table, but still can be returned in a tabular format.

Describe the solution you'd like
I would like to be able to write the following query to retrieve prices on pages like the Ebay Deals page.

SELECT 
    '.dne-itemtile-detail span[class^="ebayui-ellipsis"]' as product,
    '.dne-itemtile-detail .dne-itemtile-price span.first' as price
FROM "https://www.ebay.com/deals/"

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions