{"id":15534028,"url":"https://github.com/stephlaf/puppeteer-airtable-tutorial","last_synced_at":"2026-05-20T10:03:11.345Z","repository":{"id":102163094,"uuid":"531747719","full_name":"stephlaf/puppeteer-airtable-tutorial","owner":"stephlaf","description":"Tutorial to scrape the web using Puppeteer and store to Airtable","archived":false,"fork":false,"pushed_at":"2022-09-15T14:24:27.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T09:17:03.150Z","etag":null,"topics":["airtable-api","javascript","puppeteer","scraping"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stephlaf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-02T01:58:17.000Z","updated_at":"2023-04-15T19:01:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"efd2e3ec-5274-40de-89a9-8767d741bb73","html_url":"https://github.com/stephlaf/puppeteer-airtable-tutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephlaf%2Fpuppeteer-airtable-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephlaf%2Fpuppeteer-airtable-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephlaf%2Fpuppeteer-airtable-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephlaf%2Fpuppeteer-airtable-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stephlaf","download_url":"https://codeload.github.com/stephlaf/puppeteer-airtable-tutorial/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246112638,"owners_count":20725300,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["airtable-api","javascript","puppeteer","scraping"],"created_at":"2024-10-02T11:40:44.574Z","updated_at":"2026-05-20T10:03:11.285Z","avatar_url":"https://github.com/stephlaf.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tutorial to scrape the web using Puppeteer and store to Airtable #\n\n## Setup ##\n\n```\nyarn add puppeteer\nyarn add airtable\nyarn add dotenv\ntouch .env\n```\n\nStore your airtable API key and Board key in `.env`\n```\nAIRTABLE_API_KEY='your_api_key'\nAIRTABLE_BOARD_KEY='your_board_key'\n```\n\nThe table name `Table 1` used in the `base('Table 1').create` command on line 10 of `dieuduciel.js` refers to the name of the table you want to write to.\\\nAdjust accordingly.\n\n\u003cimg width=\"313\" alt=\"screenshot\" src=\"https://user-images.githubusercontent.com/37821714/188288748-3f47ca84-6451-4f91-92bb-94d6792c7651.png\"\u003e\n\nThe board columns (all as Single text line, except for `description`, which is `Long text`, and `image_url`, which is `URL`).\nThe columns must be defined as:\n\n```\nname\ndescription\nimage_url\ncategory\ntype\nalcohol\n```\n## Usage ##\n\nRun the program with `node dieuduciel.js`\\\nSee all the imported data appear in your Airtable board 😃\n\nBig thanks to [@jeremiebardon](https://github.com/jeremiebardon) for his help 🙏🏻\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephlaf%2Fpuppeteer-airtable-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstephlaf%2Fpuppeteer-airtable-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephlaf%2Fpuppeteer-airtable-tutorial/lists"}