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

# Walkthroughs

> Twelve worked answers. Each one starts from the question a developer asks and ends with the calls that answer it.

Each walkthrough starts from one question and ends with the calls that answer it, in curl, Node.js and Python. Every
snippet reads the key from `GM_API_KEY`, as the [Quickstart](/guides/quickstart) sets it up. Start with the first one.

<CardGroup cols={2}>
  <Card title="Who should I call?" icon="phone" href="/guides/walkthroughs/find-buyers">
    Rank the investors around a house you have under contract and read the reasons behind each score.
  </Card>

  <Card title="Top buyers in a place" icon="trophy" href="/guides/walkthroughs/top-buyers">
    Who bought most often in one ZIP in the last 90 days: one call, in-place counts beside market-wide facts, the
    operator rule, the contact facts.
  </Card>

  <Card title="What is going on around this address?" icon="map" href="/guides/walkthroughs/map">
    The calls behind a map: the header stats, the cells, and the list that draws the neighbourhood.
  </Card>

  <Card title="Tell me about this investor" icon="user" href="/guides/walkthroughs/investor-profile">
    The full profile, the deal history, and what an old id answers after a data refresh.
  </Card>

  <Card title="Who owns this house?" icon="house" href="/guides/walkthroughs/who-owns-this-house">
    Resolve a parcel from a point, an APN or a street address, read its owner facts and find when the API names the
    owner.
  </Card>

  <Card title="New construction near here" icon="hammer" href="/guides/walkthroughs/new-construction">
    New homes for sale near a point or an address, cheapest first: list price, days on market, valuation, and if the
    builder still holds title.
  </Card>

  <Card title="I know the name, find the investor" icon="magnifying-glass" href="/guides/walkthroughs/find-by-name">
    Search every deed name an investor buys under and read the match quality.
  </Card>

  <Card title="Give me a spreadsheet" icon="table" href="/guides/walkthroughs/spreadsheet">
    Page a list to the end and write the rows to CSV yourself, with the columns to keep.
  </Card>

  <Card title="Same buyer, cash right now" icon="coins" href="/guides/walkthroughs/same-buyer">
    Operators, the buyer signal and the activity weight: which LLCs are one buyer and who has capital free.
  </Card>

  <Card title="Who is this listing agent?" icon="id-badge" href="/guides/walkthroughs/listing-agents">
    Stable agent ids, the agent profile, their listings and the link to the investors they belong to.
  </Card>

  <Card title="Which Investorlift listings closed?" icon="tag" href="/guides/walkthroughs/investorlift-listings">
    Every Investorlift listing as a wholesale transaction judged by the county deeds.
  </Card>

  <Card title="Who is this lender?" icon="building-columns" href="/guides/walkthroughs/profile-a-lender">
    One lender under one id from any spelling: profile, limits, loans, borrowers, margins, and the hard-money lenders
    active in one ZIP.
  </Card>
</CardGroup>


## Related topics

- [Who is this lender?](/guides/walkthroughs/profile-a-lender.md)
- [Who should I call?](/guides/walkthroughs/find-buyers.md)
- [Who is this listing agent?](/guides/walkthroughs/listing-agents.md)
- [Give me a spreadsheet](/guides/walkthroughs/spreadsheet.md)
- [Top buyers in a place](/guides/walkthroughs/top-buyers.md)
