Skip to content

Instantly share code, notes, and snippets.

@Austin1
Austin1 / Google Sheets Appscript.gs
Last active July 26, 2024 02:07
Zillow Google Sheets Zestimate Scraper
function getZillowUrl(address) {
const baseUrl = "https://www.zillow.com/homes/";
const addressUrl = baseUrl + address.replace(/\s+/g, '-') + "/";
try {
const response = UrlFetchApp.fetch(addressUrl);
const content = response.getContentText();
// Look for any script tags that might contain the zpid
const scriptRegex = /<script\b[^>]*>([\s\S]*?)<\/script>/gm;
@Austin1
Austin1 / Auto Check-In to Southwest Flights.user.js
Last active September 12, 2017 12:08 — forked from stormchasing/Auto Check-In to Southwest Flights.user.js
Auto Check-In to Southwest Flights.user.js
// ==UserScript==
// @name Auto Check-In to Southwest Flights
// @namespace http://www.ryanizzo.com/southwest-auto-check-in/
// @version 1.5.1
// @author Nicholas Buroojy (http://userscripts.org/users/83813)
// @contributor Ryan Izzo (http://www.ryanizzo.com)
// @contributor JR Hehnly (http://www.okstorms.com @stormchasing)
// @contributor Trevor McClellan (github.com/trevormcclellan)
// @description Automatically check in to Southwest Airline flights at the appropriate time.
// @include https://www.southwest.com/air/check-in/*