Arizona Trustee Sale Postponements Scraper avatar

Arizona Trustee Sale Postponements Scraper

Pricing

$10.00 / 1,000 result rows

Go to Apify Store
Arizona Trustee Sale Postponements Scraper

Arizona Trustee Sale Postponements Scraper

Arizona foreclosure auctions that were postponed, cancelled or are expected to be postponed. One row per notice: file number, the date it moved from, the date it moved to, county, city, ZIP, opening bid and loan amount. Read live from the public trustee sale list.

Pricing

$10.00 / 1,000 result rows

Rating

0.0

(0)

Developer

US Tech Automations

US Tech Automations

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Categories

Share

Arizona Trustee Sale Postponement Alerts

Real-estate wholesalers and foreclosure-auction investors get only the Arizona trustee-sale notices that moved: postponed, re-dated or cancelled.

Introduction

Arizona foreclosure auctions move. A sale advertised for Tuesday is pushed to November, or the file is cancelled outright, and anyone who drove to the courthouse steps finds nothing happening. This Actor reads the public Arizona notice-of-trustee-sale list published by the trustee firm Tiffany & Bosco, P.A. and returns only the notices that moved: sales already postponed from an earlier date, sales carrying the trustee's estimated postponement date, and sales marked cancelled.

Notices that show no movement are skipped, so the output is the exception list rather than the whole calendar.

Each row says which auction it is (the trustee file number), the date it was scheduled for, the date it moved from, the date it may move to, how many days that is, and where the property sits by county, city and ZIP. Loan and bid figures are included where the notice publishes them.

The list is Arizona public notice under A.R.S. 33-808. Every row carries the address of the page it came from and the UTC time it was read.

Tutorial

  1. Choose a County. Maricopa and Pima carry most of the notices. All searches every county on the list.
  2. Choose Weeks back, from 1 to 8. A value of 4 searches sale dates from four weeks before today to four weeks after today. Looking back catches auctions that already got pushed; looking forward catches the ones flagged to be pushed next.
  3. Set Maximum rows. This is a hard cap on the run and therefore on the cost. The default is 50, which holds that run to $0.50.
  4. Run it, then open the dataset and export to JSON, CSV or Excel.

A run that finds nothing produces an empty dataset and costs nothing. If the public list cannot be read, the run stores a status of UNKNOWN with the error and produces no rows. Rows are never invented to fill a run.

Pricing

$0.01 per row, charged from the first row. There is no start fee and no monthly fee. A run is charged only for the rows it actually delivers, so a run that returns 30 rows costs $0.30 and a run that returns 200 rows costs $2.00.

Maximum rows is the spend cap. Leave it at 50 to hold a run to $0.50.

Input and output examples

Input:

{
"county": "Maricopa",
"weeksBack": 4,
"maxItems": 50
}

One row, a sale still on the calendar but carrying an estimated postponement date six weeks out:

{
"file_no": "26-01403-RM-AZ",
"event_type": "postponement_expected",
"canceled": false,
"scheduled_sale_date": "2026-09-15",
"previous_sale_date": null,
"projected_sale_date": "2026-10-30",
"days_moved": 45,
"sale_time": "10:00 AM",
"file_status": "Trustee Sale",
"state": "AZ",
"county": "Maricopa",
"city": "Phoenix",
"zip": "85008",
"sale_location": "at the office of the Trustee, 7720 North 16th Street, Suite 300, in the City of Phoenix, County of Maricopa, State of Arizona",
"loan_date": "2021-12-02",
"original_loan_amount": 562500.0,
"opening_bid": 260816.76,
"max_bid": 260816.76,
"source_url": "https://fs.tblaw.com/sales/PendingSalesAz.aspx",
"fetched_at": "2026-09-15T02:30:54Z"
}

Every field, in full:

