API Reference

Fetches tweets of a given keyword in the request. The response comes in with a lot more than just tweets. You will receive likes, replies, hashtags, retweets and profile details as well.

Pricing

📘

$0.25 per request

Endpoint - POST

https://api.dataforsaas.com/v1/twitter/post

Request Body

{
    "key" : "YOUR_API_KEY",
    "keyword" : "best washer",
}

Get your api key from the dashboard or create an account to get your api key.


Response JSON

[
  {
    "url": "https://twitter.com/RealSimple/status/1744253875215860065",
    "retweets": 2,
    "likes": 1,
    "replies": 0,
    "tweet": "The 8 Best Washer & Dryer Sets, According to Our Testing. Click the image for more info. https://t.co/xOIlZbdGhg",
    "hashtags": [],
    "profile": {
      "user_avatar": "https://pbs.twimg.com/profile_images/1063470272324530178/LJFid-ni_normal.jpg",
      "user_id": 18806753,
      "fullname": "Real Simple",
      "username": "RealSimple",
      "verified": false
    },
    "tagged": [],
    "posted_on": "2024-01-08T07:05:05.000Z",
    "media": []
  },
  {
    "url": "https://twitter.com/people/status/1654133808784891905",
    "retweets": 1,
    "likes": 12,
    "replies": 2,
    "tweet": "The 6 Best Washer-Dryer Sets, Including One Jessica Alba Loves So Much She Bought Two  https://t.co/BTlmXM0Yzj",
    "hashtags": [],
    "profile": {
      "user_avatar": "https://pbs.twimg.com/profile_images/703345483218067456/waTSntUG_normal.jpg",
      "user_id": 25589776,
      "fullname": "People",
      "username": "people",
      "verified": false
    },
    "tagged": [],
    "posted_on": "2023-05-04T14:40:06.000Z",
    "media": []
  },
  {
    "url": "https://twitter.com/AMP3PR/status/1740777084627362232",
    "retweets": 0,
    "likes": 0,
    "replies": 0,
    "tweet": "@Samsung: “10 Best Washer-Dryer Sets of 2023, Tested and Reviewed” by @people https://t.co/sxaq6OgmNY",
    "hashtags": [],
    "profile": {
      "user_avatar": "https://pbs.twimg.com/profile_images/1737563515169181696/t81qhxjV_normal.jpg",
      "user_id": 18132515,
      "fullname": "AMP3PR",
      "username": "AMP3PR",
      "verified": false
    },
    "tagged": [
      "@Samsung",
      "@people"
    ],
    "posted_on": "2023-12-29T16:49:33.000Z",
    "media": []
  },
  {
    "url": "https://twitter.com/nypost/status/1754553345480569132",
    "retweets": 1,
    "likes": 4,
    "replies": 3,
    "tweet": "5 best washer dryer combos to buy in 2024, per experts and our testing https://t.co/r65YyAe95n https://t.co/lUJpSLXSI1",
    "hashtags": [],
    "profile": {
      "user_avatar": "https://pbs.twimg.com/profile_images/966372680306868224/60wfGe9e_normal.jpg",
      "user_id": 17469289,
      "fullname": "New York Post",
      "username": "nypost",
      "verified": false
    },
    "tagged": [],
    "posted_on": "2024-02-05T17:11:30.000Z",
    "media": []
  },
  {
    "url": "https://twitter.com/RealSimple/status/1758130313312563473",
    "retweets": 0,
    "likes": 1,
    "replies": 0,
    "tweet": "We tested the best washer and dryer sets on the market, evaluating them on efficiency, value, design, and more. https://t.co/9NJOLy4mf3",
    "hashtags": [],
    "profile": {
      "user_avatar": "https://pbs.twimg.com/profile_images/1063470272324530178/LJFid-ni_normal.jpg",
      "user_id": 18806753,
      "fullname": "Real Simple",
      "username": "RealSimple",
      "verified": false
    },
    "tagged": [],
    "posted_on": "2024-02-15T14:05:05.000Z",
    "media": []
  },
  {
    "url": "https://twitter.com/ClarkHoward/status/760667768165371905",
    "retweets": 3,
    "likes": 13,
    "replies": 0,
    "tweet": "Strategies for buying the best washer and dryer https://t.co/vHCvqSoUSO https://t.co/X4biAh7q3m",
    "hashtags": [],
    "profile": {
      "user_avatar": "https://pbs.twimg.com/profile_images/1531724674681405442/Tol-oKtF_normal.jpg",
      "user_id": 18002528,
      "fullname": "Clark Howard",
      "username": "ClarkHoward",
      "verified": false
    },
    "tagged": [],
    "posted_on": "2016-08-03T02:45:03.000Z",
    "media": []
  },
  {
    "url": "https://twitter.com/wirecutter/status/1296534245733695492",
    "retweets": 0,
    "likes": 13,
    "replies": 1,
    "tweet": "Washer-dryer combos\n\n• The washing aspect is fine, but drying takes hours longer than it would in a separate machine, and that’s only at half capacity\n\nhttps://t.co/lKB5AqnIgk",
    "hashtags": [],
    "profile": {
      "user_avatar": "https://pbs.twimg.com/profile_images/1455607764172955655/2L7OQxYZ_normal.png",
      "user_id": 366309158,
      "fullname": "NYT Wirecutter",
      "username": "wirecutter",
      "verified": false
    },
    "tagged": [],
    "posted_on": "2020-08-20T19:47:07.000Z",
    "media": []
  },
  {
    "url": "https://twitter.com/wirecutter/status/1275585022716784645",
    "retweets": 0,
    "likes": 3,
    "replies": 0,
    "tweet": "Although we still don’t recommend buying a washer-dryer combo, if you must get one we stand by our pick, the LG WM3488HW. https://t.co/XHJJXZFPcg",
    "hashtags": [],
    "profile": {
      "user_avatar": "https://pbs.twimg.com/profile_images/1455607764172955655/2L7OQxYZ_normal.png",
      "user_id": 366309158,
      "fullname": "NYT Wirecutter",
      "username": "wirecutter",
      "verified": false
    },
    "tagged": [],
    "posted_on": "2020-06-24T00:22:23.000Z",
    "media": []
  },
  {
    "url": "https://twitter.com/ForbesVetted/status/1522937242364399617",
    "retweets": 0,
    "likes": 0,
    "replies": 0,
    "tweet": "The Best Washer And Dryer Sales To Help You Revamp Your Laundry Room https://t.co/OsYBJK9Q7T",
    "hashtags": [],
    "profile": {
      "user_avatar": "https://pbs.twimg.com/profile_images/1759960778289840128/Fy0fPLyu_normal.jpg",
      "user_id": 1383155175746113500,
      "fullname": "Forbes Vetted",
      "username": "ForbesVetted",
      "verified": false
    },
    "tagged": [],
    "posted_on": "2022-05-07T13:51:48.000Z",
    "media": []
  },
  {
    "url": "https://twitter.com/PowerWashSim/status/1540288633353019392",
    "retweets": 0,
    "likes": 58,
    "replies": 24,
    "tweet": "Who is the best washer that you know? 💦",
    "hashtags": [],
    "profile": {
      "user_avatar": "https://pbs.twimg.com/profile_images/1759655714006409216/LxO0Mcxw_normal.png",
      "user_id": 1249005925530243000,
      "fullname": "PowerWash Simulator",
      "username": "PowerWashSim",
      "verified": false
    },
    "tagged": [],
    "posted_on": "2022-06-24T11:00:02.000Z",
    "media": []
  },
  {
    "url": "https://twitter.com/BobVila/status/1748437667681853568",
    "retweets": 0,
    "likes": 0,
    "replies": 0,
    "tweet": "The Best Washer and Dryer Cyber Monday Deals on Samsung, GE, and More https://t.co/5nMj0kAka9",
    "hashtags": [],
    "profile": {
      "user_avatar": "https://pbs.twimg.com/profile_images/1681892735/bob_headshot_normal.jpg",
      "user_id": 18197498,
      "fullname": "Bob Vila",
      "username": "BobVila",
      "verified": false
    },
    "tagged": [],
    "posted_on": "2024-01-19T20:09:59.000Z",
    "media": []
  },
  {
    "url": "https://twitter.com/wirecutter/status/1278713896837185536",
    "retweets": 2,
    "likes": 9,
    "replies": 2,
    "tweet": "(THREAD) Why we don't recommend an all-in-one, single drum, washer-dryer combo:\n\nUnless you have *no* other choice, it's almost never the best way to do your laundry. We couldn’t find one that works near as well as a separate washer & dryer. https://t.co/LL2GlrlzlI",
    "hashtags": [],
    "profile": {
      "user_avatar": "https://pbs.twimg.com/profile_images/1455607764172955655/2L7OQxYZ_normal.png",
      "user_id": 366309158,
      "fullname": "NYT Wirecutter",
      "username": "wirecutter",
      "verified": false
    },
    "tagged": [],
    "posted_on": "2020-07-02T15:35:25.000Z",
    "media": []
  },
  {
    "url": "https://twitter.com/maevro/status/1636548513273348097",
    "retweets": 4,
    "likes": 28,
    "replies": 2,
    "tweet": "Best washer & dryer in the galaxy! #StarWars https://t.co/1BdWOBwynN",
    "hashtags": [
      "#StarWars"
    ],
    "profile": {
      "user_avatar": "https://pbs.twimg.com/profile_images/1667223811476033542/DARAXHiM_normal.jpg",
      "user_id": 39867608,
      "fullname": "Mark",
      "username": "maevro",
      "verified": false
    },
    "tagged": [],
    "posted_on": "2023-03-17T02:02:25.000Z",
    "media": []
  },
  {
    "url": "https://twitter.com/Dennisons_Farm/status/1101948921419624452",
    "retweets": 0,
    "likes": 1,
    "replies": 0,
    "tweet": "@Deisesupes And ,Best washer up,!",
    "hashtags": [],
    "profile": {
      "user_avatar": "https://pbs.twimg.com/profile_images/623516450276438016/2MGGzIqK_normal.png",
      "user_id": 2623660591,
      "fullname": "Dennison's Waterford",
      "username": "Dennisons_Farm",
      "verified": false
    },
    "tagged": [
      "@Deisesupes"
    ],
    "posted_on": "2019-03-02T20:54:30.000Z",
    "media": []
  },
  {
    "url": "https://twitter.com/carsondunlop/status/1615438809394741248",
    "retweets": 0,
    "likes": 0,
    "replies": 0,
    "tweet": "Target quality in your next upgrade. #washer #dryer  https://t.co/AYYl2irr3S",
    "hashtags": [
      "#washer",
      "#dryer"
    ],
    "profile": {
      "user_avatar": "https://pbs.twimg.com/profile_images/515494134446960640/HSur3Z97_normal.jpeg",
      "user_id": 223538885,
      "fullname": "Carson Dunlop",
      "username": "carsondunlop",
      "verified": false
    },
    "tagged": [],
    "posted_on": "2023-01-17T20:00:00.000Z",
    "media": []
  },
  {
    "url": "https://twitter.com/toolsngadgets/status/1039070732683280384",
    "retweets": 2,
    "likes": 0,
    "replies": 0,
    "tweet": "If you need an all in one washer-dryer, take a look at these washer dryer combo review we did recently:\nhttps://t.co/MQta2rZILz\n#washingmachines #dryers #washerdryercombo #laundry #cleaning #mommylife #MondayMotivation",
    "hashtags": [
      "#washingmachines",
      "#dryers",
      "#washerdryercombo",
      "#laundry",
      "#cleaning",
      "#mommylife",
      "#MondayMotivation"
    ],
    "profile": {
      "user_avatar": "https://pbs.twimg.com/profile_images/1036556951197556737/tuiPXM_X_normal.jpg",
      "user_id": 1036551300006203400,
      "fullname": "Tools n Gadgets",
      "username": "toolsngadgets",
      "verified": false
    },
    "tagged": [],
    "posted_on": "2018-09-10T08:39:02.000Z",
    "media": []
  },
  {
    "url": "https://twitter.com/BestcareKe/status/1499494767188537345",
    "retweets": 0,
    "likes": 0,
    "replies": 0,
    "tweet": "Washer inaguruma kama tractor ?  Fundi yuko tiyari\nGet the best washing machine repair technicians and fundis in Nairobi Kenya. For the best washer installation, repair, maintenance, spare parts repair & replacement. #appliancerepair #JKLive \nhttps://t.co/bsdZxGIm9D https://t.co/NddBuNA6EO",
    "hashtags": [
      "#appliancerepair",
      "#JKLive"
    ],
    "profile": {
      "user_avatar": "https://pbs.twimg.com/profile_images/1499477865070411790/v_V0Gx_H_normal.png",
      "user_id": 1499477736183644200,
      "fullname": "bestcare.co.ke",
      "username": "BestcareKe",
      "verified": false
    },
    "tagged": [],
    "posted_on": "2022-03-03T21:19:46.000Z",
    "media": []
  },
  {
    "url": "https://twitter.com/orlandolaundry/status/1199379741935120386",
    "retweets": 0,
    "likes": 0,
    "replies": 0,
    "tweet": "If you're in need to increase the space efficiency of your laundry facility, contact Commercial Laundries to buy the best washer and dryer combos in Orlando. #washerdryercombos #washingmachines #laundry #laundryfacility #allinonewasherdryercombo\n\nhttps://t.co/8gVVxlxMC3",
    "hashtags": [
      "#washerdryercombos",
      "#washingmachines",
      "#laundry",
      "#laundryfacility",
      "#allinonewasherdryercombo"
    ],
    "profile": {
      "user_avatar": "https://pbs.twimg.com/profile_images/768518701624782848/EaMVTptj_normal.jpg",
      "user_id": 768516184903782400,
      "fullname": "Commercial Laundries",
      "username": "orlandolaundry",
      "verified": false
    },
    "tagged": [],
    "posted_on": "2019-11-26T17:29:48.000Z",
    "media": []
  },
  {
    "url": "https://twitter.com/imanabdulrahim/status/1325840085913227266",
    "retweets": 40,
    "likes": 310,
    "replies": 17,
    "tweet": "Ok dah tau perlu beli apa. Washing machine! Brand apa yang best? Washer dryer asing. Takmau sekali.",
    "hashtags": [],
    "profile": {
      "user_avatar": "https://pbs.twimg.com/profile_images/1312356339352367104/CbHe98xe_normal.jpg",
      "user_id": 23139167,
      "fullname": "Iman",
      "username": "ImanAbdulRahim",
      "verified": false
    },
    "tagged": [],
    "posted_on": "2020-11-09T16:38:04.000Z",
    "media": []
  },
  {
    "url": "https://twitter.com/naffyboy/status/1605052266779578370",
    "retweets": 1,
    "likes": 3,
    "replies": 1,
    "tweet": "Apa yang best washer dryer dari Khind ni?\n\n- Tak perlu pening sidai baju tak kering hujan2\n- Jimat masa dan tenaga tak perlu ke dobi untuk keringkan baju.\n- Jimat ruang bagi yang duduk kondo. 2in1 machine.",
    "hashtags": [],
    "profile": {
      "user_avatar": "https://pbs.twimg.com/profile_images/1580215985566810112/QA4EEO0C_normal.jpg",
      "user_id": 23740317,
      "fullname": "Ahnaf",
      "username": "naffyboy",
      "verified": false
    },
    "tagged": [],
    "posted_on": "2022-12-20T04:07:35.000Z",
    "media": []
  }
]