> ## Documentation Index
> Fetch the complete documentation index at: https://docs.autotab.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Extracting Leads

> Autotab can extract data from any page, including complex nested data that requires cross-referencing across different systems.

In this example, Autotab is extracting a list of leads for the list of states, then cross-referencing each lead with the existing entries in the CRM.

export const EmbeddedVideo = ({children, url}) => <div style={{
  position: "relative",
  paddingBottom: "62.456140350877185%",
  height: 0,
  marginBottom: "var(--ifm-leading)"
}}>
    {children}
    <iframe src={url} style={{
  position: "absolute",
  top: 0,
  left: 0,
  width: "100%",
  height: "100%"
}}></iframe>
  </div>;

<EmbeddedVideo url="https://www.loom.com/embed/339209bae8ce4841a99102ae252d9de7?sid=8169d33d-2b94-4729-ba4c-93e438bb5943" />