FieldWhat it holds
file_noThe trustee's file number for the sale, for example 26-01403-RM-AZ.
event_typepostponed, postponement_expected, or canceled.
canceledtrue when the notice carries the cancelled marker.
scheduled_sale_dateThe auction date currently set, as YYYY-MM-DD. Empty on a cancelled file with no current date.
previous_sale_dateThe date the auction was moved from, if the notice shows one.
projected_sale_dateThe trustee's estimated postponement date, if the notice shows one.
days_movedDays between the two dates that are known. Empty when only one date exists.
sale_timeTime of day the auction is set for.
file_statusThe status word on the notice: Trustee Sale, On Hold or Closed.
stateAlways AZ.
countyCounty of sale, taken from the notice's place-of-sale line.
cityCity of the property.
zipFive-digit ZIP of the property.
sale_locationWhere the auction is held, in the notice's own words.
loan_dateOrigination date of the defaulted loan.
original_loan_amountOriginal loan amount as a number.
opening_bidOpening bid as a number, where published.
max_bidMaximum bid as a number, where published.
source_urlThe public list the row was read from.
fetched_atUTC time the read happened.

event_type is canceled whenever the cancelled marker is present, otherwise postponed when the notice shows a date it moved from, otherwise postponement_expected when it shows only an estimated date.

Recommendations

Run it the morning of an auction day with Weeks back set to 1. That gives a short list of the sales on this week's calendar that are flagged to move, which is the list worth checking before driving anywhere.

Run it weekly with Weeks back set to 8 to build a history of how far each file keeps sliding. A file that has been pushed three times behaves differently from one postponed once.

Sort by days_moved to see which auctions are being pushed months rather than weeks. Filter on event_type of canceled to see files leaving the calendar altogether.

Limitations

Read this section before buying.

  • One trustee, not all of Arizona. The source is the sale list of a single trustee firm, Tiffany & Bosco, P.A. Other Arizona trustees publish their own lists and none of them are included here. This is not every foreclosure auction in the state, and no percentage of statewide coverage is claimed because that figure has not been measured.
  • A projected date is an estimate, not a promise. The source states that a listed possible postponement date "is an estimate of the action that will be taken at the time of sale as now scheduled, and is not a commitment to postpone", and that the trustee reserves the right to proceed to sale as scheduled. An event_type of postponement_expected means the notice carries such an estimate, nothing more.
  • No owner name and no street address. The public page shows a trustor surname and the property street address. Neither is collected. Location is county, city and ZIP only. A notice whose address cannot be read leaves city and zip empty rather than guessing.
  • County coverage is uneven. Maricopa and Pima carry most notices. Pinal, Mohave, Cochise, Yavapai, Yuma, Gila, Navajo and Santa Cruz appear in much smaller numbers, and a run against one of them can legitimately return nothing.
  • No permanent link per notice. The source has no individual URL per sale, so source_url is the list page itself. Use file_no to look a notice up there.
  • Accurate as of the read, no more. The source describes itself as a courtesy report, believed accurate at the time of viewing, not issued in place of the notices required by statute. Anything that matters should be confirmed with the trustee's office and the county recorder.
  • Not legal, title or investment advice. These are parsed public notices. They are not a title search, a lien position, or a recommendation to bid.
  • Support is by issue tracker only. Use this Actor's Issues tab with the run ID. No named person, response time or service level is offered.

FAQ

How is a postponement detected in a single run? The source's own legend marks the sale-date column with a previous date and a projected date, shown in different colours. Both are read directly from the page, so one run is enough. No history from earlier runs is needed.

Why did a run return fewer rows than expected? Only notices that moved or were cancelled are returned. A quiet week in one county genuinely produces few rows. Widen Weeks back, or set County to All.

Can the same auction appear twice? No. The source sometimes lists one file more than once inside a window. Those listings are merged into a single row per file number and scheduled date, so a run is never charged twice for the same auction.

What happens if the source is down or changes? The run stores UNKNOWN with the error and returns no rows. Rows are never guessed or carried over from a previous run.

Is scraping this list allowed? The notices are Arizona public record under A.R.S. 33-808. The list is served publicly without a login, and the host publishes no robots.txt file. Requests identify themselves honestly and are paced one per second. The host's own website terms have not been reviewed, so no representation is made about them.

Which other states are covered? None. Arizona only.

Refunds and support

Refunds: if a run returns zero rows for a valid input, email operations@ustechautomations.com within 7 days and we refund that run. Support: same address, replies within 2 business days.