Nexus

the internet's Library of Structured Data

Browse and import production-ready LSD Modules. Each module transforms web content into structured data, built and tested by our developer community. Combine existing modules or create your own. See our docs to get started.


Venture Beat Articles

by andrea

Uses: 1
SELECT
  a.ArticleListing__title-link AS Headline
, a@href AS Link
FROM
  https://venturebeat.com/
GROUP BY
  h2.ArticleListing__title;

Football Italia

by andrea

Uses: 1
SELECT
  a AS Headline
, a@href AS Link
FROM
  https://football-italia.net/category/news/
GROUP BY
  h4.title.arc-title;

Sempre Milan

by andrea

Uses: 1
SELECT
  a.title AS Headline
, a@href AS Link
FROM
  https://sempremilan.com/
GROUP BY
  div.img-txt.c-std-mgn-b;

Sempre Milan

by andrea

Uses: 1
SELECT
  a AS Headline
, a@href AS Link
FROM
  https://sempremilan.com/
GROUP BY
  div.title;

Kirkland & Ellis Jobs

by andrea

Uses: 1
SELECT
  a AS job_title
, div.small-12.large-3.columns AS type
, div.small-12.large-2.columns AS posted
FROM
  https://staffjobsus.kirkland.com/jobs/search/?q=&location_city=New+York&sort_by=cfml10%2Cdesc
GROUP BY
  div.jobs-section__item;