People search api
Implementation Guide
Introduction
Searchbug® People Search API is a True People Search API that allows you to find contact information and background details for people in the US. Depending on your account type, search options and results might be limited. Only Verified Business Accounts with the Restricted Access Add-On can search by SSN and see SSN and Driver’s License info in the results.
Are you curious how to easily integrate Searchbug's True People Search API into your systems? This API Documentation is here to guide you! This guide includes:
Overview
Searchbug has deployed a True People Search API service as an XML/JSON over HTTPS Service. The client’s calling system communicates with Searchbug by sending inquiry data using URL over HTTPS protocol. Searchbug processes the data, and then the Searchbug API service transforms the data into XML or JSON format and returns the data to the client’s calling system.
Results Typically Include
Please note that not all information is available for all records:
- Names, aka aliases
- Current and previous addresses
- Phone numbers and their types (wireless or landline)
- Email addresses
- Date of birth, date of death if deceased,
- Relative names and DOB
- SSN, SSN issue date and state (Restricted Access)
- Driver’s License details (Restricted Access)
- If person has personal bankruptcies, liens and judgements
Disallowed Searches
Please note that searching for celebrities, politicians, and famous people in general is strictly prohibited and a direct violation of our Terms of Service.
Account Setup & Fees
Please make sure your account is set up correctly before you start using the API. Sign Up
- Searchbug account with a prepaid payment plan is required.
- To select a prepaid plan, navigate to "Your Account" page and under the "Billing Details" section select "Switch Plan" to select the amount of funds you would like to add to your account balance.
- If you signed up using Google, Facebook, or LinkedIn, please be sure to set a password on your Searchbug account prior to using the API.
- Each time you run a query; the search fee is deducted from your prepaid account balance.
- Your Prepaid (PPD) balance is automatically checked at 2am Pacific Time each day and replenished when your funds run low. If your prepaid balance drops below 20% of your selected amount (e.g. below $200 for $1000 PPD plan) your billing method will be charged your PPD amount (e.g. $1000) to replenish your balance. If your selected payment method is ACH, the system triggers a replenishment at 30% since ACH settlements take longer than other payment types.
- To have full access to all information available and being able to search by SSN, a Verified Business Account with the Restricted Access Add-On is required. Please visit the link for more information or to apply.
- For current pricing, please check our API Pricing page.
Sending Request
Supported search input options
- First and Last Name (middle name is optional) + DOB
- First and Last Name (middle name and DOB are optional) + Address, City, State (zip is optional)
- First and Last Name (middle name and DOB are optional) + City, State (zip is optional)
- First and Last Name (middle name and DOB are optional) + State (zip is optional)
- Address, City, State (zip is optional)
Phone Number
Email Address
Report Token
Driver’s License Number (Restricted Access)
SSN (Restricted Access)
Last 4 of SSN + First and Last Name (all 3 are required) (Restricted Access)
<AccountID> |
(CO_CODE) will be provided to you when you create a Searchbug account. If you already have an account, you can find your ID on "Your Account" page after you login to Searchbug. |
---|---|
<Password> | (PASS) will be selected by you during account registration. You can change your password at any time. It is
the same password you use to login to the Searchbug website. Please make sure that your password does not
contain @, #, ?, & or = characters that may affect reading the URL. If you have multiple users on your account,
you can use the password of any user in your query.
Alternatively, you can generate an API Key on Your Account page on Searchbug. You can either use the account password or API Key in the PASS variable. |
<TYPE> | Use api_ppl for People Search. |
<FNAME> | First name |
<MNAME> | Middle initial or name |
<LNAME> | Last name |
<ADDRESS> | Street Address in postal format (e.g. “200 E 69TH ST Apt 27A” or “5 TUDOR CITY PL”). You can include apartment or unit number with the address. |
<CITY> | City of the residence |
<STATE> | State of the residence |
<ZIP> | Zip Code of the residence |
<DOB> | Date of Birth in MM/DD/YYYY format, for example 12/31/1999 (optional) |
<PhoneNumber> | 10-digit phone number in any format (e.g. “212-555-7777” or “222555777” or “(212) 555-7777”
Note: If phone number is supplied, all other input parameters are ignored, and reverse phone search is performed. |
<EMAIL> |
Email Address (e.g. user@domain.com)
Note 1: It’s recommended not to provide any other search criteria when searching by email. Note 2: Not all records have email data. Reverse email searches may not always return the results. |
<DriverLicenseNumber> | (DLNUMBER) Driver license number. Dot to provide any other search criteria when searching by DL number (Restricted Access) |
<SSN> |
9-digit Social Security Number in any format (e.g. “123-45-6789” or “123456789”). For partial SSN searches,
supply 4 last digits. First and Last Name are required for partial SSN searches. (Restricted Access)
Note 1: If SSN is supplied, all other input parameters are ignored, and reverse SSN search is performed. Note 2: Verified Business Account with the Restricted Access Add-On is required to search by SSN |
<FORMAT> | To specify JSON output format: &FORMAT=JSON (optional). XML results is the default, you can skip this variable to get XML |
<reportToken> | You can search for relatives or people by providing value of relativeReportToken or reportToken from the previous search results. Do not include any other search criteria when searching by Report Token. |
<LIMIT> | Limits the number of data to be searched. (Default of 25, Maximum of 250). Optional. |
<REFERENCE> | is an optional field. Free text (100 char max). Used for API usage tracking per application or customer |
Examples of the request URL (one line, no breaks):
Receiving Results
Following data (nodes) are only available for accounts with the Restricted Access Add-On: SSNs, otherssns, IndividualsSharingSSN, sharingSSNs, driversLicenses, employers, occupation, employment History
People Search API results (XML example)
<response>
<reportToken>rgMiWvxn2gUF.TwQHqA==</reportToken>
<names>
<name>
<title />
<firstName>DAVID</firstName>
<middleName>WESLEY</middleName>
<lastName>BAKER</lastName>
<nameSuffix />
<professionalSuffix />
<firstDate>
<day>25</day>
<month>12</month>
<year>1989</year>
</firstDate>
<lastDate>
<day>02</day>
<month>04</month>
<year>2024</year>
</lastDate>
</name>
<name>
<title />
<firstName>DAVID</firstName>
<middleName>W</middleName>
<lastName>BAKER</lastName>
<nameSuffix />
<professionalSuffix />
<firstDate>
<day>14</day>
<month>08</month>
<year>1992</year>
</firstDate>
<lastDate>
<day>02</day>
<month>04</month>
<year>2024</year>
</lastDate>
</name>
</names>
<SSNs>
<SSNRecord>
<SSN>555482938</SSN>
<state>ILLINOIS</state>
<years>1998-1999</years>
</SSNRecord>
</SSNs>
<DOBs>
<DOB>
<day>09</day>
<month>03</month>
<year>1955</year>
<firstDate />
<lastDate />
<age />
</DOB>
<DOB>
<day>00</day>
<month>03</month>
<year>1955</year>
<firstDate />
<lastDate />
<age />
</DOB>
</DOBs>
<DODs />
<addresses>
<address>
<line1>731 LAKE AVE</line1>
<line2 />
<line3 />
<houseNumber>731</houseNumber>
<preDirection />
<streetName>LAKE</streetName>
<streetSuffix>AVE</streetSuffix>
<postDirection />
<unit />
<city>GALESBURG</city>
<county>KNOX</county>
<state>IL</state>
<zip>91401</zip>
<zip4>5553</zip4>
<latitude />
<longitude />
<buildingName />
<subdivisionName>HYDE PARK</subdivisionName>
<description />
<countryName />
<distance />
<firstDate>
<day>17</day>
<month>04</month>
<year>2019</year>
</firstDate>
<lastDate>
<day>09</day>
<month>09</month>
<year>2024</year>
</lastDate>
<phones>
<phone>
<phoneNumber>5553374440</phoneNumber>
<listingName>BAKER, DAVID</listingName>
<listingType>Unknown</listingType>
<phoneType>LandLine</phoneType>
<carrier>AMERITECH MICHIGAN (AT&T MICHIGAN)</carrier>
<carrierType>LANDLINE</carrierType>
<city>LANSING</city>
<state>MI</state>
<county>INGHAM</county>
<timeZone>ET</timeZone>
<possibleSubjectPhone>Yes</possibleSubjectPhone>
<score />
<firstDate>
<day>29</day>
<month>07</month>
<year>2019</year>
</firstDate>
<lastDate>
<day>02</day>
<month>05</month>
<year>2024</year>
</lastDate>
</phone>
<phone>
<phoneNumber>5555809475</phoneNumber>
<listingName>BAUCHMAN, KYLEE</listingName>
<listingType>Unknown</listingType>
<phoneType>Mobile</phoneType>
<carrier>SPRINT SPECTRUM LP</carrier>
<carrierType>WIRELESS</carrierType>
<city>COLLINSVILLE</city>
<state>IL</state>
<county>MADISON</county>
<timeZone>CT</timeZone>
<possibleSubjectPhone />
<score />
<firstDate>
<day>15</day>
<month>01</month>
<year>2019</year>
</firstDate>
<lastDate>
<day>02</day>
<month>05</month>
<year>2024</year>
</lastDate>
</phone>
</phones>
</address>
<address>
<line1>739 CROCKER PARK BLVD</line1>
<line2 />
<line3 />
<houseNumber>739</houseNumber>
<preDirection />
<streetName>CROCKER PARK</streetName>
<streetSuffix>BLVD</streetSuffix>
<postDirection />
<unit />
<city>WESTLAKE</city>
<county>CUYAHOGA</county>
<state>OH</state>
<zip>44145</zip>
<zip4>9989</zip4>
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate>
<day>01</day>
<month>09</month>
<year>2008</year>
</firstDate>
<lastDate>
<day>02</day>
<month>04</month>
<year>2024</year>
</lastDate>
<phones />
</address>
<address>
<line1>323 DALY AVE</line1>
<line2 />
<line3 />
<houseNumber>323</houseNumber>
<preDirection />
<streetName>DALY</streetName>
<streetSuffix>AVE</streetSuffix>
<postDirection />
<unit />
<city>MISSOULA</city>
<county>MISSOULA</county>
<state>MT</state>
<zip>59801</zip>
<zip4>4455</zip4>
<latitude />
<longitude />
<buildingName />
<subdivisionName>HAMMOND</subdivisionName>
<description>12 apartments</description>
<countryName />
<distance />
<firstDate>
<day>01</day>
<month>03</month>
<year>2012</year>
</firstDate>
<lastDate>
<day />
<month>09</month>
<year>2022</year>
</lastDate>
<phones />
</address>
<address>
<line1>323 DALY AVE APT 11</line1>
<line2 />
<line3 />
<houseNumber>323</houseNumber>
<preDirection />
<streetName>DALY</streetName>
<streetSuffix>AVE</streetSuffix>
<postDirection />
<unit>11</unit>
<city>MISSOULA</city>
<county>MISSOULA</county>
<state>MT</state>
<zip>59801</zip>
<zip4>4455</zip4>
<latitude />
<longitude />
<buildingName />
<subdivisionName>HAMMOND</subdivisionName>
<description>12 apartments</description>
<countryName />
<distance />
<firstDate>
<day>01</day>
<month>04</month>
<year>2012</year>
</firstDate>
<lastDate>
<day>23</day>
<month>04</month>
<year>2012</year>
</lastDate>
<phones />
</address>
</addresses>
<phones>
<phone>
<phoneNumber>5553374440</phoneNumber>
<listingName>BAKER, DAVID</listingName>
<listingType>Unknown</listingType>
<phoneType>LandLine</phoneType>
<carrier>AMERITECH MICHIGAN (AT&T MICHIGAN)</carrier>
<carrierType>LANDLINE</carrierType>
<city>LANSING</city>
<state>MI</state>
<county>INGHAM</county>
<timeZone>ET</timeZone>
<possibleSubjectPhone />
<score>89</score>
<firstDate>
<day>29</day>
<month>07</month>
<year>2019</year>
</firstDate>
<lastDate>
<day>02</day>
<month>05</month>
<year>2024</year>
</lastDate>
</phone>
<phone>
<phoneNumber>3093512009</phoneNumber>
<listingName>DAVID BAKER</listingName>
<listingType>Unknown</listingType>
<phoneType>Mobile</phoneType>
<carrier>CELLCO PARTNERSHIP DBA VERIZON WIRELESS - IL (VERIZON WIRELESS)</carrier>
<carrierType>WIRELESS</carrierType>
<city>GALESBURG</city>
<state>IL</state>
<county>KNOX</county>
<timeZone>CT</timeZone>
<possibleSubjectPhone />
<score>99</score>
<firstDate>
<day>29</day>
<month>03</month>
<year>2019</year>
</firstDate>
<lastDate>
<day>02</day>
<month>05</month>
<year>2024</year>
</lastDate>
</phone>
<phone>
<phoneNumber>4095437257</phoneNumber>
<listingName>DAVID BAKER</listingName>
<listingType>Unknown</listingType>
<phoneType>LandLine</phoneType>
<carrier>BLACKFOOT COMMUNICATIONS INC - MT</carrier>
<carrierType>LANDLINE</carrierType>
<city>MISSOULA</city>
<state>MT</state>
<county>MISSOULA</county>
<timeZone>MT</timeZone>
<possibleSubjectPhone />
<score>99</score>
<firstDate>
<day>19</day>
<month>09</month>
<year>2014</year>
</firstDate>
<lastDate>
<day>02</day>
<month>09</month>
<year>2022</year>
</lastDate>
</phone>
</phones>
<driversLicenses>
<driversLicense>
<name>
<title />
<firstName>DAVID</firstName>
<middleName>WESLEY</middleName>
<lastName>BAKER</lastName>
<nameSuffix />
<professionalSuffix />
<firstDate />
<lastDate />
</name>
<address>
<line1>5424 ST NICHOLAS AVE</line1>
<line2 />
<line3 />
<houseNumber>5424</houseNumber>
<preDirection />
<streetName>ST NICHOLAS</streetName>
<streetSuffix>AVE</streetSuffix>
<postDirection />
<unit />
<city>VERO BEACH</city>
<county>INDIAN RIVER</county>
<state>FL</state>
<zip>13932</zip>
<zip4>7555</zip4>
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate />
<lastDate />
<phones />
</address>
<dateReported />
<driversLicenseNumber>L513279550817</driversLicenseNumber>
<newDriversLicenseNumber />
<issuingState>FL</issuingState>
<issueDate>
<day>34</day>
<month>12</month>
<year>2009</year>
</issueDate>
<licenseType>CLASS E</licenseType>
<motorcycleCode />
<restrictions />
<endorsements />
<outOfStateLicenseNumber>B5937324</outOfStateLicenseNumber>
<outOfStateIssuer>CA</outOfStateIssuer>
<DOB>
<day>09</day>
<month>03</month>
<year>1955</year>
<firstDate />
<lastDate />
<age />
</DOB>
<originalIssueDate>
<day>29</day>
<month>12</month>
<year>1989</year>
</originalIssueDate>
<expirationDate>
<day>09</day>
<month>03</month>
<year>2013</year>
</expirationDate>
<gender>M</gender>
<race>W</race>
<currentAge>99</currentAge>
<ageAtDeath />
<height>74</height>
<weight />
<originalHeight>902</originalHeight>
<attentionFlag>ORGAN DONOR</attentionFlag>
<privacyFlag>T</privacyFlag>
</driversLicense>
<driversLicense>
<name>
<title />
<firstName>DAVID</firstName>
<middleName>WESLEY</middleName>
<lastName>BAKER</lastName>
<nameSuffix />
<professionalSuffix />
<firstDate />
<lastDate />
</name>
<address>
<line1>1129 SILVER COIN WAY</line1>
<line2 />
<line3 />
<houseNumber>1129</houseNumber>
<preDirection />
<streetName>SILVER COIN</streetName>
<streetSuffix>WAY</streetSuffix>
<postDirection />
<unit />
<city>VERO BEACH</city>
<county>INDIAN RIVER</county>
<state>FL</state>
<zip>13993</zip>
<zip4>2723</zip4>
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate />
<lastDate />
<phones />
</address>
<dateReported />
<driversLicenseNumber>L513279550817</driversLicenseNumber>
<newDriversLicenseNumber />
<issuingState>FL</issuingState>
<issueDate>
<day>29</day>
<month>12</month>
<year>1989</year>
</issueDate>
<licenseType />
<motorcycleCode />
<restrictions />
<endorsements />
<outOfStateLicenseNumber />
<outOfStateIssuer />
<DOB>
<day>09</day>
<month>03</month>
<year>1955</year>
<firstDate />
<lastDate />
<age />
</DOB>
<originalIssueDate />
<expirationDate />
<gender>M</gender>
<race>W</race>
<currentAge>99</currentAge>
<ageAtDeath />
<height />
<weight />
<originalHeight />
<attentionFlag />
<privacyFlag />
</driversLicense>
</driversLicenses>
<relatives>
<relative>
<reportToken>3h8mXfweuwVn.a714XQ==</reportToken>
<relationshipType />
<names>
<name>
<title />
<firstName>JOHN</firstName>
<middleName>L</middleName>
<lastName>BAKER</lastName>
<nameSuffix />
<professionalSuffix />
<firstDate>
<day>19</day>
<month>01</month>
<year>1286</year>
</firstDate>
<lastDate>
<day>02</day>
<month>04</month>
<year>2024</year>
</lastDate>
</name>
<name>
<title />
<firstName>JOHN</firstName>
<middleName>L</middleName>
<lastName>LEMERLY</lastName>
<nameSuffix />
<professionalSuffix />
<firstDate>
<day>13</day>
<month>02</month>
<year>1990</year>
</firstDate>
<lastDate>
<day>09</day>
<month>11</month>
<year>2015</year>
</lastDate>
</name>
</names>
<SSNs>
<SSNRecord>
<SSN>03207xxxx</SSN>
<state>NEW YORK</state>
<years>1934-1951</years>
</SSNRecord>
</SSNs>
<DOBs>
<DOB>
<day />
<month />
<year>1914</year>
<firstDate />
<lastDate />
<age>109</age>
</DOB>
</DOBs>
<DODs>
<deceasedRecord>
<name />
<DOD>
<day>10</day>
<month>08</month>
<year>2005</year>
</DOD>
<DOB>
<day>02</day>
<month>09</month>
<year>1914</year>
<firstDate />
<lastDate />
<age />
</DOB>
<ageAtDeath>90</ageAtDeath>
<SSNRecord />
<doesNotBelongToSubject />
<gender />
<verifyProof />
</deceasedRecord>
</DODs>
<addresses>
<address>
<line1>1129 SILVER COIN WAY</line1>
<line2 />
<line3 />
<houseNumber>1129</houseNumber>
<preDirection />
<streetName>SILVER COIN</streetName>
<streetSuffix>WAY</streetSuffix>
<postDirection />
<unit />
<city>VERO BEACH</city>
<county>INDIAN RIVER</county>
<state>FL</state>
<zip>13993</zip>
<zip4>2723</zip4>
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate>
<day>13</day>
<month>02</month>
<year>1990</year>
</firstDate>
<lastDate>
<day>09</day>
<month>09</month>
<year>2024</year>
</lastDate>
<phones>
<phone>
<phoneNumber>5553142928</phoneNumber>
<listingName>FIELD, JAMES</listingName>
<listingType>Unknown</listingType>
<phoneType>LandLine</phoneType>
<carrier>VERIZON VIRGINIA INC</carrier>
<carrierType>LANDLINE</carrierType>
<city>WASHINGTON ZONE 8</city>
<state>VA</state>
<county>ARLINGTON</county>
<timeZone>ET</timeZone>
<possibleSubjectPhone />
<score>100</score>
<firstDate>
<day>02</day>
<month>05</month>
<year>2024</year>
</firstDate>
<lastDate>
<day>02</day>
<month>05</month>
<year>2024</year>
</lastDate>
</phone>
<phone>
<phoneNumber>5556193913</phoneNumber>
<listingName>FIELD, ANDREW</listingName>
<listingType>Unknown</listingType>
<phoneType>Mobile</phoneType>
<carrier>CELLCO PARTNERSHIP DBA VERIZON WIRELESS - VA (VERIZON WIRELESS)</carrier>
<carrierType>WIRELESS</carrierType>
<city>WASHINGTON ZONE 8</city>
<state>VA</state>
<county>ARLINGTON</county>
<timeZone>ET</timeZone>
<possibleSubjectPhone />
<score>100</score>
<firstDate>
<day>02</day>
<month>05</month>
<year>2024</year>
</firstDate>
<lastDate>
<day>02</day>
<month>05</month>
<year>2024</year>
</lastDate>
</phone>
<phone>
<phoneNumber>5555554239</phoneNumber>
<listingName>FIELD, DIANE</listingName>
<listingType>Unknown</listingType>
<phoneType>Mobile</phoneType>
<carrier>CELLCO PARTNERSHIP DBA VERIZON WIRELESS - VA (VERIZON WIRELESS)</carrier>
<carrierType>WIRELESS</carrierType>
<city>WASHINGTON ZONE 8</city>
<state>VA</state>
<county>ARLINGTON</county>
<timeZone>ET</timeZone>
<possibleSubjectPhone />
<score>90</score>
<firstDate>
<day>02</day>
<month>05</month>
<year>2024</year>
</firstDate>
<lastDate>
<day>02</day>
<month>05</month>
<year>2024</year>
</lastDate>
</phone>
</phones>
</address>
<address>
<line1>34 E INDIA ROW APT 20E</line1>
<line2 />
<line3 />
<houseNumber>34</houseNumber>
<preDirection>E</preDirection>
<streetName>INDIA</streetName>
<streetSuffix>ROW</streetSuffix>
<postDirection />
<unit>20E</unit>
<city>BOSTON</city>
<county>SUFFOLK</county>
<state>MA</state>
<zip>06190</zip>
<zip4>3348</zip4>
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description>1 office, 289 apartments, 9 penthouses</description>
<countryName />
<distance />
<firstDate>
<day>08</day>
<month>11</month>
<year>2014</year>
</firstDate>
<lastDate>
<day>08</day>
<month>11</month>
<year>2014</year>
</lastDate>
<phones />
</address>
<address>
<line1>5424 ST NICHOLAS AVE</line1>
<line2 />
<line3 />
<houseNumber>5424</houseNumber>
<preDirection />
<streetName>ST NICHOLAS</streetName>
<streetSuffix>AVE</streetSuffix>
<postDirection />
<unit />
<city>VERO BEACH</city>
<county>INDIAN RIVER</county>
<state>FL</state>
<zip>13932</zip>
<zip4>7555</zip4>
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate>
<day>01</day>
<month>03</month>
<year>2007</year>
</firstDate>
<lastDate>
<day>19</day>
<month>09</month>
<year>2014</year>
</lastDate>
<phones />
</address>
</addresses>
<emails>
<email>bbaker@domain1.com</email>
<email>eve93xwlewitt@domain2.com</email>
<email>booknerd919@domain13.com</email>
</emails>
</relative>
<relative>
<reportToken>vnw9WvxozQIf.JMStzA==</reportToken>
<relationshipType />
<names>
<name>
<title />
<firstName>BERTHA</firstName>
<middleName>M</middleName>
<lastName>BAKER</lastName>
<nameSuffix />
<professionalSuffix />
<firstDate>
<day>01</day>
<month>10</month>
<year>1988</year>
</firstDate>
<lastDate>
<day>02</day>
<month>04</month>
<year>2024</year>
</lastDate>
</name>
<name>
<title />
<firstName>BERTHA</firstName>
<middleName />
<lastName>BAKER</lastName>
<nameSuffix />
<professionalSuffix />
<firstDate>
<day>02</day>
<month>02</month>
<year>2015</year>
</firstDate>
<lastDate>
<day>02</day>
<month>02</month>
<year>2015</year>
</lastDate>
</name>
</names>
<SSNs>
<SSNRecord>
<SSN>33428xxxx</SSN>
<state>ILLINOIS</state>
<years>1951-1952</years>
</SSNRecord>
</SSNs>
<DOBs>
<DOB>
<day>01</day>
<month>11</month>
<year>1920</year>
<firstDate />
<lastDate />
<age>103</age>
</DOB>
</DOBs>
<DODs>
<deceasedRecord>
<name />
<DOD>
<day>01</day>
<month>07</month>
<year>2014</year>
</DOD>
<DOB>
<day>01</day>
<month>11</month>
<year>1920</year>
<firstDate />
<lastDate />
<age />
</DOB>
<ageAtDeath>93</ageAtDeath>
<SSNRecord />
<doesNotBelongToSubject />
<gender />
<verifyProof />
</deceasedRecord>
</DODs>
<addresses>
<address>
<line1>5424 ST NICHOLAS AVE</line1>
<line2 />
<line3 />
<houseNumber>5424</houseNumber>
<preDirection />
<streetName>ST NICHOLAS</streetName>
<streetSuffix>AVE</streetSuffix>
<postDirection />
<unit />
<city>VERO BEACH</city>
<county>INDIAN RIVER</county>
<state>FL</state>
<zip>13932</zip>
<zip4>7555</zip4>
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate>
<day />
<month>10</month>
<year>1989</year>
</firstDate>
<lastDate>
<day>09</day>
<month>09</month>
<year>2024</year>
</lastDate>
<phones />
</address>
<address>
<line1>1129 SILVER COIN WAY</line1>
<line2 />
<line3 />
<houseNumber>1129</houseNumber>
<preDirection />
<streetName>SILVER COIN</streetName>
<streetSuffix>WAY</streetSuffix>
<postDirection />
<unit />
<city>VERO BEACH</city>
<county>INDIAN RIVER</county>
<state>FL</state>
<zip>13993</zip>
<zip4>2723</zip4>
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate>
<day>30</day>
<month>09</month>
<year>1990</year>
</firstDate>
<lastDate>
<day>13</day>
<month>07</month>
<year>2018</year>
</lastDate>
<phones />
</address>
</addresses>
<emails>
<email>bbaker@domain3.com</email>
<email>bbaker@domain1.com</email>
<email>bbaker@domain4.com</email>
</emails>
</relative>
<relative>
<reportToken>3w07UPxhuAVm.TtTE1A==</reportToken>
<relationshipType />
<names>
<name>
<title />
<firstName>HELENA</firstName>
<middleName>M</middleName>
<lastName>GREEN</lastName>
<nameSuffix />
<professionalSuffix />
<firstDate>
<day>14</day>
<month>01</month>
<year>1990</year>
</firstDate>
<lastDate>
<day>02</day>
<month>04</month>
<year>2024</year>
</lastDate>
</name>
<name>
<title />
<firstName>HELENA</firstName>
<middleName>MAE</middleName>
<lastName>BAKER</lastName>
<nameSuffix />
<professionalSuffix />
<firstDate>
<day>01</day>
<month>05</month>
<year>2005</year>
</firstDate>
<lastDate>
<day>01</day>
<month>03</month>
<year>2022</year>
</lastDate>
</name>
<name>
<title />
<firstName>HELENA</firstName>
<middleName>MAE</middleName>
<lastName>BAKER-GREEN</lastName>
<nameSuffix />
<professionalSuffix />
<firstDate>
<day>01</day>
<month>04</month>
<year>1932</year>
</firstDate>
<lastDate>
<day>14</day>
<month>12</month>
<year>2020</year>
</lastDate>
</name>
</names>
<SSNs>
<SSNRecord>
<SSN>13848xxxx</SSN>
<state>ILLINOIS</state>
<years>1998-1999</years>
</SSNRecord>
</SSNs>
<DOBs>
<DOB>
<day />
<month />
<year>1999</year>
<firstDate />
<lastDate />
<age>54</age>
</DOB>
</DOBs>
<DODs />
<addresses>
<address>
<line1>9 RYDER HOLLOW RD</line1>
<line2 />
<line3 />
<houseNumber>9</houseNumber>
<preDirection />
<streetName>RYDER HOLLOW</streetName>
<streetSuffix>RD</streetSuffix>
<postDirection />
<unit />
<city>TRURO</city>
<county>BARNSTABLE</county>
<state>MA</state>
<zip>02999</zip>
<zip4 />
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate>
<day>30</day>
<month>08</month>
<year>2014</year>
</firstDate>
<lastDate>
<day>09</day>
<month>09</month>
<year>2024</year>
</lastDate>
<phones />
</address>
<address>
<line1>PO BOX 7546</line1>
<line2 />
<line3 />
<houseNumber>7546</houseNumber>
<preDirection />
<streetName>PO Box</streetName>
<streetSuffix />
<postDirection />
<unit />
<city>TRURO</city>
<county>BARNSTABLE</county>
<state>MA</state>
<zip>02999</zip>
<zip4>7546</zip4>
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate>
<day>07</day>
<month>09</month>
<year>2011</year>
</firstDate>
<lastDate>
<day>02</day>
<month>04</month>
<year>2024</year>
</lastDate>
<phones />
</address>
</addresses>
<emails>
<email>helenaboss@domain1.com</email>
<email>helena.bakergreen@domain10.com</email>
<email>hbakergreen@domain11.com</email>
<email>bebafranco881@domain9.com</email>
</emails>
</relative>
</relatives>
<IndividualsSharingSSN>
<IndividualSharingSSN>
<name>
<title />
<firstName>JESS</firstName>
<middleName />
<lastName>BAKER</lastName>
<nameSuffix />
<professionalSuffix />
<firstDate>
<day>01</day>
<month>03</month>
<year>2008</year>
</firstDate>
<lastDate>
<day>02</day>
<month>04</month>
<year>2024</year>
</lastDate>
</name>
<SSNRecord>
<SSN>555482938</SSN>
<state>OKLAHOMA</state>
<years>1989-1987</years>
</SSNRecord>
<DOB>
<day>04</day>
<month>08</month>
<year>1329</year>
<firstDate />
<lastDate />
<age />
</DOB>
<reportToken>uwFdW/xhuQ5h.ItsH4A==</reportToken>
</IndividualSharingSSN>
</IndividualsSharingSSN>
<businessAssociations>
<business>
<businessNames>
<businessName>
<name>BROOKS ADVISORS INC</name>
<type>Primary</type>
</businessName>
<businessName>
<name>BROOKS ADVISORS, INC.</name>
<type>Primary</type>
</businessName>
</businessNames>
<businessIds />
<addresses>
<businessAddress>
<line1>1230 OCEAN AVE</line1>
<line2 />
<line3 />
<houseNumber>1230</houseNumber>
<preDirection />
<streetName>OCEAN</streetName>
<streetSuffix>AVE</streetSuffix>
<postDirection />
<unit />
<city>FLOSSMOOR</city>
<county />
<state>IL</state>
<zip>90422</zip>
<zip4>1923</zip4>
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate>
<day>05</day>
<month>01</month>
<year>1999</year>
</firstDate>
<lastDate>
<day>12</day>
<month>08</month>
<year>2023</year>
</lastDate>
<phones />
<otherBusinessesAtAddress />
<peopleAtAddress />
</businessAddress>
</addresses>
<businessContacts />
<businessPrincipals />
<childrenCompanies />
<registeredAgent />
<registrationDate />
<registrationAddress />
<phones />
<score />
<FEINumber />
<FEINumbers />
<incorporationState />
<corporationType />
<industry />
<subsidiaryCount />
<industries />
<domains />
<tickerSymbols />
<filingDate />
<recordDate />
<recordType />
<status />
<statusDescription />
<corporationNumber />
<businessToken>rmQ7Up8How5kh/c=.kG7XXw==</businessToken>
<DomesticWorldFlag>D</DomesticWorldFlag>
<globalBusinessToken />
<globalDomesticWorldFlag />
<parentBusinessToken />
<parentDomesticWorldFlag />
<HQBusinessToken />
<HQDomesticWorldFlag />
<tradeStyleBusinessToken />
<incorporationDate />
<deedCount />
<foreclosureCount />
<taxRollCount />
<vehicleCount />
<aircraftCount />
<judgmentDEBITorCount />
<judgmentDebtorCount />
<lienDebtorCount />
<lienHolderCount />
<bankruptcySubjectCount />
<bankruptcyDEBITorCount />
<principalCount />
<otherContactCount />
<possibleEmployeeCount />
<confirmedActive />
<DUNSNumber>109284019</DUNSNumber>
<DUNSNumbers />
<parentDUNSNumber />
<globalDUNSNumber />
<HQDUNSNumber />
<websites />
</business>
</businessAssociations>
<corporateFilings>
<corporation>
<businessName>FLYSUPPLY, INC.</businessName>
<businessNameType>Primary</businessNameType>
<businessState>CA</businessState>
<secStatus>Active</secStatus>
<secStateStatus>Undefined</secStateStatus>
<foreignRegion />
<country />
<filingNumber>1332098</filingNumber>
<FEINumber />
<businessDUNSNumber>028934359</businessDUNSNumber>
<authCapitalTotalAmount />
<paidInCapitalAmount />
<franchiseTaxBalanceAmount />
<franchiseTaxPaidAmount />
<taxPercentFactor />
<taxPaidAmount />
<taxCapitalAmount />
<taxBalanceAmount />
<filingOfficeDUNSNumber>355538411</filingOfficeDUNSNumber>
<corportationType>Not Available</corportationType>
<registrationType>Domestic Corporation</registrationType>
<SIC>00000000</SIC>
<address>
<line1>3401 CONSTRUCTION DR STE E</line1>
<line2 />
<line3 />
<houseNumber>3401</houseNumber>
<preDirection />
<streetName>CONSTRUCTION</streetName>
<streetSuffix>DR</streetSuffix>
<postDirection />
<unit>E</unit>
<city>CARLSBAD</city>
<county>SAN DIEGO</county>
<state>CA</state>
<zip>92011</zip>
<zip4>1534</zip4>
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate />
<lastDate />
<phones />
</address>
<addressType>Business</addressType>
<taxAddress />
<filingOfficeAddress>
<line1>1500 11TH ST FL 3</line1>
<line2 />
<line3 />
<houseNumber>1500</houseNumber>
<preDirection />
<streetName>11TH</streetName>
<streetSuffix>ST</streetSuffix>
<postDirection />
<unit>3</unit>
<city>SACRAMENTO</city>
<county>SACRAMENTO</county>
<state>CA</state>
<zip>95814</zip>
<zip4>5701</zip4>
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate />
<lastDate />
<phones />
</filingOfficeAddress>
<verificationDate>
<day>01</day>
<month>09</month>
<year>2024</year>
</verificationDate>
<expirationDate />
<paidInCapitalDate />
<filingDate>
<day>23</day>
<month>12</month>
<year>2009</year>
</filingDate>
<incorporationDate>
<day>23</day>
<month>12</month>
<year>2009</year>
</incorporationDate>
<secStateStatusDate />
<firstDate>
<day>07</day>
<month>04</month>
<year>2023</year>
</firstDate>
<lastDate>
<day>12</day>
<month>09</month>
<year>2024</year>
</lastDate>
<RAAppointDate />
<fiscalYearEndDate />
<franchiseTaxBoardStatus>0</franchiseTaxBoardStatus>
<franchiseTaxBoardStatusDate />
<franchiseTaxPaidDate />
<totalCapitalAmount />
<receivedDate>
<day>04</day>
<month>09</month>
<year>2024</year>
</receivedDate>
<secStateAnnualReportDueDate />
<secStateReportFileDate />
<secStateAnnualReportMailDate />
<secStateAnnualReportDelinqDate />
<secStateLastAnnualReportDate />
<distributionControll />
<activeAgentFlat />
<minRequirementMetFlag />
<registrationTypeDescription />
<incorporationState>CA</incorporationState>
<incorporationForeignRegion />
<incorporationCountry />
<perpetualIndicator />
<miscDetails>BUSINESS TYPE: DATA VERIFICATION & HYGIENE</miscDetails>
<filingOfficeBusinessToken>rmRbQONpowUHh5U=.7DRo3A==</filingOfficeBusinessToken>
<filingOfficeName>BUSINESS PROGRAMS DIVISION</filingOfficeName>
<fileDate>
<day>13</day>
<month>09</month>
<year>2024</year>
</fileDate>
<amendments />
<corporateStockIssues />
<businessContacts>
<businessContact>
<name>
<title />
<firstName>DAVID</firstName>
<middleName />
<lastName>BAKER</lastName>
<nameSuffix />
<professionalSuffix />
<firstDate />
<lastDate />
</name>
<address>
<line1>27291 FLOWER DR</line1>
<line2 />
<line3 />
<houseNumber>27291</houseNumber>
<preDirection />
<streetName>FLOWER</streetName>
<streetSuffix>DR</streetSuffix>
<postDirection />
<unit />
<city>LAKE FOREST</city>
<county>ORANGE</county>
<state>CA</state>
<zip>92325</zip>
<zip4>1873</zip4>
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate />
<lastDate />
<phones />
</address>
<title>Director</title>
<contactType />
<deceasedRecord />
<ageAtDeath />
<DOB />
<businessName />
<doesNotBelongToSubject />
<gender />
<verifyProof />
<criminalRecordsFound />
<bankruptciesFound />
<UCCFilingsFound />
<liensFound />
<judgmentsFound />
<numberOfBusinessAssociations />
<numberOfCorporateAssociations />
<individualSearchedFor />
<watchListRecords />
<businessAssociations />
<relativesBusinessAssociations />
<tooManyWatchListRecordsFound />
<numberOfWatchListRecords />
<isSexOffender />
<hasCriminalRecords />
<hasArrestRecords />
<hasWarrantRecords />
<numberOfProfessionalAssociations />
<numberOfProfessionalLicenses />
<numberOfBankruptcies />
<numberOfJudgments />
<numberOfLiens />
<numberOfEvictions />
<numberOfForeclosures />
<numberOfCorporateFilings />
<numberOfUCCFilings />
<firstDate />
<lastDate />
<reportToken>u30gJ/wIwAUS.NyFM/g==</reportToken>
</businessContact>
<businessContact>
<name>
<title />
<firstName>DAVID</firstName>
<middleName />
<lastName>BAKER</lastName>
<nameSuffix />
<professionalSuffix />
<firstDate />
<lastDate />
</name>
<address>
<line1>27291 CALLE DE LA ROSA</line1>
<line2 />
<line3 />
<houseNumber>27291</houseNumber>
<preDirection />
<streetName>CALLE DE LA ROSA</streetName>
<streetSuffix />
<postDirection />
<unit />
<city>LAKE FOREST</city>
<county>ORANGE</county>
<state>CA</state>
<zip>92325</zip>
<zip4>1873</zip4>
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate />
<lastDate />
<phones />
</address>
<title>Secretary</title>
<contactType />
<deceasedRecord />
<ageAtDeath />
<DOB />
<businessName />
<doesNotBelongToSubject />
<gender />
<verifyProof />
<criminalRecordsFound />
<bankruptciesFound />
<UCCFilingsFound />
<liensFound />
<judgmentsFound />
<numberOfBusinessAssociations />
<numberOfCorporateAssociations />
<individualSearchedFor />
<watchListRecords />
<businessAssociations />
<relativesBusinessAssociations />
<tooManyWatchListRecordsFound />
<numberOfWatchListRecords />
<isSexOffender />
<hasCriminalRecords />
<hasArrestRecords />
<hasWarrantRecords />
<numberOfProfessionalAssociations />
<numberOfProfessionalLicenses />
<numberOfBankruptcies />
<numberOfJudgments />
<numberOfLiens />
<numberOfEvictions />
<numberOfForeclosures />
<numberOfCorporateFilings />
<numberOfUCCFilings />
<firstDate />
<lastDate />
<reportToken>u30gJ/wIwAUS.NyFM/g==</reportToken>
</businessContact>
<businessContact>
<name>
<title />
<firstName>LAWENCE</firstName>
<middleName />
<lastName>SLADE</lastName>
<nameSuffix />
<professionalSuffix />
<firstDate />
<lastDate />
</name>
<address>
<line1>12934 KILLION ST</line1>
<line2 />
<line3 />
<houseNumber>12934</houseNumber>
<preDirection />
<streetName>KILLION</streetName>
<streetSuffix>ST</streetSuffix>
<postDirection />
<unit />
<city>SHERMAN OAKS</city>
<county>LOS ANGELES</county>
<state>CA</state>
<zip>91401</zip>
<zip4>4555</zip4>
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate />
<lastDate />
<phones />
</address>
<title>Registered Agent</title>
<contactType />
<deceasedRecord />
<ageAtDeath />
<DOB />
<businessName />
<doesNotBelongToSubject />
<gender />
<verifyProof />
<criminalRecordsFound />
<bankruptciesFound />
<UCCFilingsFound />
<liensFound />
<judgmentsFound />
<numberOfBusinessAssociations />
<numberOfCorporateAssociations />
<individualSearchedFor />
<watchListRecords />
<businessAssociations />
<relativesBusinessAssociations />
<tooManyWatchListRecordsFound />
<numberOfWatchListRecords />
<isSexOffender />
<hasCriminalRecords />
<hasArrestRecords />
<hasWarrantRecords />
<numberOfProfessionalAssociations />
<numberOfProfessionalLicenses />
<numberOfBankruptcies />
<numberOfJudgments />
<numberOfLiens />
<numberOfEvictions />
<numberOfForeclosures />
<numberOfCorporateFilings />
<numberOfUCCFilings />
<firstDate />
<lastDate />
<reportToken />
</businessContact>
<businessContact>
<name>
<title />
<firstName>MICHAEL</firstName>
<middleName />
<lastName>DONALDSON</lastName>
<nameSuffix />
<professionalSuffix />
<firstDate />
<lastDate />
</name>
<address>
<line1>3401 CONSTRUCTION DR STE E</line1>
<line2 />
<line3 />
<houseNumber>3401</houseNumber>
<preDirection />
<streetName>CONSTRUCTION</streetName>
<streetSuffix>DR</streetSuffix>
<postDirection />
<unit>E</unit>
<city>CARLSBAD</city>
<county>SAN DIEGO</county>
<state>CA</state>
<zip>92011</zip>
<zip4>1534</zip4>
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate />
<lastDate />
<phones />
</address>
<title>Chief Executive Officer</title>
<contactType />
<deceasedRecord />
<ageAtDeath />
<DOB />
<businessName />
<doesNotBelongToSubject />
<gender />
<verifyProof />
<criminalRecordsFound />
<bankruptciesFound />
<UCCFilingsFound />
<liensFound />
<judgmentsFound />
<numberOfBusinessAssociations />
<numberOfCorporateAssociations />
<individualSearchedFor />
<watchListRecords />
<businessAssociations />
<relativesBusinessAssociations />
<tooManyWatchListRecordsFound />
<numberOfWatchListRecords />
<isSexOffender />
<hasCriminalRecords />
<hasArrestRecords />
<hasWarrantRecords />
<numberOfProfessionalAssociations />
<numberOfProfessionalLicenses />
<numberOfBankruptcies />
<numberOfJudgments />
<numberOfLiens />
<numberOfEvictions />
<numberOfForeclosures />
<numberOfCorporateFilings />
<numberOfUCCFilings />
<firstDate />
<lastDate />
<reportToken />
</businessContact>
<businessContact>
<name>
<title />
<firstName>MICHAEL</firstName>
<middleName />
<lastName>DONALDSON</lastName>
<nameSuffix />
<professionalSuffix />
<firstDate />
<lastDate />
</name>
<address>
<line1>3401 CONSTRUCTION DR STE D</line1>
<line2 />
<line3 />
<houseNumber>3401</houseNumber>
<preDirection />
<streetName>CONSTRUCTION</streetName>
<streetSuffix>DR</streetSuffix>
<postDirection />
<unit>D</unit>
<city>CARLSBAD</city>
<county>SAN DIEGO</county>
<state>CA</state>
<zip>92011</zip>
<zip4>1534</zip4>
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate />
<lastDate />
<phones />
</address>
<title>Chief Financial Officer</title>
<contactType />
<deceasedRecord />
<ageAtDeath />
<DOB />
<businessName />
<doesNotBelongToSubject />
<gender />
<verifyProof />
<criminalRecordsFound />
<bankruptciesFound />
<UCCFilingsFound />
<liensFound />
<judgmentsFound />
<numberOfBusinessAssociations />
<numberOfCorporateAssociations />
<individualSearchedFor />
<watchListRecords />
<businessAssociations />
<relativesBusinessAssociations />
<tooManyWatchListRecordsFound />
<numberOfWatchListRecords />
<isSexOffender />
<hasCriminalRecords />
<hasArrestRecords />
<hasWarrantRecords />
<numberOfProfessionalAssociations />
<numberOfProfessionalLicenses />
<numberOfBankruptcies />
<numberOfJudgments />
<numberOfLiens />
<numberOfEvictions />
<numberOfForeclosures />
<numberOfCorporateFilings />
<numberOfUCCFilings />
<firstDate />
<lastDate />
<reportToken />
</businessContact>
<businessContact>
<name>
<title />
<firstName>MICHAEL</firstName>
<middleName />
<lastName>DONALDSON</lastName>
<nameSuffix />
<professionalSuffix />
<firstDate />
<lastDate />
</name>
<address>
<line1>3401 CONSTRUCTION DR STE E</line1>
<line2 />
<line3 />
<houseNumber>3401</houseNumber>
<preDirection />
<streetName>CONSTRUCTION</streetName>
<streetSuffix>DR</streetSuffix>
<postDirection />
<unit>E</unit>
<city>CARLSBAD</city>
<county>SAN DIEGO</county>
<state>CA</state>
<zip>92011</zip>
<zip4>1534</zip4>
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate />
<lastDate />
<phones />
</address>
<title>Director</title>
<contactType />
<deceasedRecord />
<ageAtDeath />
<DOB />
<businessName />
<doesNotBelongToSubject />
<gender />
<verifyProof />
<criminalRecordsFound />
<bankruptciesFound />
<UCCFilingsFound />
<liensFound />
<judgmentsFound />
<numberOfBusinessAssociations />
<numberOfCorporateAssociations />
<individualSearchedFor />
<watchListRecords />
<businessAssociations />
<relativesBusinessAssociations />
<tooManyWatchListRecordsFound />
<numberOfWatchListRecords />
<isSexOffender />
<hasCriminalRecords />
<hasArrestRecords />
<hasWarrantRecords />
<numberOfProfessionalAssociations />
<numberOfProfessionalLicenses />
<numberOfBankruptcies />
<numberOfJudgments />
<numberOfLiens />
<numberOfEvictions />
<numberOfForeclosures />
<numberOfCorporateFilings />
<numberOfUCCFilings />
<firstDate />
<lastDate />
<reportToken />
</businessContact>
</businessContacts>
<businessNames>
<businessName>FLYSUPPLY, INC.</businessName>
</businessNames>
</corporation>
<corporation>
<businessName>FLYSUPPLY.COM, LLC</businessName>
<businessNameType>Primary</businessNameType>
<businessState>CA</businessState>
<secStatus>CA33</secStatus>
<secStateStatus>Undefined</secStateStatus>
<foreignRegion />
<country />
<filingNumber>200409310372</filingNumber>
<FEINumber />
<businessDUNSNumber>095201619</businessDUNSNumber>
<authCapitalTotalAmount />
<paidInCapitalAmount />
<franchiseTaxBalanceAmount />
<franchiseTaxPaidAmount />
<taxPercentFactor />
<taxPaidAmount />
<taxCapitalAmount />
<taxBalanceAmount />
<filingOfficeDUNSNumber>355538411</filingOfficeDUNSNumber>
<corportationType>Corporation</corportationType>
<registrationType>Domestic Limited Liability Company</registrationType>
<SIC>00000000</SIC>
<address>
<line1>32 GLENDALE</line1>
<line2 />
<line3 />
<houseNumber>32</houseNumber>
<preDirection />
<streetName>GLENDALE</streetName>
<streetSuffix />
<postDirection />
<unit />
<city>IRVINE</city>
<county>ORANGE</county>
<state>CA</state>
<zip>92903</zip>
<zip4>0958</zip4>
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate />
<lastDate />
<phones />
</address>
<addressType>Business</addressType>
<taxAddress />
<filingOfficeAddress>
<line1>1500 11TH ST FL 3</line1>
<line2 />
<line3 />
<houseNumber>1500</houseNumber>
<preDirection />
<streetName>11TH</streetName>
<streetSuffix>ST</streetSuffix>
<postDirection />
<unit>3</unit>
<city>SACRAMENTO</city>
<county>SACRAMENTO</county>
<state>CA</state>
<zip>95814</zip>
<zip4>5701</zip4>
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate />
<lastDate />
<phones />
</filingOfficeAddress>
<verificationDate>
<day>01</day>
<month>03</month>
<year>2023</year>
</verificationDate>
<expirationDate />
<paidInCapitalDate />
<filingDate>
<day>24</day>
<month>03</month>
<year>2004</year>
</filingDate>
<incorporationDate />
<secStateStatusDate>
<day>27</day>
<month>09</month>
<year>2011</year>
</secStateStatusDate>
<firstDate>
<day>08</day>
<month>04</month>
<year>2004</year>
</firstDate>
<lastDate>
<day>01</day>
<month>04</month>
<year>2023</year>
</lastDate>
<RAAppointDate />
<fiscalYearEndDate />
<franchiseTaxBoardStatus>0</franchiseTaxBoardStatus>
<franchiseTaxBoardStatusDate />
<franchiseTaxPaidDate />
<totalCapitalAmount />
<receivedDate>
<day>07</day>
<month>03</month>
<year>2023</year>
</receivedDate>
<secStateAnnualReportDueDate />
<secStateReportFileDate />
<secStateAnnualReportMailDate />
<secStateAnnualReportDelinqDate />
<secStateLastAnnualReportDate />
<distributionControll />
<activeAgentFlat />
<minRequirementMetFlag />
<registrationTypeDescription />
<incorporationState>CA</incorporationState>
<incorporationForeignRegion />
<incorporationCountry />
<perpetualIndicator />
<miscDetails>MANAGEMENT STRUCTURE: ONE MANAGER; BUSINESS TYPE: AIRLINE SUPPLY</miscDetails>
<filingOfficeBusinessToken>rmRbQONpowUHh5U=.7DRo3A==</filingOfficeBusinessToken>
<filingOfficeName>BUSINESS PROGRAMS DIVISION</filingOfficeName>
<fileDate>
<day>04</day>
<month>04</month>
<year>2023</year>
</fileDate>
<amendments />
<corporateStockIssues />
<businessContacts>
<businessContact>
<name>
<title />
<firstName>DAVID</firstName>
<middleName />
<lastName>BAKER</lastName>
<nameSuffix />
<professionalSuffix />
<firstDate />
<lastDate />
</name>
<address>
<line1>32 GLENDALE</line1>
<line2 />
<line3 />
<houseNumber>32</houseNumber>
<preDirection />
<streetName>GLENDALE</streetName>
<streetSuffix />
<postDirection />
<unit />
<city>IRVINE</city>
<county>ORANGE</county>
<state>CA</state>
<zip>92903</zip>
<zip4>0958</zip4>
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate />
<lastDate />
<phones />
</address>
<title>Manager</title>
<contactType />
<deceasedRecord />
<ageAtDeath />
<DOB />
<businessName />
<doesNotBelongToSubject />
<gender />
<verifyProof />
<criminalRecordsFound />
<bankruptciesFound />
<UCCFilingsFound />
<liensFound />
<judgmentsFound />
<numberOfBusinessAssociations />
<numberOfCorporateAssociations />
<individualSearchedFor />
<watchListRecords />
<businessAssociations />
<relativesBusinessAssociations />
<tooManyWatchListRecordsFound />
<numberOfWatchListRecords />
<isSexOffender />
<hasCriminalRecords />
<hasArrestRecords />
<hasWarrantRecords />
<numberOfProfessionalAssociations />
<numberOfProfessionalLicenses />
<numberOfBankruptcies />
<numberOfJudgments />
<numberOfLiens />
<numberOfEvictions />
<numberOfForeclosures />
<numberOfCorporateFilings />
<numberOfUCCFilings />
<firstDate />
<lastDate />
<reportToken>u30gJ/wIwAUS.NyFM/g==</reportToken>
</businessContact>
<businessContact>
<name>
<title />
<firstName>DAVID</firstName>
<middleName />
<lastName>BAKER</lastName>
<nameSuffix />
<professionalSuffix />
<firstDate />
<lastDate />
</name>
<address>
<line1>32 GLENDALE</line1>
<line2 />
<line3 />
<houseNumber>32</houseNumber>
<preDirection />
<streetName>GLENDALE</streetName>
<streetSuffix />
<postDirection />
<unit />
<city>IRVINE</city>
<county>ORANGE</county>
<state>CA</state>
<zip>92903</zip>
<zip4>0958</zip4>
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate />
<lastDate />
<phones />
</address>
<title>Registered Agent</title>
<contactType />
<deceasedRecord />
<ageAtDeath />
<DOB />
<businessName />
<doesNotBelongToSubject />
<gender />
<verifyProof />
<criminalRecordsFound />
<bankruptciesFound />
<UCCFilingsFound />
<liensFound />
<judgmentsFound />
<numberOfBusinessAssociations />
<numberOfCorporateAssociations />
<individualSearchedFor />
<watchListRecords />
<businessAssociations />
<relativesBusinessAssociations />
<tooManyWatchListRecordsFound />
<numberOfWatchListRecords />
<isSexOffender />
<hasCriminalRecords />
<hasArrestRecords />
<hasWarrantRecords />
<numberOfProfessionalAssociations />
<numberOfProfessionalLicenses />
<numberOfBankruptcies />
<numberOfJudgments />
<numberOfLiens />
<numberOfEvictions />
<numberOfForeclosures />
<numberOfCorporateFilings />
<numberOfUCCFilings />
<firstDate />
<lastDate />
<reportToken>u30gJ/wIwAUS.NyFM/g==</reportToken>
</businessContact>
</businessContacts>
<businessNames>
<businessName>FLYSUPPLY.COM, LLC</businessName>
</businessNames>
</corporation>
</corporateFilings>
<personalLienFilings />
<personalJudgmentFilings>
<personalJudgmentFiling>
<name>
<title />
<firstName>DAVID</firstName>
<middleName />
<lastName>BAKER</lastName>
<nameSuffix />
<professionalSuffix />
<firstDate />
<lastDate />
</name>
<address>
<line1>731 LAKE AVE</line1>
<line2 />
<line3 />
<houseNumber>731</houseNumber>
<preDirection />
<streetName>LAKE</streetName>
<streetSuffix>AVE</streetSuffix>
<postDirection />
<unit />
<city>TEMPLE HILLS</city>
<county />
<state>MD</state>
<zip>20748</zip>
<zip4>3515</zip4>
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate />
<lastDate />
<phones />
</address>
<SSNRecord />
<DOB />
<attorneyName />
<attorneyAddress />
<attorneySSNRecord />
<plaintiffName>
<title />
<firstName>MARINER FINANCE LLC</firstName>
<middleName />
<lastName />
<nameSuffix />
<professionalSuffix />
<firstDate />
<lastDate />
</plaintiffName>
<plaintiff>
<businessName />
<name>
<title />
<firstName>MARINER FINANCE LLC</firstName>
<middleName />
<lastName />
<nameSuffix />
<professionalSuffix />
<firstDate />
<lastDate />
</name>
<address />
<businessToken />
<reportToken />
<firstDate />
<lastDate />
</plaintiff>
<court />
<reportToken>3xEiUfxmzAUf.vQ4nTg==</reportToken>
<businessToken />
<businessName />
<driverLicenseNumber />
<driverLicenseState />
<aliasNameType />
<attorneyReportToken />
<attorneyBusinessToken />
<attorneyBusinessName />
<DEBITorName />
<filingLocation>Prince Georges, MD</filingLocation>
<filingType />
<action />
<courtCaseNumber>050200209812019</courtCaseNumber>
<altCourtCaseNumber />
<totalJudgmentAmount>1593.79</totalJudgmentAmount>
<interestRate />
<backSupportAmount />
<installmentJudgmentIndicator />
<stayOrderedIndicator />
<deedCategoryType>Release</deedCategoryType>
<damarDocumentType>Release of Judgments</damarDocumentType>
<recordingNumber />
<recordingBookNumber />
<recordingPageNumber />
<recordingDate>
<day>28</day>
<month>12</month>
<year>2020</year>
</recordingDate>
<abstractIssuedDate />
<stayOrderedDate />
<transferredDate />
<withdrawnDate />
<claimDate />
<objectionDate />
<reportDate />
<closedDate />
<reopenedDate />
<dischargeDate />
<dismissalDate />
<convertedDate />
<filingDate />
<releaseDate />
</personalJudgmentFiling>
</personalJudgmentFilings>
<personalBankruptcyFilings />
<pilotLicenses>
<pilotLicense>
<reportToken>pHA_UPxpugJt.uyL8ow==</reportToken>
<name>
<title />
<firstName>DAVID</firstName>
<middleName>W</middleName>
<lastName>BAKER</lastName>
<nameSuffix />
<professionalSuffix />
<firstDate />
<lastDate />
</name>
<SSNRecord />
<address>
<line1>34 E 134ST ST S</line1>
<line2 />
<line3 />
<houseNumber>34</houseNumber>
<preDirection>E</preDirection>
<streetName>134ST</streetName>
<streetSuffix>ST</streetSuffix>
<postDirection>S</postDirection>
<unit />
<city>BROKEN ARROW</city>
<county />
<state>OK</state>
<zip>74014</zip>
<zip4>9351</zip4>
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName>USA</countryName>
<distance />
<firstDate />
<lastDate />
<phones />
</address>
<airmanUniqueNumber>C1299817</airmanUniqueNumber>
<certificateNumber>01</certificateNumber>
<certificateType>Pilot</certificateType>
<certificateLevel>Student</certificateLevel>
<fileDate>
<day>01</day>
<month>08</month>
<year>2022</year>
</fileDate>
<certificateFileDate />
<medicalClass />
<medicalDate />
<medicalExpireDate />
<ratings />
</pilotLicense>
</pilotLicenses>
<professionalAssociations />
<professionalLicenses>
<professionalLicense>
<school />
<businessName />
<tradeType />
<licenseNumber>RN-79099-0</licenseNumber>
<licenseType>REGISTERED NURSE</licenseType>
<licenseClass />
<licenseState>HI</licenseState>
<licenseStatus>ACTIVE</licenseStatus>
<graduationDate />
<issueDate>
<day>19</day>
<month>11</month>
<year>2013</year>
</issueDate>
<currentIssueDate />
<expirationDate>
<day>30</day>
<month>09</month>
<year>2025</year>
</expirationDate>
<disciplinaryActions />
<additionalTypes />
<jobFunctions>
<jobFunction>REGISTERED NURSE</jobFunction>
</jobFunctions>
<specialties />
<callSign />
</professionalLicense>
<professionalLicense>
<school />
<businessName />
<tradeType>HEALTHCARE</tradeType>
<licenseNumber>787200</licenseNumber>
<licenseType>REGISTERED NURSE</licenseType>
<licenseClass />
<licenseState>CA</licenseState>
<licenseStatus>ACTIVE</licenseStatus>
<graduationDate />
<issueDate>
<day>19</day>
<month>11</month>
<year>2010</year>
</issueDate>
<currentIssueDate />
<expirationDate>
<day>30</day>
<month>11</month>
<year>2012</year>
</expirationDate>
<disciplinaryActions />
<additionalTypes />
<jobFunctions />
<specialties />
<callSign />
</professionalLicense>
</professionalLicenses>
<evictions>
<eviction>
<court>
<address>
<line1>293 PIERCE STREET, ROOM 114</line1>
<line2 />
<line3 />
<houseNumber>293</houseNumber>
<preDirection />
<streetName>PIERCE STREET ROOM 114</streetName>
<streetSuffix />
<postDirection />
<unit />
<city>TAMPA</city>
<county />
<state>FL</state>
<zip>55502</zip>
<zip4 />
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate />
<lastDate />
<phones />
</address>
<courtID>FLHILC1</courtID>
<businessName>HILLSBOROUGH COUNTY CIRCUIT COURT</businessName>
<phone>8133248100</phone>
</court>
<name>
<title />
<firstName>DAVID</firstName>
<middleName />
<lastName>BAKER</lastName>
<nameSuffix />
<professionalSuffix />
<firstDate />
<lastDate />
</name>
<address>
<line1>1286 FERRELL CT # 250</line1>
<line2 />
<line3 />
<houseNumber>1286</houseNumber>
<preDirection />
<streetName>FERRELL</streetName>
<streetSuffix>CT</streetSuffix>
<postDirection />
<unit>250</unit>
<city>TAMPA</city>
<county>HILLSBOROUGH</county>
<state>FL</state>
<zip>55507</zip>
<zip4 />
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate />
<lastDate />
<phones />
</address>
<SSNRecord />
<DOB />
<plaintiffName />
<plaintiffAddress />
<plaintiffSSNRecord />
<plaintiff>
<businessName />
<name />
<address />
<businessToken />
<reportToken />
<firstDate />
<lastDate />
</plaintiff>
<attorneyName />
<attorneyAddress />
<caseNumber>2010CC002509</caseNumber>
<filingType>Forcible Detainer</filingType>
<filingState>FL</filingState>
<actionType>14</actionType>
<department>CV</department>
<unlawfulDetainer>Y</unlawfulDetainer>
<recordingBook>13295</recordingBook>
<recordingPage>1925</recordingPage>
<filingDate>
<day>31</day>
<month>03</month>
<year>2010</year>
</filingDate>
<releaseDate />
<liabilityAmount />
<assets />
<assetsAvailable />
<reportToken>pg44Jfxm3wVh.wZu4Tw==</reportToken>
<businessToken />
<FEINumber />
<businessName />
<plaintiffReportToken />
<plaintiffBusinessToken />
<attorneyPhone />
</eviction>
</evictions>
<UCCFilings>
<UCCFiling>
<debtors>
<debtor>
<businessName>BAKER, DAVID</businessName>
<FEINumber />
<name>DAVID BAKER</name>
<reportToken>pHA_UPxpugJt.uyL8ow==</reportToken>
<businessToken />
<DOB>
<day>04</day>
<month>08</month>
<year>1329</year>
</DOB>
<SSNRecord />
<address>
<line1>703 E OCALA ST</line1>
<line2 />
<line3 />
<houseNumber>703</houseNumber>
<preDirection>E</preDirection>
<streetName>OCALA</streetName>
<streetSuffix>ST</streetSuffix>
<postDirection />
<unit />
<city>BROKEN ARROW</city>
<county>TULSA</county>
<state>OK</state>
<zip>74011</zip>
<zip4>8824</zip4>
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate />
<lastDate />
<phones />
</address>
</debtor>
<debtor>
<businessName>SMART INVESTMENTS LLC</businessName>
<FEINumber />
<name>SMART INVESTMENTS LLC</name>
<reportToken />
<businessToken>rmRZWIcAo3gFg_4=.ywrzfQ==</businessToken>
<DOB />
<SSNRecord />
<address>
<line1>703 E OCALA ST</line1>
<line2 />
<line3 />
<houseNumber>703</houseNumber>
<preDirection>E</preDirection>
<streetName>OCALA</streetName>
<streetSuffix>ST</streetSuffix>
<postDirection />
<unit />
<city>BROKEN ARROW</city>
<county>TULSA</county>
<state>OK</state>
<zip>74011</zip>
<zip4>8824</zip4>
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate />
<lastDate />
<phones />
</address>
</debtor>
</debtors>
<securedParties>
<securedParty>
<businessName>KUBOTA DEBIT CORPORATION, U.S.A.</businessName>
<FEINumber />
<name>KUBOTA DEBIT CORPORATION</name>
<reportToken />
<businessToken />
<DOB />
<SSNRecord />
<address>
<line1>PO BOX 2049</line1>
<line2 />
<line3 />
<houseNumber>2049</houseNumber>
<preDirection />
<streetName>PO Box</streetName>
<streetSuffix />
<postDirection />
<unit />
<city>GRAPEVINE</city>
<county>TARRANT</county>
<state>TX</state>
<zip>79099</zip>
<zip4>2049</zip4>
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate />
<lastDate />
<phones />
</address>
</securedParty>
</securedParties>
<collateralItems>
<collateralItem>
<type>Unknown Equipment Unknown</type>
<machineryClassification />
<manufacturer />
<model />
<modelYear />
<modelDescription />
<quantity />
<yearManufactured />
<serialNumber />
<newOrUsed />
</collateralItem>
<collateralItem>
<type>Unknown Equipment Unknown</type>
<machineryClassification />
<manufacturer />
<model />
<modelYear />
<modelDescription />
<quantity />
<yearManufactured />
<serialNumber />
<newOrUsed />
</collateralItem>
</collateralItems>
<filingOfficeAddress>
<line1>1191 W PARK PL</line1>
<line2 />
<line3 />
<houseNumber>1191</houseNumber>
<preDirection>W</preDirection>
<streetName>PARK</streetName>
<streetSuffix>PL</streetSuffix>
<postDirection />
<unit />
<city>OKLAHOMA CITY</city>
<county>OKLAHOMA</county>
<state>OK</state>
<zip>73107</zip>
<zip4>5243</zip4>
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate />
<lastDate />
<phones />
</filingOfficeAddress>
<filingType>Original</filingType>
<filingNumber>18080820829050</filingNumber>
<filingDate>
<day>08</day>
<month>08</month>
<year>2018</year>
</filingDate>
<filingTime>08:13:00</filingTime>
<expirationDate />
<crossReferenceFilingNumber />
<crossReferenceFilingDate />
<filingOfficeName>OKLAHOMA CENTRAL FILING OFFICE/UCC DIVISION</filingOfficeName>
</UCCFiling>
<UCCFiling>
<debtors>
<debtor>
<businessName>BAKER, DAVID</businessName>
<FEINumber />
<name>DAVID BAKER</name>
<reportToken>pHA_UPxpugJt.uyL8ow==</reportToken>
<businessToken />
<DOB>
<day>04</day>
<month>08</month>
<year>1329</year>
</DOB>
<SSNRecord />
<address>
<line1>703 E OCALA ST</line1>
<line2 />
<line3 />
<houseNumber>703</houseNumber>
<preDirection>E</preDirection>
<streetName>OCALA</streetName>
<streetSuffix>ST</streetSuffix>
<postDirection />
<unit />
<city>BROKEN ARROW</city>
<county>TULSA</county>
<state>OK</state>
<zip>74011</zip>
<zip4>8824</zip4>
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate />
<lastDate />
<phones />
</address>
</debtor>
</debtors>
<securedParties>
<securedParty>
<businessName>KUBOTA DEBIT CORPORATION, U.S.A.</businessName>
<FEINumber />
<name>KUBOTA DEBIT CORPORATION</name>
<reportToken />
<businessToken />
<DOB />
<SSNRecord />
<address>
<line1>PO BOX 2049</line1>
<line2 />
<line3 />
<houseNumber>2049</houseNumber>
<preDirection />
<streetName>PO Box</streetName>
<streetSuffix />
<postDirection />
<unit />
<city>GRAPEVINE</city>
<county>TARRANT</county>
<state>TX</state>
<zip>79099</zip>
<zip4>2049</zip4>
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate />
<lastDate />
<phones />
</address>
</securedParty>
</securedParties>
<collateralItems />
<filingOfficeAddress>
<line1>1191 W PARK PL</line1>
<line2 />
<line3 />
<houseNumber>1191</houseNumber>
<preDirection>W</preDirection>
<streetName>PARK</streetName>
<streetSuffix>PL</streetSuffix>
<postDirection />
<unit />
<city>OKLAHOMA CITY</city>
<county>OKLAHOMA</county>
<state>OK</state>
<zip>73107</zip>
<zip4>5243</zip4>
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate />
<lastDate />
<phones />
</filingOfficeAddress>
<filingType>Amendment</filingType>
<filingNumber>18071113230340</filingNumber>
<filingDate>
<day>13</day>
<month>07</month>
<year>2018</year>
</filingDate>
<filingTime>11:34:00</filingTime>
<expirationDate />
<crossReferenceFilingNumber>18092820999470</crossReferenceFilingNumber>
<crossReferenceFilingDate>
<day>28</day>
<month>09</month>
<year>2018</year>
</crossReferenceFilingDate>
<filingOfficeName>OKLAHOMA CENTRAL FILING OFFICE/UCC DIVISION</filingOfficeName>
</UCCFiling>
</UCCFilings>
<voterRegistrations>
<voterRegistration>
<reportToken>rgMiWvxn2gUF.TwQHqA==</reportToken>
<name>
<title />
<firstName>DAVID</firstName>
<middleName>W</middleName>
<lastName>BAKER</lastName>
<nameSuffix />
<professionalSuffix />
<firstDate />
<lastDate />
</name>
<address>
<line1>1129 SILVER COIN WAY</line1>
<line2 />
<line3 />
<houseNumber>1129</houseNumber>
<preDirection />
<streetName>SILVER COIN</streetName>
<streetSuffix>WAY</streetSuffix>
<postDirection />
<unit />
<city>VERO BEACH</city>
<county />
<state>FL</state>
<zip>13993</zip>
<zip4 />
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate>
<day />
<month>12</month>
<year>1989</year>
</firstDate>
<lastDate>
<day>29</day>
<month>09</month>
<year>2018</year>
</lastDate>
<phones />
</address>
<dateOfRegistration>
<day>18</day>
<month>12</month>
<year>2009</year>
</dateOfRegistration>
<SSNRecord />
<DOB>
<day>09</day>
<month>03</month>
<year>1955</year>
<firstDate />
<lastDate />
<age />
</DOB>
<deceasedRecord />
<party>Democrat</party>
<phone>5557787500</phone>
<gender>M</gender>
</voterRegistration>
<voterRegistration>
<reportToken>rgMiWvxn2gUF.TwQHqA==</reportToken>
<name>
<title />
<firstName>DAVID</firstName>
<middleName>W</middleName>
<lastName>BAKER</lastName>
<nameSuffix />
<professionalSuffix />
<firstDate />
<lastDate />
</name>
<address>
<line1>5424 ST NICHOLAS AVE</line1>
<line2 />
<line3 />
<houseNumber>5424</houseNumber>
<preDirection />
<streetName>ST NICHOLAS</streetName>
<streetSuffix>AVE</streetSuffix>
<postDirection />
<unit />
<city>VERO BEACH</city>
<county />
<state>FL</state>
<zip>13932</zip>
<zip4 />
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate>
<day />
<month>12</month>
<year>1989</year>
</firstDate>
<lastDate>
<day />
<month>07</month>
<year>2017</year>
</lastDate>
<phones />
</address>
<dateOfRegistration>
<day>18</day>
<month>12</month>
<year>2009</year>
</dateOfRegistration>
<SSNRecord />
<DOB>
<day>09</day>
<month>03</month>
<year>1955</year>
<firstDate />
<lastDate />
<age />
</DOB>
<deceasedRecord />
<party>Democrat</party>
<phone>5557787500</phone>
<gender>M</gender>
</voterRegistration>
</voterRegistrations>
<employers>
<employer>
<phone>
<phoneNumber>5554551388</phoneNumber>
<listingName>SMART INVESTMENTS LLC</listingName>
<listingType>Unknown</listingType>
<phoneType>Unknown</phoneType>
<carrier>VALOR TELECOMMUNICATIONS OF TEXAS LP - OK DBA WINDSTREAM COMMUNICATIONS SOUTHWEST (WINDSTREAM)
</carrier>
<carrierType>LANDLINE</carrierType>
<city>BROKEN ARROW</city>
<state>OK</state>
<county>TULSA</county>
<timeZone>CT</timeZone>
<possibleSubjectPhone />
<score />
<firstDate />
<lastDate />
</phone>
<businessName>SMART INVESTMENTS LLC</businessName>
<name />
<address>
<line1>703 E OCALA ST</line1>
<line2 />
<line3 />
<houseNumber>703</houseNumber>
<preDirection>E</preDirection>
<streetName>OCALA</streetName>
<streetSuffix>ST</streetSuffix>
<postDirection />
<unit />
<city>BROKEN ARROW</city>
<county />
<state>OK</state>
<zip>74011</zip>
<zip4 />
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate />
<lastDate />
<phones />
</address>
<businessToken>rmQ_UeMAo31jh5I=.M2IzCw==</businessToken>
<reportToken />
<firstDate>
<day>18</day>
<month>02</month>
<year>2015</year>
</firstDate>
<lastDate>
<day>31</day>
<month>05</month>
<year>2024</year>
</lastDate>
</employer>
<employer>
<phone />
<businessName>BROOKS ADVISORS INC</businessName>
<name />
<address>
<line1>1230 OCEAN AVE</line1>
<line2 />
<line3 />
<houseNumber>1230</houseNumber>
<preDirection />
<streetName>OCEAN</streetName>
<streetSuffix>AVE</streetSuffix>
<postDirection />
<unit />
<city>FLOSSMOOR</city>
<county />
<state>IL</state>
<zip>90422</zip>
<zip4 />
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate />
<lastDate />
<phones />
</address>
<businessToken>rmQ7Up8How5kh/c=.kG7XXw==</businessToken>
<reportToken />
<firstDate>
<day>01</day>
<month>07</month>
<year>2005</year>
</firstDate>
<lastDate>
<day>01</day>
<month>05</month>
<year>2007</year>
</lastDate>
</employer>
</employers>
<employmentHistory />
<criminalRecords>
<criminal>
<suspect>
<AKAs>
<AKA>
<name>
<title />
<firstName>DAVID</firstName>
<middleName />
<lastName>BAKER</lastName>
<nameSuffix />
<professionalSuffix />
<firstDate />
<lastDate />
</name>
</AKA>
</AKAs>
<DOB>
<day>09</day>
<month>03</month>
<year>1955</year>
<firstDate />
<lastDate />
<age />
</DOB>
<otherDOBs />
<otherAddresses />
<birthAddress />
<birthPlace />
<citizenship />
<complexion />
<build />
<hair />
<hairLength />
<gender>M</gender>
<scarsMarks />
<skinTone />
<height />
<weight />
<ethnicity>WHITE</ethnicity>
<eyes />
<isSexOffender>No</isSexOffender>
<militaryService />
<maritalStatus />
<employer />
<employerAddress />
<occupation />
<driversLicenseNumber />
<driversLicenseIssuingState />
<picture />
<driversLicense />
<businessName />
<name>
<title />
<firstName>DAVID</firstName>
<middleName>WESLEY</middleName>
<lastName>BAKER</lastName>
<nameSuffix />
<professionalSuffix />
<firstDate />
<lastDate />
</name>
<address>
<line1>5424 ST NICHOLAS AVE</line1>
<line2 />
<line3 />
<houseNumber>5424</houseNumber>
<preDirection />
<streetName>ST NICHOLAS</streetName>
<streetSuffix>AVE</streetSuffix>
<postDirection />
<unit />
<city>VERO BEACH</city>
<county>INDIAN RIVER</county>
<state>FL</state>
<zip>13932</zip>
<zip4>7555</zip4>
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate />
<lastDate />
<phones />
</address>
<SSNRecord />
<currentAge>99</currentAge>
<businessToken />
<reportToken />
<firstDate />
<lastDate />
</suspect>
<arrestDetailsRecords />
<crimeDetailsRecords>
<crimeDetails>
<sourceState>FL</sourceState>
<caseNumber>111907MM0140720001XX</caseNumber>
<arrestingAgency />
<county />
<crimeCounty>FLORIDA MIAMI DADE</crimeCounty>
<status />
<statusDate />
<conviction />
<convictionDate />
<convictionPlace />
<warrant />
<warrantDate />
<warrantLocation />
<supervision />
<supervisionDate />
<supervisionLocation />
<commitment />
<commitmentDate />
<commitmentLocation />
<arrest />
<arrestDate>
<day>10</day>
<month>03</month>
<year>2007</year>
</arrestDate>
<arrestLocation />
<disposition>NOLLE PROS - ADMIN</disposition>
<dispositionDate>
<day>34</day>
<month>10</month>
<year>2014</year>
</dispositionDate>
<dispositionLocation />
<crimeType>MISDEMEANOR</crimeType>
<category />
<classification>MISDEMEANOR SECOND D</classification>
<offenseCode>8755500</offenseCode>
<gradeOfOffense />
<degreeOfOffense />
<NCICCode />
<offenseDescription1>DISORDERLY CONDUCT</offenseDescription1>
<offenseDescription2 />
<counts />
<caseType />
<statute />
<violation />
<court>COUNTY AND CIRCUIT</court>
<courtCosts />
<fines />
<plea />
<sentence />
<probation />
<chargesFiledDate>
<day>11</day>
<month>03</month>
<year>2007</year>
</chargesFiledDate>
<offenseDate />
<violationDate />
<registrationDate />
<registrationEndDate />
<predator />
<victim />
<victimGender />
<victimAge />
<victimIsMinor />
<extraData />
</crimeDetails>
</crimeDetailsRecords>
<warrantDetailsRecords />
</criminal>
<criminal>
<suspect>
<AKAs />
<DOB>
<day>09</day>
<month>03</month>
<year>1955</year>
<firstDate />
<lastDate />
<age />
</DOB>
<otherDOBs />
<otherAddresses />
<birthAddress />
<birthPlace />
<citizenship />
<complexion />
<build />
<hair>BAKER</hair>
<hairLength />
<gender>M</gender>
<scarsMarks />
<skinTone />
<height>74</height>
<weight>180</weight>
<ethnicity>WHITE</ethnicity>
<eyes>BLUE</eyes>
<isSexOffender>No</isSexOffender>
<militaryService />
<maritalStatus />
<employer />
<employerAddress />
<occupation />
<driversLicenseNumber />
<driversLicenseIssuingState />
<picture />
<driversLicense />
<businessName />
<name>
<title />
<firstName>DAVID</firstName>
<middleName>WESLEY</middleName>
<lastName>BAKER</lastName>
<nameSuffix />
<professionalSuffix />
<firstDate />
<lastDate />
</name>
<address />
<SSNRecord />
<currentAge>99</currentAge>
<businessToken />
<reportToken />
<firstDate />
<lastDate />
</suspect>
<arrestDetailsRecords />
<crimeDetailsRecords>
<crimeDetails>
<sourceState>FL</sourceState>
<caseNumber>131013CT</caseNumber>
<arrestingAgency />
<county />
<crimeCounty />
<status />
<statusDate />
<conviction />
<convictionDate />
<convictionPlace />
<warrant />
<warrantDate>
<day>14</day>
<month>05</month>
<year>2013</year>
</warrantDate>
<warrantLocation />
<supervision />
<supervisionDate />
<supervisionLocation />
<commitment />
<commitmentDate />
<commitmentLocation />
<arrest />
<arrestDate />
<arrestLocation />
<disposition />
<dispositionDate />
<dispositionLocation />
<crimeType>NOT CATEGORIZED</crimeType>
<category />
<classification>TRAFFIC</classification>
<offenseCode />
<gradeOfOffense />
<degreeOfOffense />
<NCICCode />
<offenseDescription1>FAILURE TO APPEAR</offenseDescription1>
<offenseDescription2 />
<counts />
<caseType />
<statute />
<violation />
<court />
<courtCosts />
<fines />
<plea />
<sentence />
<probation />
<chargesFiledDate />
<offenseDate />
<violationDate />
<registrationDate />
<registrationEndDate />
<predator />
<victim />
<victimGender />
<victimAge />
<victimIsMinor />
<extraData />
</crimeDetails>
</crimeDetailsRecords>
<warrantDetailsRecords />
</criminal>
</criminalRecords>
<tradeMarks>
<tradeMark>
<serialNumber>75555920</serialNumber>
<registrationNumber />
<transactionDate>
<day>31</day>
<month>12</month>
<year>2010</year>
</transactionDate>
<classifications>
<classification>
<status>Active</status>
<statusDate>
<day>08</day>
<month>03</month>
<year>1999</year>
</statusDate>
<firstUseAnywhereDate>
<day>01</day>
<month>04</month>
<year>1995</year>
</firstUseAnywhereDate>
<firstUseInCommerceDate>
<day>07</day>
<month>11</month>
<year>1932</year>
</firstUseInCommerceDate>
<primaryClassification>Miscellaneous Services/Scientific and Technological Services and Research and Design
Relating Thereto/Industrial Analysis and Research Services/Design and Development of Computer Hardware and
Software/Legal Services</primaryClassification>
<USClassifications> Miscellaneous Advertising and Business </USClassifications>
<internationalClassification> Miscellaneous Services/Scientific and Technological Services and Research and
Design Relating Thereto/Industrial Analysis and Research Services/Design and Development of Computer
Hardware and Software/Legal Services </internationalClassification>
</classification>
</classifications>
<events>
<tradeMarkEvent>
<statementType>Outgoing Correspondence</statementType>
<statementDate>
<day>14</day>
<month>04</month>
<year>2000</year>
</statementDate>
<description>ABANDONMENT - FAILURE TO RESPOND OR LATE result</description>
</tradeMarkEvent>
<tradeMarkEvent>
<statementType>First Action</statementType>
<statementDate>
<day>30</day>
<month>08</month>
<year>1999</year>
</statementDate>
<description>NON-FINAL ACTION MAILED</description>
</tradeMarkEvent>
<tradeMarkEvent>
<statementType>Assigned to Examiner</statementType>
<statementDate>
<day>10</day>
<month>08</month>
<year>1999</year>
</statementDate>
<description>ASSIGNED TO EXAMINER</description>
</tradeMarkEvent>
<tradeMarkEvent>
<statementType>Assigned to Examiner</statementType>
<statementDate>
<day>02</day>
<month>08</month>
<year>1999</year>
</statementDate>
<description>ASSIGNED TO EXAMINER</description>
</tradeMarkEvent>
</events>
<owners />
<filings>
<filing>
<employeeName>
<name>
<title />
<firstName>GREGORY</firstName>
<middleName>R</middleName>
<lastName>THAYER</lastName>
<nameSuffix />
<professionalSuffix />
<firstDate />
<lastDate />
</name>
</employeeName>
<markIdentification>QUQAREQU</markIdentification>
<action>Marks That Have Been Modified</action>
<filingDate>
<day>13</day>
<month>01</month>
<year>1999</year>
</filingDate>
<registrationDate />
<renewalDate />
<publishedForOppositionDate />
<amendToRegisterDate />
<abandonmentDate>
<day>29</day>
<month>02</month>
<year>2000</year>
</abandonmentDate>
<status>Abandoned - Failure To Respond Or Late result</status>
<statusDate>
<day>14</day>
<month>04</month>
<year>2000</year>
</statusDate>
<currentLocation>FILE REPOSITORY (FRANCONIA)</currentLocation>
<locationDate>
<day>19</day>
<month>04</month>
<year>2000</year>
</locationDate>
<cancellation />
<cancellationDate />
<internationalRegistrationNumber />
<internationalRegistrationDate />
<internationalPublicationDate />
<internationalRenewalDate />
<internationalAutoProtectionDate />
<internationalDeathDate />
<internationalNotificationDate />
<internationalStatus />
<internationalStatusDate />
<domesticRepresentative />
<attorneyDocketNumber />
<attorney />
<lawOfficeAssignedLocation>Law Office 103</lawOfficeAssignedLocation>
<correspondentAddresses>
<correspondentAddress>551 WEST MAIN ST, APT.3B</correspondentAddress>
<correspondentAddress>BETHPAGE NY 11762</correspondentAddress>
</correspondentAddresses>
</filing>
</filings>
<statements>
<tradeMarkStatement>
<statementType>Goods and Services</statementType>
<statementText>ONLINE COMPUTER SERVICES, NAMELY, ENABLING COMPUTER USERS TO ACCESS DATA BASES AND INFORMATION
IN A WIDE VARIETY OF FIELDS BY MEANS OF A GLOBAL COMPUTER INFORMATION NETWORK</statementText>
<primaryClassification>Miscellaneous Services/Scientific and Technological Services and Research and Design
Relating Thereto/Industrial Analysis and Research Services/Design and Development of Computer Hardware and
Software/Legal Services</primaryClassification>
<entryDate />
<sequentialNumber />
<note>Text is goods and services statement with no “less goods†text</note>
</tradeMarkStatement>
<tradeMarkStatement>
<statementType>Pseudo Mark</statementType>
<statementText>QU QA RE QU</statementText>
<primaryClassification />
<entryDate />
<sequentialNumber>0000</sequentialNumber>
<note />
</tradeMarkStatement>
</statements>
<madridFilings />
</tradeMark>
</tradeMarks>
<concealedWeaponPermits />
<huntingPermits />
<watchListRecords>
<watchListRecord>
<score>80</score>
<originalId>S4MR3PXLG</originalId>
<fullName>DAVID BAKER</fullName>
<title />
<name>
<title />
<firstName>DAVID</firstName>
<middleName />
<lastName>BAKER</lastName>
<nameSuffix />
<professionalSuffix />
<firstDate />
<lastDate />
</name>
<officialTitle />
<eyes />
<hair />
<weight />
<height />
<marks />
<sex />
<languages />
<TIN />
<documents />
<placeOfBirth />
<dateOfBirth />
<citizenship />
<phone />
<fax />
<email />
<website />
<constituency />
<politicalParty />
<imageURL />
<pageURL>https://www.sam.gov</pageURL>
<source>System for Award Management Exclusions</source>
<type>INDIVIDUAL</type>
<offense>Z1</offense>
<wantedBy>HHS</wantedBy>
<program>PROHIBITION/RESTRICTION</program>
<legalBasis>RECIPROCAL</legalBasis>
<listingDate />
<callSign />
<vesselType />
<tonnage />
<GRT />
<vesselFlag />
<vesselOwner />
<remarks />
<address>
<line1 />
<line2 />
<line3 />
<houseNumber />
<preDirection />
<streetName />
<streetSuffix />
<postDirection />
<unit />
<city>DONNAFIELD</city>
<county />
<state>OH</state>
<zip />
<zip4 />
<latitude />
<longitude />
<buildingName />
<subdivisionName />
<description />
<countryName />
<distance />
<firstDate />
<lastDate />
<phones />
</address>
<country>USA</country>
<addressRemarks />
<aliasType />
<aliasName />
</watchListRecord>
</watchListRecords>
<emails>
<email>bbaker@domain1.com</email>
<email>eve93xwlewitt@domain2.com</email>
<email>booknerd919@domain13.com</email>
</emails>
</response>
People Search API results JSON example
{
"reportToken": "rgMiWvxn2gUF.TwQHqA==",
"names": {
"name": [
{
"title": null,
"firstName": "DAVID",
"middleName": "WESLEY",
"lastName": "BAKER",
"nameSuffix": null,
"professionalSuffix": null,
"firstDate": {
"day": "25",
"month": "12",
"year": "1989"
},
"lastDate": {
"day": "02",
"month": "04",
"year": "2024"
}
},
{
"title": null,
"firstName": "DAVID",
"middleName": "W",
"lastName": "BAKER",
"nameSuffix": null,
"professionalSuffix": null,
"firstDate": {
"day": "14",
"month": "08",
"year": "1992"
},
"lastDate": {
"day": "02",
"month": "04",
"year": "2024"
}
}
]
},
"SSNs": {
"SSNRecord": {
"SSN": "555482938",
"state": "ILLINOIS",
"years": "1998-1999"
}
},
"DOBs": {
"DOB": [
{
"day": "09",
"month": "03",
"year": "1955",
"firstDate": null,
"lastDate": null,
"age": null
},
{
"day": "00",
"month": "03",
"year": "1955",
"firstDate": null,
"lastDate": null,
"age": null
}
]
},
"DODs": null,
"addresses": {
"address": [
{
"line1": "731 LAKE AVE",
"line2": null,
"line3": null,
"houseNumber": "731",
"preDirection": null,
"streetName": "LAKE",
"streetSuffix": "AVE",
"postDirection": null,
"unit": null,
"city": "GALESBURG",
"county": "KNOX",
"state": "IL",
"zip": "91401",
"zip4": "5553",
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": "HYDE PARK",
"description": null,
"countryName": null,
"distance": null,
"firstDate": {
"day": "17",
"month": "04",
"year": "2019"
},
"lastDate": {
"day": "09",
"month": "09",
"year": "2024"
},
"phones": {
"phone": [
{
"phoneNumber": "5553374440",
"listingName": "BAKER, DAVID",
"listingType": "Unknown",
"phoneType": "LandLine",
"carrier": "AMERITECH MICHIGAN (AT&T MICHIGAN)",
"carrierType": "LANDLINE",
"city": "LANSING",
"state": "MI",
"county": "INGHAM",
"timeZone": "ET",
"possibleSubjectPhone": "Yes",
"score": null,
"firstDate": {
"day": "29",
"month": "07",
"year": "2019"
},
"lastDate": {
"day": "02",
"month": "05",
"year": "2024"
}
},
{
"phoneNumber": "5555809475",
"listingName": "BAUCHMAN, KYLEE",
"listingType": "Unknown",
"phoneType": "Mobile",
"carrier": "SPRINT SPECTRUM LP",
"carrierType": "WIRELESS",
"city": "COLLINSVILLE",
"state": "IL",
"county": "MADISON",
"timeZone": "CT",
"possibleSubjectPhone": null,
"score": null,
"firstDate": {
"day": "15",
"month": "01",
"year": "2019"
},
"lastDate": {
"day": "02",
"month": "05",
"year": "2024"
}
}
]
}
},
{
"line1": "739 CROCKER PARK BLVD",
"line2": null,
"line3": null,
"houseNumber": "739",
"preDirection": null,
"streetName": "CROCKER PARK",
"streetSuffix": "BLVD",
"postDirection": null,
"unit": null,
"city": "WESTLAKE",
"county": "CUYAHOGA",
"state": "OH",
"zip": "44145",
"zip4": "9989",
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": {
"day": "01",
"month": "09",
"year": "2008"
},
"lastDate": {
"day": "02",
"month": "04",
"year": "2024"
},
"phones": null
},
{
"line1": "323 DALY AVE",
"line2": null,
"line3": null,
"houseNumber": "323",
"preDirection": null,
"streetName": "DALY",
"streetSuffix": "AVE",
"postDirection": null,
"unit": null,
"city": "MISSOULA",
"county": "MISSOULA",
"state": "MT",
"zip": "59801",
"zip4": "4455",
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": "HAMMOND",
"description": "12 apartments",
"countryName": null,
"distance": null,
"firstDate": {
"day": "01",
"month": "03",
"year": "2012"
},
"lastDate": {
"day": null,
"month": "09",
"year": "2022"
},
"phones": null
},
{
"line1": "323 DALY AVE APT 11",
"line2": null,
"line3": null,
"houseNumber": "323",
"preDirection": null,
"streetName": "DALY",
"streetSuffix": "AVE",
"postDirection": null,
"unit": "11",
"city": "MISSOULA",
"county": "MISSOULA",
"state": "MT",
"zip": "59801",
"zip4": "4455",
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": "HAMMOND",
"description": "12 apartments",
"countryName": null,
"distance": null,
"firstDate": {
"day": "01",
"month": "04",
"year": "2012"
},
"lastDate": {
"day": "23",
"month": "04",
"year": "2012"
},
"phones": null
}
]
},
"phones": {
"phone": [
{
"phoneNumber": "5553374440",
"listingName": "BAKER, DAVID",
"listingType": "Unknown",
"phoneType": "LandLine",
"carrier": "AMERITECH MICHIGAN (AT&T MICHIGAN)",
"carrierType": "LANDLINE",
"city": "LANSING",
"state": "MI",
"county": "INGHAM",
"timeZone": "ET",
"possibleSubjectPhone": null,
"score": "89",
"firstDate": {
"day": "29",
"month": "07",
"year": "2019"
},
"lastDate": {
"day": "02",
"month": "05",
"year": "2024"
}
},
{
"phoneNumber": "3093512009",
"listingName": "DAVID BAKER",
"listingType": "Unknown",
"phoneType": "Mobile",
"carrier": "CELLCO PARTNERSHIP DBA VERIZON WIRELESS - IL (VERIZON WIRELESS)",
"carrierType": "WIRELESS",
"city": "GALESBURG",
"state": "IL",
"county": "KNOX",
"timeZone": "CT",
"possibleSubjectPhone": null,
"score": "99",
"firstDate": {
"day": "29",
"month": "03",
"year": "2019"
},
"lastDate": {
"day": "02",
"month": "05",
"year": "2024"
}
},
{
"phoneNumber": "4095437257",
"listingName": "DAVID BAKER",
"listingType": "Unknown",
"phoneType": "LandLine",
"carrier": "BLACKFOOT COMMUNICATIONS INC - MT",
"carrierType": "LANDLINE",
"city": "MISSOULA",
"state": "MT",
"county": "MISSOULA",
"timeZone": "MT",
"possibleSubjectPhone": null,
"score": "99",
"firstDate": {
"day": "19",
"month": "09",
"year": "2014"
},
"lastDate": {
"day": "02",
"month": "09",
"year": "2022"
}
}
]
},
"driversLicenses": {
"driversLicense": [
{
"name": {
"title": null,
"firstName": "DAVID",
"middleName": "WESLEY",
"lastName": "BAKER",
"nameSuffix": null,
"professionalSuffix": null,
"firstDate": null,
"lastDate": null
},
"address": {
"line1": "5424 ST NICHOLAS AVE",
"line2": null,
"line3": null,
"houseNumber": "5424",
"preDirection": null,
"streetName": "ST NICHOLAS",
"streetSuffix": "AVE",
"postDirection": null,
"unit": null,
"city": "VERO BEACH",
"county": "INDIAN RIVER",
"state": "FL",
"zip": "13932",
"zip4": "7555",
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": null,
"lastDate": null,
"phones": null
},
"dateReported": null,
"driversLicenseNumber": "L513279550817",
"newDriversLicenseNumber": null,
"issuingState": "FL",
"issueDate": {
"day": "34",
"month": "12",
"year": "2009"
},
"licenseType": "CLASS E",
"motorcycleCode": null,
"restrictions": null,
"endorsements": null,
"outOfStateLicenseNumber": "B5937324",
"outOfStateIssuer": "CA",
"DOB": {
"day": "09",
"month": "03",
"year": "1955",
"firstDate": null,
"lastDate": null,
"age": null
},
"originalIssueDate": {
"day": "29",
"month": "12",
"year": "1989"
},
"expirationDate": {
"day": "09",
"month": "03",
"year": "2013"
},
"gender": "M",
"race": "W",
"currentAge": "99",
"ageAtDeath": null,
"height": "74",
"weight": null,
"originalHeight": "902",
"attentionFlag": "ORGAN DONOR",
"privacyFlag": "T"
},
{
"name": {
"title": null,
"firstName": "DAVID",
"middleName": "WESLEY",
"lastName": "BAKER",
"nameSuffix": null,
"professionalSuffix": null,
"firstDate": null,
"lastDate": null
},
"address": {
"line1": "1129 SILVER COIN WAY",
"line2": null,
"line3": null,
"houseNumber": "1129",
"preDirection": null,
"streetName": "SILVER COIN",
"streetSuffix": "WAY",
"postDirection": null,
"unit": null,
"city": "VERO BEACH",
"county": "INDIAN RIVER",
"state": "FL",
"zip": "13993",
"zip4": "2723",
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": null,
"lastDate": null,
"phones": null
},
"dateReported": null,
"driversLicenseNumber": "L513279550817",
"newDriversLicenseNumber": null,
"issuingState": "FL",
"issueDate": {
"day": "29",
"month": "12",
"year": "1989"
},
"licenseType": null,
"motorcycleCode": null,
"restrictions": null,
"endorsements": null,
"outOfStateLicenseNumber": null,
"outOfStateIssuer": null,
"DOB": {
"day": "09",
"month": "03",
"year": "1955",
"firstDate": null,
"lastDate": null,
"age": null
},
"originalIssueDate": null,
"expirationDate": null,
"gender": "M",
"race": "W",
"currentAge": "99",
"ageAtDeath": null,
"height": null,
"weight": null,
"originalHeight": null,
"attentionFlag": null,
"privacyFlag": null
}
]
},
"relatives": {
"relative": [
{
"reportToken": "3h8mXfweuwVn.a714XQ==",
"relationshipType": null,
"names": {
"name": [
{
"title": null,
"firstName": "JOHN",
"middleName": "L",
"lastName": "BAKER",
"nameSuffix": null,
"professionalSuffix": null,
"firstDate": {
"day": "19",
"month": "01",
"year": "1286"
},
"lastDate": {
"day": "02",
"month": "04",
"year": "2024"
}
},
{
"title": null,
"firstName": "JOHN",
"middleName": "L",
"lastName": "LEMERLY",
"nameSuffix": null,
"professionalSuffix": null,
"firstDate": {
"day": "13",
"month": "02",
"year": "1990"
},
"lastDate": {
"day": "09",
"month": "11",
"year": "2015"
}
}
]
},
"SSNs": {
"SSNRecord": {
"SSN": "03207xxxx",
"state": "NEW YORK",
"years": "1934-1951"
}
},
"DOBs": {
"DOB": {
"day": null,
"month": null,
"year": "1914",
"firstDate": null,
"lastDate": null,
"age": "109"
}
},
"DODs": {
"deceasedRecord": {
"name": null,
"DOD": {
"day": "10",
"month": "08",
"year": "2005"
},
"DOB": {
"day": "02",
"month": "09",
"year": "1914",
"firstDate": null,
"lastDate": null,
"age": null
},
"ageAtDeath": "90",
"SSNRecord": null,
"doesNotBelongToSubject": null,
"gender": null,
"verifyProof": null
}
},
"addresses": {
"address": [
{
"line1": "1129 SILVER COIN WAY",
"line2": null,
"line3": null,
"houseNumber": "1129",
"preDirection": null,
"streetName": "SILVER COIN",
"streetSuffix": "WAY",
"postDirection": null,
"unit": null,
"city": "VERO BEACH",
"county": "INDIAN RIVER",
"state": "FL",
"zip": "13993",
"zip4": "2723",
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": {
"day": "13",
"month": "02",
"year": "1990"
},
"lastDate": {
"day": "09",
"month": "09",
"year": "2024"
},
"phones": {
"phone": [
{
"phoneNumber": "5553142928",
"listingName": "FIELD, JAMES",
"listingType": "Unknown",
"phoneType": "LandLine",
"carrier": "VERIZON VIRGINIA INC",
"carrierType": "LANDLINE",
"city": "WASHINGTON ZONE 8",
"state": "VA",
"county": "ARLINGTON",
"timeZone": "ET",
"possibleSubjectPhone": null,
"score": "100",
"firstDate": {
"day": "02",
"month": "05",
"year": "2024"
},
"lastDate": {
"day": "02",
"month": "05",
"year": "2024"
}
},
{
"phoneNumber": "5556193913",
"listingName": "FIELD, ANDREW",
"listingType": "Unknown",
"phoneType": "Mobile",
"carrier": "CELLCO PARTNERSHIP DBA VERIZON WIRELESS - VA (VERIZON WIRELESS)",
"carrierType": "WIRELESS",
"city": "WASHINGTON ZONE 8",
"state": "VA",
"county": "ARLINGTON",
"timeZone": "ET",
"possibleSubjectPhone": null,
"score": "100",
"firstDate": {
"day": "02",
"month": "05",
"year": "2024"
},
"lastDate": {
"day": "02",
"month": "05",
"year": "2024"
}
},
{
"phoneNumber": "5555554239",
"listingName": "FIELD, DIANE",
"listingType": "Unknown",
"phoneType": "Mobile",
"carrier": "CELLCO PARTNERSHIP DBA VERIZON WIRELESS - VA (VERIZON WIRELESS)",
"carrierType": "WIRELESS",
"city": "WASHINGTON ZONE 8",
"state": "VA",
"county": "ARLINGTON",
"timeZone": "ET",
"possibleSubjectPhone": null,
"score": "90",
"firstDate": {
"day": "02",
"month": "05",
"year": "2024"
},
"lastDate": {
"day": "02",
"month": "05",
"year": "2024"
}
}
]
}
},
{
"line1": "34 E INDIA ROW APT 20E",
"line2": null,
"line3": null,
"houseNumber": "34",
"preDirection": "E",
"streetName": "INDIA",
"streetSuffix": "ROW",
"postDirection": null,
"unit": "20E",
"city": "BOSTON",
"county": "SUFFOLK",
"state": "MA",
"zip": "06190",
"zip4": "3348",
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": "1 office, 289 apartments, 9 penthouses",
"countryName": null,
"distance": null,
"firstDate": {
"day": "08",
"month": "11",
"year": "2014"
},
"lastDate": {
"day": "08",
"month": "11",
"year": "2014"
},
"phones": null
},
{
"line1": "5424 ST NICHOLAS AVE",
"line2": null,
"line3": null,
"houseNumber": "5424",
"preDirection": null,
"streetName": "ST NICHOLAS",
"streetSuffix": "AVE",
"postDirection": null,
"unit": null,
"city": "VERO BEACH",
"county": "INDIAN RIVER",
"state": "FL",
"zip": "13932",
"zip4": "7555",
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": {
"day": "01",
"month": "03",
"year": "2007"
},
"lastDate": {
"day": "19",
"month": "09",
"year": "2014"
},
"phones": null
}
]
},
"emails": {
"email": [
"bbaker@domain1.com",
"eve93xwlewitt@domain2.com",
"booknerd919@domain13.com"
]
}
},
{
"reportToken": "vnw9WvxozQIf.JMStzA==",
"relationshipType": null,
"names": {
"name": [
{
"title": null,
"firstName": "BERTHA",
"middleName": "M",
"lastName": "BAKER",
"nameSuffix": null,
"professionalSuffix": null,
"firstDate": {
"day": "01",
"month": "10",
"year": "1988"
},
"lastDate": {
"day": "02",
"month": "04",
"year": "2024"
}
},
{
"title": null,
"firstName": "BERTHA",
"middleName": null,
"lastName": "BAKER",
"nameSuffix": null,
"professionalSuffix": null,
"firstDate": {
"day": "02",
"month": "02",
"year": "2015"
},
"lastDate": {
"day": "02",
"month": "02",
"year": "2015"
}
}
]
},
"SSNs": {
"SSNRecord": {
"SSN": "33428xxxx",
"state": "ILLINOIS",
"years": "1951-1952"
}
},
"DOBs": {
"DOB": {
"day": "01",
"month": "11",
"year": "1920",
"firstDate": null,
"lastDate": null,
"age": "103"
}
},
"DODs": {
"deceasedRecord": {
"name": null,
"DOD": {
"day": "01",
"month": "07",
"year": "2014"
},
"DOB": {
"day": "01",
"month": "11",
"year": "1920",
"firstDate": null,
"lastDate": null,
"age": null
},
"ageAtDeath": "93",
"SSNRecord": null,
"doesNotBelongToSubject": null,
"gender": null,
"verifyProof": null
}
},
"addresses": {
"address": [
{
"line1": "5424 ST NICHOLAS AVE",
"line2": null,
"line3": null,
"houseNumber": "5424",
"preDirection": null,
"streetName": "ST NICHOLAS",
"streetSuffix": "AVE",
"postDirection": null,
"unit": null,
"city": "VERO BEACH",
"county": "INDIAN RIVER",
"state": "FL",
"zip": "13932",
"zip4": "7555",
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": {
"day": null,
"month": "10",
"year": "1989"
},
"lastDate": {
"day": "09",
"month": "09",
"year": "2024"
},
"phones": null
},
{
"line1": "1129 SILVER COIN WAY",
"line2": null,
"line3": null,
"houseNumber": "1129",
"preDirection": null,
"streetName": "SILVER COIN",
"streetSuffix": "WAY",
"postDirection": null,
"unit": null,
"city": "VERO BEACH",
"county": "INDIAN RIVER",
"state": "FL",
"zip": "13993",
"zip4": "2723",
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": {
"day": "30",
"month": "09",
"year": "1990"
},
"lastDate": {
"day": "13",
"month": "07",
"year": "2018"
},
"phones": null
}
]
},
"emails": {
"email": [
"bbaker@domain3.com",
"bbaker@domain1.com",
"bbaker@domain4.com"
]
}
},
{
"reportToken": "3w07UPxhuAVm.TtTE1A==",
"relationshipType": null,
"names": {
"name": [
{
"title": null,
"firstName": "HELENA",
"middleName": "M",
"lastName": "GREEN",
"nameSuffix": null,
"professionalSuffix": null,
"firstDate": {
"day": "14",
"month": "01",
"year": "1990"
},
"lastDate": {
"day": "02",
"month": "04",
"year": "2024"
}
},
{
"title": null,
"firstName": "HELENA",
"middleName": "MAE",
"lastName": "BAKER",
"nameSuffix": null,
"professionalSuffix": null,
"firstDate": {
"day": "01",
"month": "05",
"year": "2005"
},
"lastDate": {
"day": "01",
"month": "03",
"year": "2022"
}
},
{
"title": null,
"firstName": "HELENA",
"middleName": "MAE",
"lastName": "BAKER-GREEN",
"nameSuffix": null,
"professionalSuffix": null,
"firstDate": {
"day": "01",
"month": "04",
"year": "1932"
},
"lastDate": {
"day": "14",
"month": "12",
"year": "2020"
}
}
]
},
"SSNs": {
"SSNRecord": {
"SSN": "13848xxxx",
"state": "ILLINOIS",
"years": "1998-1999"
}
},
"DOBs": {
"DOB": {
"day": null,
"month": null,
"year": "1999",
"firstDate": null,
"lastDate": null,
"age": "54"
}
},
"DODs": null,
"addresses": {
"address": [
{
"line1": "9 RYDER HOLLOW RD",
"line2": null,
"line3": null,
"houseNumber": "9",
"preDirection": null,
"streetName": "RYDER HOLLOW",
"streetSuffix": "RD",
"postDirection": null,
"unit": null,
"city": "TRURO",
"county": "BARNSTABLE",
"state": "MA",
"zip": "02999",
"zip4": null,
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": {
"day": "30",
"month": "08",
"year": "2014"
},
"lastDate": {
"day": "09",
"month": "09",
"year": "2024"
},
"phones": null
},
{
"line1": "PO BOX 7546",
"line2": null,
"line3": null,
"houseNumber": "7546",
"preDirection": null,
"streetName": "PO Box",
"streetSuffix": null,
"postDirection": null,
"unit": null,
"city": "TRURO",
"county": "BARNSTABLE",
"state": "MA",
"zip": "02999",
"zip4": "7546",
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": {
"day": "07",
"month": "09",
"year": "2011"
},
"lastDate": {
"day": "02",
"month": "04",
"year": "2024"
},
"phones": null
}
]
},
"emails": {
"email": [
"helenaboss@domain1.com",
"helena.bakergreen@domain10.com",
"hbakergreen@domain11.com",
"bebafranco881@domain9.com"
]
}
}
]
},
"IndividualsSharingSSN": {
"IndividualSharingSSN": {
"name": {
"title": null,
"firstName": "JESS",
"middleName": null,
"lastName": "BAKER",
"nameSuffix": null,
"professionalSuffix": null,
"firstDate": {
"day": "01",
"month": "03",
"year": "2008"
},
"lastDate": {
"day": "02",
"month": "04",
"year": "2024"
}
},
"SSNRecord": {
"SSN": "555482938",
"state": "OKLAHOMA",
"years": "1989-1987"
},
"DOB": {
"day": "04",
"month": "08",
"year": "1329",
"firstDate": null,
"lastDate": null,
"age": null
},
"reportToken": "uwFdW/xhuQ5h.ItsH4A=="
}
},
"businessAssociations": {
"business": {
"businessNames": {
"businessName": [
{
"name": "BROOKS ADVISORS INC",
"type": "Primary"
},
{
"name": "BROOKS ADVISORS, INC.",
"type": "Primary"
}
]
},
"businessIds": null,
"addresses": {
"businessAddress": {
"line1": "1230 OCEAN AVE",
"line2": null,
"line3": null,
"houseNumber": "1230",
"preDirection": null,
"streetName": "OCEAN",
"streetSuffix": "AVE",
"postDirection": null,
"unit": null,
"city": "FLOSSMOOR",
"county": null,
"state": "IL",
"zip": "90422",
"zip4": "1923",
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": {
"day": "05",
"month": "01",
"year": "1999"
},
"lastDate": {
"day": "12",
"month": "08",
"year": "2023"
},
"phones": null,
"otherBusinessesAtAddress": null,
"peopleAtAddress": null
}
},
"businessContacts": null,
"businessPrincipals": null,
"childrenCompanies": null,
"registeredAgent": null,
"registrationDate": null,
"registrationAddress": null,
"phones": null,
"score": null,
"FEINumber": null,
"FEINumbers": null,
"incorporationState": null,
"corporationType": null,
"industry": null,
"subsidiaryCount": null,
"industries": null,
"domains": null,
"tickerSymbols": null,
"filingDate": null,
"recordDate": null,
"recordType": null,
"status": null,
"statusDescription": null,
"corporationNumber": null,
"businessToken": "rmQ7Up8How5kh/c=.kG7XXw==",
"DomesticWorldFlag": "D",
"globalBusinessToken": null,
"globalDomesticWorldFlag": null,
"parentBusinessToken": null,
"parentDomesticWorldFlag": null,
"HQBusinessToken": null,
"HQDomesticWorldFlag": null,
"tradeStyleBusinessToken": null,
"incorporationDate": null,
"deedCount": null,
"foreclosureCount": null,
"taxRollCount": null,
"vehicleCount": null,
"aircraftCount": null,
"judgmentDEBITorCount": null,
"judgmentDebtorCount": null,
"lienDebtorCount": null,
"lienHolderCount": null,
"bankruptcySubjectCount": null,
"bankruptcyDEBITorCount": null,
"principalCount": null,
"otherContactCount": null,
"possibleEmployeeCount": null,
"confirmedActive": null,
"DUNSNumber": "109284019",
"DUNSNumbers": null,
"parentDUNSNumber": null,
"globalDUNSNumber": null,
"HQDUNSNumber": null,
"websites": null
}
},
"corporateFilings": {
"corporation": [
{
"businessName": "FLYSUPPLY, INC.",
"businessNameType": "Primary",
"businessState": "CA",
"secStatus": "Active",
"secStateStatus": "Undefined",
"foreignRegion": null,
"country": null,
"filingNumber": "1332098",
"FEINumber": null,
"businessDUNSNumber": "028934359",
"authCapitalTotalAmount": null,
"paidInCapitalAmount": null,
"franchiseTaxBalanceAmount": null,
"franchiseTaxPaidAmount": null,
"taxPercentFactor": null,
"taxPaidAmount": null,
"taxCapitalAmount": null,
"taxBalanceAmount": null,
"filingOfficeDUNSNumber": "355538411",
"corportationType": "Not Available",
"registrationType": "Domestic Corporation",
"SIC": "00000000",
"address": {
"line1": "3401 CONSTRUCTION DR STE E",
"line2": null,
"line3": null,
"houseNumber": "3401",
"preDirection": null,
"streetName": "CONSTRUCTION",
"streetSuffix": "DR",
"postDirection": null,
"unit": "E",
"city": "CARLSBAD",
"county": "SAN DIEGO",
"state": "CA",
"zip": "92011",
"zip4": "1534",
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": null,
"lastDate": null,
"phones": null
},
"addressType": "Business",
"taxAddress": null,
"filingOfficeAddress": {
"line1": "1500 11TH ST FL 3",
"line2": null,
"line3": null,
"houseNumber": "1500",
"preDirection": null,
"streetName": "11TH",
"streetSuffix": "ST",
"postDirection": null,
"unit": "3",
"city": "SACRAMENTO",
"county": "SACRAMENTO",
"state": "CA",
"zip": "95814",
"zip4": "5701",
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": null,
"lastDate": null,
"phones": null
},
"verificationDate": {
"day": "01",
"month": "09",
"year": "2024"
},
"expirationDate": null,
"paidInCapitalDate": null,
"filingDate": {
"day": "23",
"month": "12",
"year": "2009"
},
"incorporationDate": {
"day": "23",
"month": "12",
"year": "2009"
},
"secStateStatusDate": null,
"firstDate": {
"day": "07",
"month": "04",
"year": "2023"
},
"lastDate": {
"day": "12",
"month": "09",
"year": "2024"
},
"RAAppointDate": null,
"fiscalYearEndDate": null,
"franchiseTaxBoardStatus": "0",
"franchiseTaxBoardStatusDate": null,
"franchiseTaxPaidDate": null,
"totalCapitalAmount": null,
"receivedDate": {
"day": "04",
"month": "09",
"year": "2024"
},
"secStateAnnualReportDueDate": null,
"secStateReportFileDate": null,
"secStateAnnualReportMailDate": null,
"secStateAnnualReportDelinqDate": null,
"secStateLastAnnualReportDate": null,
"distributionControll": null,
"activeAgentFlat": null,
"minRequirementMetFlag": null,
"registrationTypeDescription": null,
"incorporationState": "CA",
"incorporationForeignRegion": null,
"incorporationCountry": null,
"perpetualIndicator": null,
"miscDetails": "BUSINESS TYPE: DATA VERIFICATION & HYGIENE",
"filingOfficeBusinessToken": "rmRbQONpowUHh5U=.7DRo3A==",
"filingOfficeName": "BUSINESS PROGRAMS DIVISION",
"fileDate": {
"day": "13",
"month": "09",
"year": "2024"
},
"amendments": null,
"corporateStockIssues": null,
"businessContacts": {
"businessContact": [
{
"name": {
"title": null,
"firstName": "DAVID",
"middleName": null,
"lastName": "BAKER",
"nameSuffix": null,
"professionalSuffix": null,
"firstDate": null,
"lastDate": null
},
"address": {
"line1": "27291 FLOWER DR",
"line2": null,
"line3": null,
"houseNumber": "27291",
"preDirection": null,
"streetName": "FLOWER",
"streetSuffix": "DR",
"postDirection": null,
"unit": null,
"city": "LAKE FOREST",
"county": "ORANGE",
"state": "CA",
"zip": "92325",
"zip4": "1873",
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": null,
"lastDate": null,
"phones": null
},
"title": "Director",
"contactType": null,
"deceasedRecord": null,
"ageAtDeath": null,
"DOB": null,
"businessName": null,
"doesNotBelongToSubject": null,
"gender": null,
"verifyProof": null,
"criminalRecordsFound": null,
"bankruptciesFound": null,
"UCCFilingsFound": null,
"liensFound": null,
"judgmentsFound": null,
"numberOfBusinessAssociations": null,
"numberOfCorporateAssociations": null,
"individualSearchedFor": null,
"watchListRecords": null,
"businessAssociations": null,
"relativesBusinessAssociations": null,
"tooManyWatchListRecordsFound": null,
"numberOfWatchListRecords": null,
"isSexOffender": null,
"hasCriminalRecords": null,
"hasArrestRecords": null,
"hasWarrantRecords": null,
"numberOfProfessionalAssociations": null,
"numberOfProfessionalLicenses": null,
"numberOfBankruptcies": null,
"numberOfJudgments": null,
"numberOfLiens": null,
"numberOfEvictions": null,
"numberOfForeclosures": null,
"numberOfCorporateFilings": null,
"numberOfUCCFilings": null,
"firstDate": null,
"lastDate": null,
"reportToken": "u30gJ/wIwAUS.NyFM/g=="
},
{
"name": {
"title": null,
"firstName": "DAVID",
"middleName": null,
"lastName": "BAKER",
"nameSuffix": null,
"professionalSuffix": null,
"firstDate": null,
"lastDate": null
},
"address": {
"line1": "27291 CALLE DE LA ROSA",
"line2": null,
"line3": null,
"houseNumber": "27291",
"preDirection": null,
"streetName": "CALLE DE LA ROSA",
"streetSuffix": null,
"postDirection": null,
"unit": null,
"city": "LAKE FOREST",
"county": "ORANGE",
"state": "CA",
"zip": "92325",
"zip4": "1873",
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": null,
"lastDate": null,
"phones": null
},
"title": "Secretary",
"contactType": null,
"deceasedRecord": null,
"ageAtDeath": null,
"DOB": null,
"businessName": null,
"doesNotBelongToSubject": null,
"gender": null,
"verifyProof": null,
"criminalRecordsFound": null,
"bankruptciesFound": null,
"UCCFilingsFound": null,
"liensFound": null,
"judgmentsFound": null,
"numberOfBusinessAssociations": null,
"numberOfCorporateAssociations": null,
"individualSearchedFor": null,
"watchListRecords": null,
"businessAssociations": null,
"relativesBusinessAssociations": null,
"tooManyWatchListRecordsFound": null,
"numberOfWatchListRecords": null,
"isSexOffender": null,
"hasCriminalRecords": null,
"hasArrestRecords": null,
"hasWarrantRecords": null,
"numberOfProfessionalAssociations": null,
"numberOfProfessionalLicenses": null,
"numberOfBankruptcies": null,
"numberOfJudgments": null,
"numberOfLiens": null,
"numberOfEvictions": null,
"numberOfForeclosures": null,
"numberOfCorporateFilings": null,
"numberOfUCCFilings": null,
"firstDate": null,
"lastDate": null,
"reportToken": "u30gJ/wIwAUS.NyFM/g=="
},
{
"name": {
"title": null,
"firstName": "LAWENCE",
"middleName": null,
"lastName": "SLADE",
"nameSuffix": null,
"professionalSuffix": null,
"firstDate": null,
"lastDate": null
},
"address": {
"line1": "12934 KILLION ST",
"line2": null,
"line3": null,
"houseNumber": "12934",
"preDirection": null,
"streetName": "KILLION",
"streetSuffix": "ST",
"postDirection": null,
"unit": null,
"city": "SHERMAN OAKS",
"county": "LOS ANGELES",
"state": "CA",
"zip": "91401",
"zip4": "4555",
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": null,
"lastDate": null,
"phones": null
},
"title": "Registered Agent",
"contactType": null,
"deceasedRecord": null,
"ageAtDeath": null,
"DOB": null,
"businessName": null,
"doesNotBelongToSubject": null,
"gender": null,
"verifyProof": null,
"criminalRecordsFound": null,
"bankruptciesFound": null,
"UCCFilingsFound": null,
"liensFound": null,
"judgmentsFound": null,
"numberOfBusinessAssociations": null,
"numberOfCorporateAssociations": null,
"individualSearchedFor": null,
"watchListRecords": null,
"businessAssociations": null,
"relativesBusinessAssociations": null,
"tooManyWatchListRecordsFound": null,
"numberOfWatchListRecords": null,
"isSexOffender": null,
"hasCriminalRecords": null,
"hasArrestRecords": null,
"hasWarrantRecords": null,
"numberOfProfessionalAssociations": null,
"numberOfProfessionalLicenses": null,
"numberOfBankruptcies": null,
"numberOfJudgments": null,
"numberOfLiens": null,
"numberOfEvictions": null,
"numberOfForeclosures": null,
"numberOfCorporateFilings": null,
"numberOfUCCFilings": null,
"firstDate": null,
"lastDate": null,
"reportToken": null
},
{
"name": {
"title": null,
"firstName": "MICHAEL",
"middleName": null,
"lastName": "DONALDSON",
"nameSuffix": null,
"professionalSuffix": null,
"firstDate": null,
"lastDate": null
},
"address": {
"line1": "3401 CONSTRUCTION DR STE E",
"line2": null,
"line3": null,
"houseNumber": "3401",
"preDirection": null,
"streetName": "CONSTRUCTION",
"streetSuffix": "DR",
"postDirection": null,
"unit": "E",
"city": "CARLSBAD",
"county": "SAN DIEGO",
"state": "CA",
"zip": "92011",
"zip4": "1534",
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": null,
"lastDate": null,
"phones": null
},
"title": "Chief Executive Officer",
"contactType": null,
"deceasedRecord": null,
"ageAtDeath": null,
"DOB": null,
"businessName": null,
"doesNotBelongToSubject": null,
"gender": null,
"verifyProof": null,
"criminalRecordsFound": null,
"bankruptciesFound": null,
"UCCFilingsFound": null,
"liensFound": null,
"judgmentsFound": null,
"numberOfBusinessAssociations": null,
"numberOfCorporateAssociations": null,
"individualSearchedFor": null,
"watchListRecords": null,
"businessAssociations": null,
"relativesBusinessAssociations": null,
"tooManyWatchListRecordsFound": null,
"numberOfWatchListRecords": null,
"isSexOffender": null,
"hasCriminalRecords": null,
"hasArrestRecords": null,
"hasWarrantRecords": null,
"numberOfProfessionalAssociations": null,
"numberOfProfessionalLicenses": null,
"numberOfBankruptcies": null,
"numberOfJudgments": null,
"numberOfLiens": null,
"numberOfEvictions": null,
"numberOfForeclosures": null,
"numberOfCorporateFilings": null,
"numberOfUCCFilings": null,
"firstDate": null,
"lastDate": null,
"reportToken": null
},
{
"name": {
"title": null,
"firstName": "MICHAEL",
"middleName": null,
"lastName": "DONALDSON",
"nameSuffix": null,
"professionalSuffix": null,
"firstDate": null,
"lastDate": null
},
"address": {
"line1": "3401 CONSTRUCTION DR STE D",
"line2": null,
"line3": null,
"houseNumber": "3401",
"preDirection": null,
"streetName": "CONSTRUCTION",
"streetSuffix": "DR",
"postDirection": null,
"unit": "D",
"city": "CARLSBAD",
"county": "SAN DIEGO",
"state": "CA",
"zip": "92011",
"zip4": "1534",
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": null,
"lastDate": null,
"phones": null
},
"title": "Chief Financial Officer",
"contactType": null,
"deceasedRecord": null,
"ageAtDeath": null,
"DOB": null,
"businessName": null,
"doesNotBelongToSubject": null,
"gender": null,
"verifyProof": null,
"criminalRecordsFound": null,
"bankruptciesFound": null,
"UCCFilingsFound": null,
"liensFound": null,
"judgmentsFound": null,
"numberOfBusinessAssociations": null,
"numberOfCorporateAssociations": null,
"individualSearchedFor": null,
"watchListRecords": null,
"businessAssociations": null,
"relativesBusinessAssociations": null,
"tooManyWatchListRecordsFound": null,
"numberOfWatchListRecords": null,
"isSexOffender": null,
"hasCriminalRecords": null,
"hasArrestRecords": null,
"hasWarrantRecords": null,
"numberOfProfessionalAssociations": null,
"numberOfProfessionalLicenses": null,
"numberOfBankruptcies": null,
"numberOfJudgments": null,
"numberOfLiens": null,
"numberOfEvictions": null,
"numberOfForeclosures": null,
"numberOfCorporateFilings": null,
"numberOfUCCFilings": null,
"firstDate": null,
"lastDate": null,
"reportToken": null
},
{
"name": {
"title": null,
"firstName": "MICHAEL",
"middleName": null,
"lastName": "DONALDSON",
"nameSuffix": null,
"professionalSuffix": null,
"firstDate": null,
"lastDate": null
},
"address": {
"line1": "3401 CONSTRUCTION DR STE E",
"line2": null,
"line3": null,
"houseNumber": "3401",
"preDirection": null,
"streetName": "CONSTRUCTION",
"streetSuffix": "DR",
"postDirection": null,
"unit": "E",
"city": "CARLSBAD",
"county": "SAN DIEGO",
"state": "CA",
"zip": "92011",
"zip4": "1534",
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": null,
"lastDate": null,
"phones": null
},
"title": "Director",
"contactType": null,
"deceasedRecord": null,
"ageAtDeath": null,
"DOB": null,
"businessName": null,
"doesNotBelongToSubject": null,
"gender": null,
"verifyProof": null,
"criminalRecordsFound": null,
"bankruptciesFound": null,
"UCCFilingsFound": null,
"liensFound": null,
"judgmentsFound": null,
"numberOfBusinessAssociations": null,
"numberOfCorporateAssociations": null,
"individualSearchedFor": null,
"watchListRecords": null,
"businessAssociations": null,
"relativesBusinessAssociations": null,
"tooManyWatchListRecordsFound": null,
"numberOfWatchListRecords": null,
"isSexOffender": null,
"hasCriminalRecords": null,
"hasArrestRecords": null,
"hasWarrantRecords": null,
"numberOfProfessionalAssociations": null,
"numberOfProfessionalLicenses": null,
"numberOfBankruptcies": null,
"numberOfJudgments": null,
"numberOfLiens": null,
"numberOfEvictions": null,
"numberOfForeclosures": null,
"numberOfCorporateFilings": null,
"numberOfUCCFilings": null,
"firstDate": null,
"lastDate": null,
"reportToken": null
}
]
},
"businessNames": {
"businessName": "FLYSUPPLY, INC."
}
},
{
"businessName": "FLYSUPPLY.COM, LLC",
"businessNameType": "Primary",
"businessState": "CA",
"secStatus": "CA33",
"secStateStatus": "Undefined",
"foreignRegion": null,
"country": null,
"filingNumber": "200409310372",
"FEINumber": null,
"businessDUNSNumber": "095201619",
"authCapitalTotalAmount": null,
"paidInCapitalAmount": null,
"franchiseTaxBalanceAmount": null,
"franchiseTaxPaidAmount": null,
"taxPercentFactor": null,
"taxPaidAmount": null,
"taxCapitalAmount": null,
"taxBalanceAmount": null,
"filingOfficeDUNSNumber": "355538411",
"corportationType": "Corporation",
"registrationType": "Domestic Limited Liability Company",
"SIC": "00000000",
"address": {
"line1": "32 GLENDALE",
"line2": null,
"line3": null,
"houseNumber": "32",
"preDirection": null,
"streetName": "GLENDALE",
"streetSuffix": null,
"postDirection": null,
"unit": null,
"city": "IRVINE",
"county": "ORANGE",
"state": "CA",
"zip": "92903",
"zip4": "0958",
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": null,
"lastDate": null,
"phones": null
},
"addressType": "Business",
"taxAddress": null,
"filingOfficeAddress": {
"line1": "1500 11TH ST FL 3",
"line2": null,
"line3": null,
"houseNumber": "1500",
"preDirection": null,
"streetName": "11TH",
"streetSuffix": "ST",
"postDirection": null,
"unit": "3",
"city": "SACRAMENTO",
"county": "SACRAMENTO",
"state": "CA",
"zip": "95814",
"zip4": "5701",
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": null,
"lastDate": null,
"phones": null
},
"verificationDate": {
"day": "01",
"month": "03",
"year": "2023"
},
"expirationDate": null,
"paidInCapitalDate": null,
"filingDate": {
"day": "24",
"month": "03",
"year": "2004"
},
"incorporationDate": null,
"secStateStatusDate": {
"day": "27",
"month": "09",
"year": "2011"
},
"firstDate": {
"day": "08",
"month": "04",
"year": "2004"
},
"lastDate": {
"day": "01",
"month": "04",
"year": "2023"
},
"RAAppointDate": null,
"fiscalYearEndDate": null,
"franchiseTaxBoardStatus": "0",
"franchiseTaxBoardStatusDate": null,
"franchiseTaxPaidDate": null,
"totalCapitalAmount": null,
"receivedDate": {
"day": "07",
"month": "03",
"year": "2023"
},
"secStateAnnualReportDueDate": null,
"secStateReportFileDate": null,
"secStateAnnualReportMailDate": null,
"secStateAnnualReportDelinqDate": null,
"secStateLastAnnualReportDate": null,
"distributionControll": null,
"activeAgentFlat": null,
"minRequirementMetFlag": null,
"registrationTypeDescription": null,
"incorporationState": "CA",
"incorporationForeignRegion": null,
"incorporationCountry": null,
"perpetualIndicator": null,
"miscDetails": "MANAGEMENT STRUCTURE: ONE MANAGER; BUSINESS TYPE: AIRLINE SUPPLY",
"filingOfficeBusinessToken": "rmRbQONpowUHh5U=.7DRo3A==",
"filingOfficeName": "BUSINESS PROGRAMS DIVISION",
"fileDate": {
"day": "04",
"month": "04",
"year": "2023"
},
"amendments": null,
"corporateStockIssues": null,
"businessContacts": {
"businessContact": [
{
"name": {
"title": null,
"firstName": "DAVID",
"middleName": null,
"lastName": "BAKER",
"nameSuffix": null,
"professionalSuffix": null,
"firstDate": null,
"lastDate": null
},
"address": {
"line1": "32 GLENDALE",
"line2": null,
"line3": null,
"houseNumber": "32",
"preDirection": null,
"streetName": "GLENDALE",
"streetSuffix": null,
"postDirection": null,
"unit": null,
"city": "IRVINE",
"county": "ORANGE",
"state": "CA",
"zip": "92903",
"zip4": "0958",
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": null,
"lastDate": null,
"phones": null
},
"title": "Manager",
"contactType": null,
"deceasedRecord": null,
"ageAtDeath": null,
"DOB": null,
"businessName": null,
"doesNotBelongToSubject": null,
"gender": null,
"verifyProof": null,
"criminalRecordsFound": null,
"bankruptciesFound": null,
"UCCFilingsFound": null,
"liensFound": null,
"judgmentsFound": null,
"numberOfBusinessAssociations": null,
"numberOfCorporateAssociations": null,
"individualSearchedFor": null,
"watchListRecords": null,
"businessAssociations": null,
"relativesBusinessAssociations": null,
"tooManyWatchListRecordsFound": null,
"numberOfWatchListRecords": null,
"isSexOffender": null,
"hasCriminalRecords": null,
"hasArrestRecords": null,
"hasWarrantRecords": null,
"numberOfProfessionalAssociations": null,
"numberOfProfessionalLicenses": null,
"numberOfBankruptcies": null,
"numberOfJudgments": null,
"numberOfLiens": null,
"numberOfEvictions": null,
"numberOfForeclosures": null,
"numberOfCorporateFilings": null,
"numberOfUCCFilings": null,
"firstDate": null,
"lastDate": null,
"reportToken": "u30gJ/wIwAUS.NyFM/g=="
},
{
"name": {
"title": null,
"firstName": "DAVID",
"middleName": null,
"lastName": "BAKER",
"nameSuffix": null,
"professionalSuffix": null,
"firstDate": null,
"lastDate": null
},
"address": {
"line1": "32 GLENDALE",
"line2": null,
"line3": null,
"houseNumber": "32",
"preDirection": null,
"streetName": "GLENDALE",
"streetSuffix": null,
"postDirection": null,
"unit": null,
"city": "IRVINE",
"county": "ORANGE",
"state": "CA",
"zip": "92903",
"zip4": "0958",
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": null,
"lastDate": null,
"phones": null
},
"title": "Registered Agent",
"contactType": null,
"deceasedRecord": null,
"ageAtDeath": null,
"DOB": null,
"businessName": null,
"doesNotBelongToSubject": null,
"gender": null,
"verifyProof": null,
"criminalRecordsFound": null,
"bankruptciesFound": null,
"UCCFilingsFound": null,
"liensFound": null,
"judgmentsFound": null,
"numberOfBusinessAssociations": null,
"numberOfCorporateAssociations": null,
"individualSearchedFor": null,
"watchListRecords": null,
"businessAssociations": null,
"relativesBusinessAssociations": null,
"tooManyWatchListRecordsFound": null,
"numberOfWatchListRecords": null,
"isSexOffender": null,
"hasCriminalRecords": null,
"hasArrestRecords": null,
"hasWarrantRecords": null,
"numberOfProfessionalAssociations": null,
"numberOfProfessionalLicenses": null,
"numberOfBankruptcies": null,
"numberOfJudgments": null,
"numberOfLiens": null,
"numberOfEvictions": null,
"numberOfForeclosures": null,
"numberOfCorporateFilings": null,
"numberOfUCCFilings": null,
"firstDate": null,
"lastDate": null,
"reportToken": "u30gJ/wIwAUS.NyFM/g=="
}
]
},
"businessNames": {
"businessName": "FLYSUPPLY.COM, LLC"
}
}
]
},
"personalLienFilings": null,
"personalJudgmentFilings": {
"personalJudgmentFiling": {
"name": {
"title": null,
"firstName": "DAVID",
"middleName": null,
"lastName": "BAKER",
"nameSuffix": null,
"professionalSuffix": null,
"firstDate": null,
"lastDate": null
},
"address": {
"line1": "731 LAKE AVE",
"line2": null,
"line3": null,
"houseNumber": "731",
"preDirection": null,
"streetName": "LAKE",
"streetSuffix": "AVE",
"postDirection": null,
"unit": null,
"city": "TEMPLE HILLS",
"county": null,
"state": "MD",
"zip": "20748",
"zip4": "3515",
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": null,
"lastDate": null,
"phones": null
},
"SSNRecord": null,
"DOB": null,
"attorneyName": null,
"attorneyAddress": null,
"attorneySSNRecord": null,
"plaintiffName": {
"title": null,
"firstName": "MARINER FINANCE LLC",
"middleName": null,
"lastName": null,
"nameSuffix": null,
"professionalSuffix": null,
"firstDate": null,
"lastDate": null
},
"plaintiff": {
"businessName": null,
"name": {
"title": null,
"firstName": "MARINER FINANCE LLC",
"middleName": null,
"lastName": null,
"nameSuffix": null,
"professionalSuffix": null,
"firstDate": null,
"lastDate": null
},
"address": null,
"businessToken": null,
"reportToken": null,
"firstDate": null,
"lastDate": null
},
"court": null,
"reportToken": "3xEiUfxmzAUf.vQ4nTg==",
"businessToken": null,
"businessName": null,
"driverLicenseNumber": null,
"driverLicenseState": null,
"aliasNameType": null,
"attorneyReportToken": null,
"attorneyBusinessToken": null,
"attorneyBusinessName": null,
"DEBITorName": null,
"filingLocation": "Prince Georges, MD",
"filingType": null,
"action": null,
"courtCaseNumber": "050200209812019",
"altCourtCaseNumber": null,
"totalJudgmentAmount": "1593.79",
"interestRate": null,
"backSupportAmount": null,
"installmentJudgmentIndicator": null,
"stayOrderedIndicator": null,
"deedCategoryType": "Release",
"damarDocumentType": "Release of Judgments",
"recordingNumber": null,
"recordingBookNumber": null,
"recordingPageNumber": null,
"recordingDate": {
"day": "28",
"month": "12",
"year": "2020"
},
"abstractIssuedDate": null,
"stayOrderedDate": null,
"transferredDate": null,
"withdrawnDate": null,
"claimDate": null,
"objectionDate": null,
"reportDate": null,
"closedDate": null,
"reopenedDate": null,
"dischargeDate": null,
"dismissalDate": null,
"convertedDate": null,
"filingDate": null,
"releaseDate": null
}
},
"personalBankruptcyFilings": null,
"pilotLicenses": {
"pilotLicense": {
"reportToken": "pHA_UPxpugJt.uyL8ow==",
"name": {
"title": null,
"firstName": "DAVID",
"middleName": "W",
"lastName": "BAKER",
"nameSuffix": null,
"professionalSuffix": null,
"firstDate": null,
"lastDate": null
},
"SSNRecord": null,
"address": {
"line1": "34 E 134ST ST S",
"line2": null,
"line3": null,
"houseNumber": "34",
"preDirection": "E",
"streetName": "134ST",
"streetSuffix": "ST",
"postDirection": "S",
"unit": null,
"city": "BROKEN ARROW",
"county": null,
"state": "OK",
"zip": "74014",
"zip4": "9351",
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": "USA",
"distance": null,
"firstDate": null,
"lastDate": null,
"phones": null
},
"airmanUniqueNumber": "C1299817",
"certificateNumber": "01",
"certificateType": "Pilot",
"certificateLevel": "Student",
"fileDate": {
"day": "01",
"month": "08",
"year": "2022"
},
"certificateFileDate": null,
"medicalClass": null,
"medicalDate": null,
"medicalExpireDate": null,
"ratings": null
}
},
"professionalAssociations": null,
"professionalLicenses": {
"professionalLicense": [
{
"school": null,
"businessName": null,
"tradeType": null,
"licenseNumber": "RN-79099-0",
"licenseType": "REGISTERED NURSE",
"licenseClass": null,
"licenseState": "HI",
"licenseStatus": "ACTIVE",
"graduationDate": null,
"issueDate": {
"day": "19",
"month": "11",
"year": "2013"
},
"currentIssueDate": null,
"expirationDate": {
"day": "30",
"month": "09",
"year": "2025"
},
"disciplinaryActions": null,
"additionalTypes": null,
"jobFunctions": {
"jobFunction": "REGISTERED NURSE"
},
"specialties": null,
"callSign": null
},
{
"school": null,
"businessName": null,
"tradeType": "HEALTHCARE",
"licenseNumber": "787200",
"licenseType": "REGISTERED NURSE",
"licenseClass": null,
"licenseState": "CA",
"licenseStatus": "ACTIVE",
"graduationDate": null,
"issueDate": {
"day": "19",
"month": "11",
"year": "2010"
},
"currentIssueDate": null,
"expirationDate": {
"day": "30",
"month": "11",
"year": "2012"
},
"disciplinaryActions": null,
"additionalTypes": null,
"jobFunctions": null,
"specialties": null,
"callSign": null
}
]
},
"evictions": {
"eviction": {
"court": {
"address": {
"line1": "293 PIERCE STREET, ROOM 114",
"line2": null,
"line3": null,
"houseNumber": "293",
"preDirection": null,
"streetName": "PIERCE STREET ROOM 114",
"streetSuffix": null,
"postDirection": null,
"unit": null,
"city": "TAMPA",
"county": null,
"state": "FL",
"zip": "55502",
"zip4": null,
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": null,
"lastDate": null,
"phones": null
},
"courtID": "FLHILC1",
"businessName": "HILLSBOROUGH COUNTY CIRCUIT COURT",
"phone": "8133248100"
},
"name": {
"title": null,
"firstName": "DAVID",
"middleName": null,
"lastName": "BAKER",
"nameSuffix": null,
"professionalSuffix": null,
"firstDate": null,
"lastDate": null
},
"address": {
"line1": "1286 FERRELL CT # 250",
"line2": null,
"line3": null,
"houseNumber": "1286",
"preDirection": null,
"streetName": "FERRELL",
"streetSuffix": "CT",
"postDirection": null,
"unit": "250",
"city": "TAMPA",
"county": "HILLSBOROUGH",
"state": "FL",
"zip": "55507",
"zip4": null,
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": null,
"lastDate": null,
"phones": null
},
"SSNRecord": null,
"DOB": null,
"plaintiffName": null,
"plaintiffAddress": null,
"plaintiffSSNRecord": null,
"plaintiff": {
"businessName": null,
"name": null,
"address": null,
"businessToken": null,
"reportToken": null,
"firstDate": null,
"lastDate": null
},
"attorneyName": null,
"attorneyAddress": null,
"caseNumber": "2010CC002509",
"filingType": "Forcible Detainer",
"filingState": "FL",
"actionType": "14",
"department": "CV",
"unlawfulDetainer": "Y",
"recordingBook": "13295",
"recordingPage": "1925",
"filingDate": {
"day": "31",
"month": "03",
"year": "2010"
},
"releaseDate": null,
"liabilityAmount": null,
"assets": null,
"assetsAvailable": null,
"reportToken": "pg44Jfxm3wVh.wZu4Tw==",
"businessToken": null,
"FEINumber": null,
"businessName": null,
"plaintiffReportToken": null,
"plaintiffBusinessToken": null,
"attorneyPhone": null
}
},
"UCCFilings": {
"UCCFiling": [
{
"debtors": {
"debtor": [
{
"businessName": "BAKER, DAVID",
"FEINumber": null,
"name": "DAVID BAKER",
"reportToken": "pHA_UPxpugJt.uyL8ow==",
"businessToken": null,
"DOB": {
"day": "04",
"month": "08",
"year": "1329"
},
"SSNRecord": null,
"address": {
"line1": "703 E OCALA ST",
"line2": null,
"line3": null,
"houseNumber": "703",
"preDirection": "E",
"streetName": "OCALA",
"streetSuffix": "ST",
"postDirection": null,
"unit": null,
"city": "BROKEN ARROW",
"county": "TULSA",
"state": "OK",
"zip": "74011",
"zip4": "8824",
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": null,
"lastDate": null,
"phones": null
}
},
{
"businessName": "SMART INVESTMENTS LLC",
"FEINumber": null,
"name": "SMART INVESTMENTS LLC",
"reportToken": null,
"businessToken": "rmRZWIcAo3gFg_4=.ywrzfQ==",
"DOB": null,
"SSNRecord": null,
"address": {
"line1": "703 E OCALA ST",
"line2": null,
"line3": null,
"houseNumber": "703",
"preDirection": "E",
"streetName": "OCALA",
"streetSuffix": "ST",
"postDirection": null,
"unit": null,
"city": "BROKEN ARROW",
"county": "TULSA",
"state": "OK",
"zip": "74011",
"zip4": "8824",
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": null,
"lastDate": null,
"phones": null
}
}
]
},
"securedParties": {
"securedParty": {
"businessName": "KUBOTA DEBIT CORPORATION, U.S.A.",
"FEINumber": null,
"name": "KUBOTA DEBIT CORPORATION",
"reportToken": null,
"businessToken": null,
"DOB": null,
"SSNRecord": null,
"address": {
"line1": "PO BOX 2049",
"line2": null,
"line3": null,
"houseNumber": "2049",
"preDirection": null,
"streetName": "PO Box",
"streetSuffix": null,
"postDirection": null,
"unit": null,
"city": "GRAPEVINE",
"county": "TARRANT",
"state": "TX",
"zip": "79099",
"zip4": "2049",
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": null,
"lastDate": null,
"phones": null
}
}
},
"collateralItems": {
"collateralItem": [
{
"type": "Unknown Equipment Unknown",
"machineryClassification": null,
"manufacturer": null,
"model": null,
"modelYear": null,
"modelDescription": null,
"quantity": null,
"yearManufactured": null,
"serialNumber": null,
"newOrUsed": null
},
{
"type": "Unknown Equipment Unknown",
"machineryClassification": null,
"manufacturer": null,
"model": null,
"modelYear": null,
"modelDescription": null,
"quantity": null,
"yearManufactured": null,
"serialNumber": null,
"newOrUsed": null
}
]
},
"filingOfficeAddress": {
"line1": "1191 W PARK PL",
"line2": null,
"line3": null,
"houseNumber": "1191",
"preDirection": "W",
"streetName": "PARK",
"streetSuffix": "PL",
"postDirection": null,
"unit": null,
"city": "OKLAHOMA CITY",
"county": "OKLAHOMA",
"state": "OK",
"zip": "73107",
"zip4": "5243",
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": null,
"lastDate": null,
"phones": null
},
"filingType": "Original",
"filingNumber": "18080820829050",
"filingDate": {
"day": "08",
"month": "08",
"year": "2018"
},
"filingTime": "08:13:00",
"expirationDate": null,
"crossReferenceFilingNumber": null,
"crossReferenceFilingDate": null,
"filingOfficeName": "OKLAHOMA CENTRAL FILING OFFICE/UCC DIVISION"
},
{
"debtors": {
"debtor": {
"businessName": "BAKER, DAVID",
"FEINumber": null,
"name": "DAVID BAKER",
"reportToken": "pHA_UPxpugJt.uyL8ow==",
"businessToken": null,
"DOB": {
"day": "04",
"month": "08",
"year": "1329"
},
"SSNRecord": null,
"address": {
"line1": "703 E OCALA ST",
"line2": null,
"line3": null,
"houseNumber": "703",
"preDirection": "E",
"streetName": "OCALA",
"streetSuffix": "ST",
"postDirection": null,
"unit": null,
"city": "BROKEN ARROW",
"county": "TULSA",
"state": "OK",
"zip": "74011",
"zip4": "8824",
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": null,
"lastDate": null,
"phones": null
}
}
},
"securedParties": {
"securedParty": {
"businessName": "KUBOTA DEBIT CORPORATION, U.S.A.",
"FEINumber": null,
"name": "KUBOTA DEBIT CORPORATION",
"reportToken": null,
"businessToken": null,
"DOB": null,
"SSNRecord": null,
"address": {
"line1": "PO BOX 2049",
"line2": null,
"line3": null,
"houseNumber": "2049",
"preDirection": null,
"streetName": "PO Box",
"streetSuffix": null,
"postDirection": null,
"unit": null,
"city": "GRAPEVINE",
"county": "TARRANT",
"state": "TX",
"zip": "79099",
"zip4": "2049",
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": null,
"lastDate": null,
"phones": null
}
}
},
"collateralItems": null,
"filingOfficeAddress": {
"line1": "1191 W PARK PL",
"line2": null,
"line3": null,
"houseNumber": "1191",
"preDirection": "W",
"streetName": "PARK",
"streetSuffix": "PL",
"postDirection": null,
"unit": null,
"city": "OKLAHOMA CITY",
"county": "OKLAHOMA",
"state": "OK",
"zip": "73107",
"zip4": "5243",
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": null,
"lastDate": null,
"phones": null
},
"filingType": "Amendment",
"filingNumber": "18071113230340",
"filingDate": {
"day": "13",
"month": "07",
"year": "2018"
},
"filingTime": "11:34:00",
"expirationDate": null,
"crossReferenceFilingNumber": "18092820999470",
"crossReferenceFilingDate": {
"day": "28",
"month": "09",
"year": "2018"
},
"filingOfficeName": "OKLAHOMA CENTRAL FILING OFFICE/UCC DIVISION"
}
]
},
"voterRegistrations": {
"voterRegistration": [
{
"reportToken": "rgMiWvxn2gUF.TwQHqA==",
"name": {
"title": null,
"firstName": "DAVID",
"middleName": "W",
"lastName": "BAKER",
"nameSuffix": null,
"professionalSuffix": null,
"firstDate": null,
"lastDate": null
},
"address": {
"line1": "1129 SILVER COIN WAY",
"line2": null,
"line3": null,
"houseNumber": "1129",
"preDirection": null,
"streetName": "SILVER COIN",
"streetSuffix": "WAY",
"postDirection": null,
"unit": null,
"city": "VERO BEACH",
"county": null,
"state": "FL",
"zip": "13993",
"zip4": null,
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": {
"day": null,
"month": "12",
"year": "1989"
},
"lastDate": {
"day": "29",
"month": "09",
"year": "2018"
},
"phones": null
},
"dateOfRegistration": {
"day": "18",
"month": "12",
"year": "2009"
},
"SSNRecord": null,
"DOB": {
"day": "09",
"month": "03",
"year": "1955",
"firstDate": null,
"lastDate": null,
"age": null
},
"deceasedRecord": null,
"party": "Democrat",
"phone": "5557787500",
"gender": "M"
},
{
"reportToken": "rgMiWvxn2gUF.TwQHqA==",
"name": {
"title": null,
"firstName": "DAVID",
"middleName": "W",
"lastName": "BAKER",
"nameSuffix": null,
"professionalSuffix": null,
"firstDate": null,
"lastDate": null
},
"address": {
"line1": "5424 ST NICHOLAS AVE",
"line2": null,
"line3": null,
"houseNumber": "5424",
"preDirection": null,
"streetName": "ST NICHOLAS",
"streetSuffix": "AVE",
"postDirection": null,
"unit": null,
"city": "VERO BEACH",
"county": null,
"state": "FL",
"zip": "13932",
"zip4": null,
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": {
"day": null,
"month": "12",
"year": "1989"
},
"lastDate": {
"day": null,
"month": "07",
"year": "2017"
},
"phones": null
},
"dateOfRegistration": {
"day": "18",
"month": "12",
"year": "2009"
},
"SSNRecord": null,
"DOB": {
"day": "09",
"month": "03",
"year": "1955",
"firstDate": null,
"lastDate": null,
"age": null
},
"deceasedRecord": null,
"party": "Democrat",
"phone": "5557787500",
"gender": "M"
}
]
},
"employers": {
"employer": [
{
"phone": {
"phoneNumber": "5554551388",
"listingName": "SMART INVESTMENTS LLC",
"listingType": "Unknown",
"phoneType": "Unknown",
"carrier": "VALOR TELECOMMUNICATIONS OF TEXAS LP - OK DBA WINDSTREAM COMMUNICATIONS SOUTHWEST (WINDSTREAM)",
"carrierType": "LANDLINE",
"city": "BROKEN ARROW",
"state": "OK",
"county": "TULSA",
"timeZone": "CT",
"possibleSubjectPhone": null,
"score": null,
"firstDate": null,
"lastDate": null
},
"businessName": "SMART INVESTMENTS LLC",
"name": null,
"address": {
"line1": "703 E OCALA ST",
"line2": null,
"line3": null,
"houseNumber": "703",
"preDirection": "E",
"streetName": "OCALA",
"streetSuffix": "ST",
"postDirection": null,
"unit": null,
"city": "BROKEN ARROW",
"county": null,
"state": "OK",
"zip": "74011",
"zip4": null,
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": null,
"lastDate": null,
"phones": null
},
"businessToken": "rmQ_UeMAo31jh5I=.M2IzCw==",
"reportToken": null,
"firstDate": {
"day": "18",
"month": "02",
"year": "2015"
},
"lastDate": {
"day": "31",
"month": "05",
"year": "2024"
}
},
{
"phone": null,
"businessName": "BROOKS ADVISORS INC",
"name": null,
"address": {
"line1": "1230 OCEAN AVE",
"line2": null,
"line3": null,
"houseNumber": "1230",
"preDirection": null,
"streetName": "OCEAN",
"streetSuffix": "AVE",
"postDirection": null,
"unit": null,
"city": "FLOSSMOOR",
"county": null,
"state": "IL",
"zip": "90422",
"zip4": null,
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": null,
"lastDate": null,
"phones": null
},
"businessToken": "rmQ7Up8How5kh/c=.kG7XXw==",
"reportToken": null,
"firstDate": {
"day": "01",
"month": "07",
"year": "2005"
},
"lastDate": {
"day": "01",
"month": "05",
"year": "2007"
}
}
]
},
"employmentHistory": null,
"criminalRecords": {
"criminal": [
{
"suspect": {
"AKAs": {
"AKA": {
"name": {
"title": null,
"firstName": "DAVID",
"middleName": null,
"lastName": "BAKER",
"nameSuffix": null,
"professionalSuffix": null,
"firstDate": null,
"lastDate": null
}
}
},
"DOB": {
"day": "09",
"month": "03",
"year": "1955",
"firstDate": null,
"lastDate": null,
"age": null
},
"otherDOBs": null,
"otherAddresses": null,
"birthAddress": null,
"birthPlace": null,
"citizenship": null,
"complexion": null,
"build": null,
"hair": null,
"hairLength": null,
"gender": "M",
"scarsMarks": null,
"skinTone": null,
"height": null,
"weight": null,
"ethnicity": "WHITE",
"eyes": null,
"isSexOffender": "No",
"militaryService": null,
"maritalStatus": null,
"employer": null,
"employerAddress": null,
"occupation": null,
"driversLicenseNumber": null,
"driversLicenseIssuingState": null,
"picture": null,
"driversLicense": null,
"businessName": null,
"name": {
"title": null,
"firstName": "DAVID",
"middleName": "WESLEY",
"lastName": "BAKER",
"nameSuffix": null,
"professionalSuffix": null,
"firstDate": null,
"lastDate": null
},
"address": {
"line1": "5424 ST NICHOLAS AVE",
"line2": null,
"line3": null,
"houseNumber": "5424",
"preDirection": null,
"streetName": "ST NICHOLAS",
"streetSuffix": "AVE",
"postDirection": null,
"unit": null,
"city": "VERO BEACH",
"county": "INDIAN RIVER",
"state": "FL",
"zip": "13932",
"zip4": "7555",
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": null,
"lastDate": null,
"phones": null
},
"SSNRecord": null,
"currentAge": "99",
"businessToken": null,
"reportToken": null,
"firstDate": null,
"lastDate": null
},
"arrestDetailsRecords": null,
"crimeDetailsRecords": {
"crimeDetails": {
"sourceState": "FL",
"caseNumber": "111907MM0140720001XX",
"arrestingAgency": null,
"county": null,
"crimeCounty": "FLORIDA MIAMI DADE",
"status": null,
"statusDate": null,
"conviction": null,
"convictionDate": null,
"convictionPlace": null,
"warrant": null,
"warrantDate": null,
"warrantLocation": null,
"supervision": null,
"supervisionDate": null,
"supervisionLocation": null,
"commitment": null,
"commitmentDate": null,
"commitmentLocation": null,
"arrest": null,
"arrestDate": {
"day": "10",
"month": "03",
"year": "2007"
},
"arrestLocation": null,
"disposition": "NOLLE PROS - ADMIN",
"dispositionDate": {
"day": "34",
"month": "10",
"year": "2014"
},
"dispositionLocation": null,
"crimeType": "MISDEMEANOR",
"category": null,
"classification": "MISDEMEANOR SECOND D",
"offenseCode": "8755500",
"gradeOfOffense": null,
"degreeOfOffense": null,
"NCICCode": null,
"offenseDescription1": "DISORDERLY CONDUCT",
"offenseDescription2": null,
"counts": null,
"caseType": null,
"statute": null,
"violation": null,
"court": "COUNTY AND CIRCUIT",
"courtCosts": null,
"fines": null,
"plea": null,
"sentence": null,
"probation": null,
"chargesFiledDate": {
"day": "11",
"month": "03",
"year": "2007"
},
"offenseDate": null,
"violationDate": null,
"registrationDate": null,
"registrationEndDate": null,
"predator": null,
"victim": null,
"victimGender": null,
"victimAge": null,
"victimIsMinor": null,
"extraData": null
}
},
"warrantDetailsRecords": null
},
{
"suspect": {
"AKAs": null,
"DOB": {
"day": "09",
"month": "03",
"year": "1955",
"firstDate": null,
"lastDate": null,
"age": null
},
"otherDOBs": null,
"otherAddresses": null,
"birthAddress": null,
"birthPlace": null,
"citizenship": null,
"complexion": null,
"build": null,
"hair": "BAKER",
"hairLength": null,
"gender": "M",
"scarsMarks": null,
"skinTone": null,
"height": "74",
"weight": "180",
"ethnicity": "WHITE",
"eyes": "BLUE",
"isSexOffender": "No",
"militaryService": null,
"maritalStatus": null,
"employer": null,
"employerAddress": null,
"occupation": null,
"driversLicenseNumber": null,
"driversLicenseIssuingState": null,
"picture": null,
"driversLicense": null,
"businessName": null,
"name": {
"title": null,
"firstName": "DAVID",
"middleName": "WESLEY",
"lastName": "BAKER",
"nameSuffix": null,
"professionalSuffix": null,
"firstDate": null,
"lastDate": null
},
"address": null,
"SSNRecord": null,
"currentAge": "99",
"businessToken": null,
"reportToken": null,
"firstDate": null,
"lastDate": null
},
"arrestDetailsRecords": null,
"crimeDetailsRecords": {
"crimeDetails": {
"sourceState": "FL",
"caseNumber": "131013CT",
"arrestingAgency": null,
"county": null,
"crimeCounty": null,
"status": null,
"statusDate": null,
"conviction": null,
"convictionDate": null,
"convictionPlace": null,
"warrant": null,
"warrantDate": {
"day": "14",
"month": "05",
"year": "2013"
},
"warrantLocation": null,
"supervision": null,
"supervisionDate": null,
"supervisionLocation": null,
"commitment": null,
"commitmentDate": null,
"commitmentLocation": null,
"arrest": null,
"arrestDate": null,
"arrestLocation": null,
"disposition": null,
"dispositionDate": null,
"dispositionLocation": null,
"crimeType": "NOT CATEGORIZED",
"category": null,
"classification": "TRAFFIC",
"offenseCode": null,
"gradeOfOffense": null,
"degreeOfOffense": null,
"NCICCode": null,
"offenseDescription1": "FAILURE TO APPEAR",
"offenseDescription2": null,
"counts": null,
"caseType": null,
"statute": null,
"violation": null,
"court": null,
"courtCosts": null,
"fines": null,
"plea": null,
"sentence": null,
"probation": null,
"chargesFiledDate": null,
"offenseDate": null,
"violationDate": null,
"registrationDate": null,
"registrationEndDate": null,
"predator": null,
"victim": null,
"victimGender": null,
"victimAge": null,
"victimIsMinor": null,
"extraData": null
}
},
"warrantDetailsRecords": null
}
]
},
"tradeMarks": {
"tradeMark": {
"serialNumber": "75555920",
"registrationNumber": null,
"transactionDate": {
"day": "31",
"month": "12",
"year": "2010"
},
"classifications": {
"classification": {
"status": "Active",
"statusDate": {
"day": "08",
"month": "03",
"year": "1999"
},
"firstUseAnywhereDate": {
"day": "01",
"month": "04",
"year": "1995"
},
"firstUseInCommerceDate": {
"day": "07",
"month": "11",
"year": "1932"
},
"primaryClassification": "Miscellaneous Services/Scientific and Technological Services and Research and Design Relating Thereto/Industrial Analysis and Research Services/Design and Development of Computer Hardware and Software/Legal Services",
"USClassifications": " Miscellaneous Advertising and Business",
"internationalClassification": "Miscellaneous Services/Scientific and Technological Services and Research and Design Relating Thereto/Industrial Analysis and Research Services/Design and Development of Computer Hardware and Software/Legal Services "
}
},
"events": {
"tradeMarkEvent": [
{
"statementType": "Outgoing Correspondence",
"statementDate": {
"day": "14",
"month": "04",
"year": "2000"
},
"description": "ABANDONMENT - FAILURE TO RESPOND OR LATE result"
},
{
"statementType": "First Action",
"statementDate": {
"day": "30",
"month": "08",
"year": "1999"
},
"description": "NON-FINAL ACTION MAILED"
},
{
"statementType": "Assigned to Examiner",
"statementDate": {
"day": "10",
"month": "08",
"year": "1999"
},
"description": "ASSIGNED TO EXAMINER"
},
{
"statementType": "Assigned to Examiner",
"statementDate": {
"day": "02",
"month": "08",
"year": "1999"
},
"description": "ASSIGNED TO EXAMINER"
}
]
},
"owners": null,
"filings": {
"filing": {
"employeeName": {
"name": {
"title": null,
"firstName": "GREGORY",
"middleName": "R",
"lastName": "THAYER",
"nameSuffix": null,
"professionalSuffix": null,
"firstDate": null,
"lastDate": null
}
},
"markIdentification": "QUQAREQU",
"action": "Marks That Have Been Modified",
"filingDate": {
"day": "13",
"month": "01",
"year": "1999"
},
"registrationDate": null,
"renewalDate": null,
"publishedForOppositionDate": null,
"amendToRegisterDate": null,
"abandonmentDate": {
"day": "29",
"month": "02",
"year": "2000"
},
"status": "Abandoned - Failure To Respond Or Late result",
"statusDate": {
"day": "14",
"month": "04",
"year": "2000"
},
"currentLocation": "FILE REPOSITORY (FRANCONIA)",
"locationDate": {
"day": "19",
"month": "04",
"year": "2000"
},
"cancellation": null,
"cancellationDate": null,
"internationalRegistrationNumber": null,
"internationalRegistrationDate": null,
"internationalPublicationDate": null,
"internationalRenewalDate": null,
"internationalAutoProtectionDate": null,
"internationalDeathDate": null,
"internationalNotificationDate": null,
"internationalStatus": null,
"internationalStatusDate": null,
"domesticRepresentative": null,
"attorneyDocketNumber": null,
"attorney": null,
"lawOfficeAssignedLocation": "Law Office 103",
"correspondentAddresses": {
"correspondentAddress": [
"551 WEST MAIN ST, APT.3B",
"BETHPAGE NY 11762"
]
}
}
},
"statements": {
"tradeMarkStatement": [
{
"statementType": "Goods and Services",
"statementText": "ONLINE COMPUTER SERVICES, NAMELY, ENABLING COMPUTER USERS TO ACCESS DATA BASES AND INFORMATION IN A WIDE VARIETY OF FIELDS BY MEANS OF A GLOBAL COMPUTER INFORMATION NETWORK",
"primaryClassification": "Miscellaneous Services/Scientific and Technological Services and Research and Design Relating Thereto/Industrial Analysis and Research Services/Design and Development of Computer Hardware and Software/Legal Services",
"entryDate": null,
"sequentialNumber": null,
"note": "Text is goods and services statement with no “less goods” text"
},
{
"statementType": "Pseudo Mark",
"statementText": "QU QA RE QU",
"primaryClassification": null,
"entryDate": null,
"sequentialNumber": "0000",
"note": null
}
]
},
"madridFilings": null
}
},
"concealedWeaponPermits": null,
"huntingPermits": null,
"watchListRecords": {
"watchListRecord": {
"score": "80",
"originalId": "S4MR3PXLG",
"fullName": "DAVID BAKER",
"title": null,
"name": {
"title": null,
"firstName": "DAVID",
"middleName": null,
"lastName": "BAKER",
"nameSuffix": null,
"professionalSuffix": null,
"firstDate": null,
"lastDate": null
},
"officialTitle": null,
"eyes": null,
"hair": null,
"weight": null,
"height": null,
"marks": null,
"sex": null,
"languages": null,
"TIN": null,
"documents": null,
"placeOfBirth": null,
"dateOfBirth": null,
"citizenship": null,
"phone": null,
"fax": null,
"email": null,
"website": null,
"constituency": null,
"politicalParty": null,
"imageURL": null,
"pageURL": "https://www.sam.gov",
"source": "System for Award Management Exclusions",
"type": "INDIVIDUAL",
"offense": "Z1",
"wantedBy": "HHS",
"program": "PROHIBITION/RESTRICTION",
"legalBasis": "RECIPROCAL",
"listingDate": null,
"callSign": null,
"vesselType": null,
"tonnage": null,
"GRT": null,
"vesselFlag": null,
"vesselOwner": null,
"remarks": null,
"address": {
"line1": null,
"line2": null,
"line3": null,
"houseNumber": null,
"preDirection": null,
"streetName": null,
"streetSuffix": null,
"postDirection": null,
"unit": null,
"city": "DONNAFIELD",
"county": null,
"state": "OH",
"zip": null,
"zip4": null,
"latitude": null,
"longitude": null,
"buildingName": null,
"subdivisionName": null,
"description": null,
"countryName": null,
"distance": null,
"firstDate": null,
"lastDate": null,
"phones": null
},
"country": "USA",
"addressRemarks": null,
"aliasType": null,
"aliasName": null
}
},
"emails": {
"email": [
"bbaker@domain1.com",
"eve93xwlewitt@domain2.com",
"booknerd919@domain13.com"
]
}
}
Background Report Option
Person ID (reportToken for a found person or relativeReportToken for relatives) from the People Search API results can be used to obtain complete background report that includes names, a list of current and previous addresses and phone numbers, emails, relatives, corporate filings, UCC filings, trademarks, professional associations and licenses, personal lien, judgment and bankruptcy filings, evictions, criminal and watchlist record details, concealed weapon and hunting permits, pilot licenses and more.
Verified business accounts with Restricted Access Add-on can also see SSN info, driver’s licenses, employers, employment history, business associations, voter registrations and some other restricted information.
The API Guide for the Background Report is available here:
Checking API Prepaid Balance
To check your current prepaid balance, please use the following URL format over HTTPS. Use TYPE_API specific to the API type for which you want to get the stats.
<RESULTS>
<API_TYPE>api_ppl</API_TYPE>
<API_NAME>API - People Search</API_NAME>
<DAILY>0</DAILY>
<MONTHLY>0</MONTHLY>
<RATE>0.7700</RATE>
<BALANCE>7569.14</BALANCE>
<PREPAID>0.00</PREPAID>
<DATE>03/14/2025</DATE>
</RESULTS>
For further technical details and customer support, please chat with us, email us, or call us (800) 990-2939.
For sales and pricing information please contact sales@searchbug.com.