This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import puppeteerExtra from 'puppeteer-extra'; | |
import puppeteerStealth from 'puppeteer-extra-plugin-stealth'; | |
import puppeteer from 'puppeteer'; | |
(async () => { | |
const params = { | |
"pagination": {}, | |
"usersSearchTerm": "Atlanta, GA", | |
mapBounds: { | |
"west": -84.4672891672287, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
import asyncio | |
async def retry_business_details(retry_id, retry_count=0, screenshot=False, ucc_data=None, street=None, city=None, zip_code=None): | |
url = f"https://apigateway.cobaltintelligence.com/v1/search?retryId={retry_id}" | |
if hasattr(self, 'targeted_environment'): | |
url = f"https://apigateway.cobaltintelligence.com/{self.targeted_environment}/search?retryId={retry_id}" | |
if screenshot: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const people = [ | |
{ | |
name: 'Jordan' | |
}, | |
{ | |
name: 'Jae' | |
} | |
]; | |
people.push({ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Run this function at the following url: | |
// https://kingcounty.gov/depts/finance-business-operations/treasury/foreclosure/current-foreclosure-action/foreclosure-properties.aspx | |
async function getAllProperties(copy) { | |
const data = await fetch("https://data.kingcounty.gov/api/views/nx4x-daw6/rows.json", { | |
"headers": { | |
"accept": "application/json, text/javascript, */*; q=0.01", | |
"sec-ch-ua": "\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"90\", \"Google Chrome\";v=\"90\"", | |
"sec-ch-ua-mobile": "?0" | |
}, | |
"referrer": "https://kingcounty.gov/", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Run this function at the following url: | |
// https://kingcounty.gov/depts/finance-business-operations/treasury/foreclosure/current-foreclosure-action/foreclosure-properties.aspx | |
async function getAllProperties(copy) { | |
const data = await fetch("https://data.kingcounty.gov/api/views/nx4x-daw6/rows.json", { | |
"headers": { | |
"accept": "application/json, text/javascript, */*; q=0.01", | |
"sec-ch-ua": "\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"90\", \"Google Chrome\";v=\"90\"", | |
"sec-ch-ua-mobile": "?0" | |
}, | |
"referrer": "https://kingcounty.gov/", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Url to which you navigate to see all auctions | |
// https://myorangeclerk.realforeclose.com/index.cfm?zaction=USER&zmethod=CALENDAR | |
// You must be in a specific auction to run the code. Example: | |
// https://myorangeclerk.realforeclose.com/index.cfm?zaction=AUCTION&Zmethod=PREVIEW&AUCTIONDATE=05/25/2021 | |
// Parses the data returned from propery ajax request | |
function parseData(data){ | |
let html = data.retHTML; | |
html = html.replace(/@A/g,'<div class="'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Url to which you navigate to see all auctions | |
// https://brevard.realforeclose.com/index.cfm?zaction=USER&zmethod=CALENDAR | |
// You must be in a specific auction to run the code. Example: | |
// https://brevard.realforeclose.com/index.cfm?zaction=AUCTION&Zmethod=PREVIEW&AUCTIONDATE=05/20/2021 | |
// Parses the data returned from propery ajax request | |
function parseData(data){ | |
let html = data.retHTML; | |
html = html.replace(/@A/g,'<div class="'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Url to which you navigate to see all auctions | |
// https://broward.realforeclose.com/index.cfm?zaction=USER&zmethod=CALENDAR | |
// You must be in a specific auction to run the code. Example: | |
// https://broward.realforeclose.com/index.cfm?zaction=AUCTION&Zmethod=PREVIEW&AUCTIONDATE=05/18/2021 | |
// Parses the data returned from propery ajax request | |
function parseData(data){ | |
let html = data.retHTML; | |
html = html.replace(/@A/g,'<div class="'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Url to which you navigate to see all auctions | |
// https://www.miamidade.realforeclose.com/index.cfm?zaction=USER&zmethod=CALENDAR | |
// You must be in a specific auction to run the code. Example: | |
// https://www.miamidade.realforeclose.com/index.cfm?zaction=AUCTION&Zmethod=PREVIEW&AUCTIONDATE=06/14/2021 | |
// Parses the data returned from propery ajax request | |
function parseData(data){ | |
let html = data.retHTML; | |
html = html.replace(/@A/g,'<div class="'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Paste this in the dev tool console on the first page | |
// Url for first page: | |
// http://taxsales.lgbs.com/api/property_sales/?county=WOOD+COUNTY&in_bbox=-96.46318790270001,32.42253239680847,-94.35381290270001,33.13032370909818&offset=0&ordering=precinct,sale_nbr,uid&sale_type=SALE,RESALE,STRUCK+OFF,FUTURE+SALE&state=TX | |
function getTheProperties() { | |
// Get any existing stuff | |
allThePropertiesThusFar = JSON.parse(window.localStorage.getItem('realEstateProperties')); | |
// If we don't have any yet, let's set it to an array | |
allThePropertiesThusFar = allThePropertiesThusFar ? allThePropertiesThusFar : []; |
NewerOlder